aboutsummaryrefslogtreecommitdiff
path: root/core/io
Commit message (Collapse)AuthorAgeFilesLines
* Turn some prints to error logs, remove othersRémi Verschelde2016-07-241-2/+1
| | | | Fixes #5876 in passing.
* put text formats for resources and scenes as priorityJuan Linietsky2016-07-194-6/+24
|
* Revert "Homogeinize resource formats loaders/savers"Rémi Verschelde2016-07-192-1644/+0
| | | | | | | | The text format definition needs to stay in `scene/` as it relies on other scene components, and `core/` must stay self-contained. This reverts commits a5e27503fd52589703d637d1245a023233a14a27 and 1492fd846073a4fa643365a8a5d4e021868c0e48.
* Merge pull request #5467 from RandomShaper/enhance-tidy-extensionsJuan Linietsky2016-07-163-17/+1645
|\ | | | | Enhance/tidy file extensions management
| * Tidy up population of extensions listPedro J. Estébanez2016-06-281-17/+1
| |
| * Homogeinize resource formats loaders/saversPedro J. Estébanez2016-06-282-0/+1644
| |
* | Remove unused variables (fourth pass) + dead codeRémi Verschelde2016-07-084-9/+0
|/ | | | Also fix a potential regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33.
* Improved binding system (ObjectTypeDB::bind_method) to be friendlier to ↵Juan Linietsky2016-06-222-2/+1
| | | | | | statically typed languages, should help in the Mono integration. Disabled by default.
* added missing status, closes #4361Juan Linietsky2016-06-201-0/+1
|
* corrently parse utf8 from zip_io open, closes #1708Juan Linietsky2016-06-181-2/+5
| | | | this probably failed when exporting or opening android apk files too, should fix that too.
* Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872Juan Linietsky2016-06-181-3/+3
|
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-186-0/+168
| | | Also removes a couple wrong Godot headers from third-party source files.
* Merge pull request #5250 from bojidar-bg/add-sha256Juan Linietsky2016-06-173-0/+300
|\ | | | | Add sha256 to String and File/FileAccess.
| * Add sha256 to String and File/FileAccess.Bojidar Marinov2016-06-173-0/+300
| | | | | | | | Probably does #4166
* | Fixed PacketPeer.get_var() return type in docsJ08nY2016-06-161-1/+1
|/
* Classref: Added docs for StreamPeer* (#5216)J08nY2016-06-151-1/+0
|
* Zip-align exported APKPedro J. Estébanez2016-06-131-4/+13
|
* Merge pull request #4895 from TheoXD/_fix_interactive_loader_cacheJuan Linietsky2016-06-061-1/+5
|\ | | | | fixed interactive_loader() not returning a cached scene
| * fixed interactive_loader() not returning a cached sceneTheoXD2016-05-301-1/+5
| |
* | Add missing license information (MiniZip)Roberto2016-06-068-6/+98
| |
* | Fix typo in http_client.hJ08nY2016-06-031-1/+1
| |
* | Removed invalid DEFVAL for HTTPClient::request_rawIgnacio Etcheverry2016-06-011-1/+1
|/
* Added translation support to GodotJuan Linietsky2016-05-273-9/+22
| | | | included is a French translation!
* Changed import workflowJuan Linietsky2016-05-271-0/+1
| | | | | | | | | | | | | | | | -Rearrange favorites in fs dock with drag and drop -Removed import -> sub-scene, moved to scenetree contextual menu -Removed import -> re-import , moved and integrated to FS dock -Added ability in FS dock to re-import more than one resource simultaneously -Added ability to drag from native filesystem explorer to Godot, only works on Windows though -Removed scene reimport merge options, never worked well. Eventually merging materials should be re-added -Added ability to set custom root node type when importing scenes -Re-Import is now automatic, can be configured back to manual in editor settings -Added resource previews in property list for many resource types
* remove trailing whitespaceHubert Jarosz2016-05-211-1/+1
|
* classref: Directory and ConfigFileRémi Verschelde2016-05-121-1/+1
|
* httpclient request withh raw_array bodyAlexander Holland2016-05-042-2/+57
|
* fix - HTTPClient connection keep-alive duplicate Headers #4208Alexander Holland2016-04-271-0/+1
|
* Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION.Hinsbart2016-04-231-2/+4
| | | | | | Fixes a bug that caused InputMap actions which have been set to joystick axes not to work correctly on exported builds as the axis_value property wouldn't be serialized into engine.cfb. See recent discussion in #49 (Post 121+)
* Added getter method for the connection property in HTTPClient. (#4336)Mounir Ybanez2016-04-182-0/+8
| | | | - Exposed a getter method for the private property named `connection` in HTTPClient class.
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-122-0/+30
| | | | | | | | | -Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now.
* remove trailing whitespaceHubert Jarosz2016-03-0918-118/+118
|
* -Work on addon editor plugin (disabled by default)Juan Linietsky2016-03-042-6/+2
| | | | -New HTTPRequest node, to make HTTP requests simpler.
* Fix missing dependency resolver in Windowseska2016-02-211-0/+1
|
* adds original http headers to response_headersAriel Manzur2016-02-191-4/+4
|
* adds original http header to response_headersAriel Manzur2016-02-191-1/+1
|
* -remved p_peer is null error messages, fixes #1150reduz2016-01-241-1/+1
|
* -Remote deploy now uses FS over USB on Android, super fast!Juan Linietsky2016-01-201-2/+2
|
* -Make sure scenes properly update when switching tabs, even if sub-instances ↵Juan Linietsky2016-01-142-2/+5
| | | | changed. Fixes #3201
* made headers case insensitiveAriel Manzur2016-01-111-2/+3
|
* Merge pull request #3297 from AlexHolly/comment-some-print_linesRémi Verschelde2016-01-111-3/+3
|\ | | | | comment some print_lines
| * comment some print_linesAlexander Holland2016-01-091-3/+3
| |
* | added a new function to escape properly json, fixes #3282Juan Linietsky2016-01-101-1/+1
| |
* | -fix stray file left open when parsing configuration, closes #3299Juan Linietsky2016-01-101-1/+3
| |
* | make sure file is closed if something failsJuan Linietsky2016-01-101-0/+2
|/
* -Use simpler methods for parsing simple tags, fixes #3274Juan Linietsky2016-01-081-1/+1
|
* -fix bugs related to parsing config files with new variantparser, closes ↵Juan Linietsky2016-01-071-0/+4
| | | | #3248 closes #3207
* Added default value param to ConfigFile.get_value()Ignacio Etcheverry2016-01-012-5/+5
|
* Update copyright to 2016 in headersGeorge Marques2016-01-0150-50/+50
|
* make json sub-dictionaries shared, fixes #2381Juan Linietsky2015-12-311-2/+2
|