aboutsummaryrefslogtreecommitdiff
path: root/core/io (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up some bad words from code commentsArtem Varaksa2018-02-222-3/+1
* Fix typos with codespellluz.paz2018-02-221-1/+1
* Change function signature from float to double to match type get_doubleCloses...hungrymonkey2018-02-212-2/+2
* Display set_nodelay to GDScriptMarlon Henry Schweigert2018-02-043-2/+3
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* doc: Replace some more "val" with "value" + syncRémi Verschelde2018-01-171-13/+12
* fix set_stream_peer binding in PacketPeerPaul Joannon2018-01-121-1/+1
* Bind many more properties to scriptsBojidar Marinov2018-01-126-0/+26
* Dont print error when loading resource from cacheRuslan Mustakov2018-01-111-1/+2
* Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828Juan Linietsky2018-01-062-20/+20
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0560-3/+68
* Update copyright statements to 2018Rémi Verschelde2018-01-0162-124/+124
* Use a different strategy for path remaps, try loading from a remap file instead.Juan Linietsky2017-12-181-0/+44
* Remove "const" from PacketPeer get_packet/get_varFabio Alessandrelli2017-12-152-11/+11
* Fix javascript build error and improve #14604Fabio Alessandrelli2017-12-151-2/+2
* fix compile issueJuan Linietsky2017-12-151-1/+1
* -Added new scene conversion to binary on export (disabled by default, please ...Juan Linietsky2017-12-152-26/+49
* Merge pull request #14604 from mhilbrunner/http-defaultsRémi Verschelde2017-12-152-71/+84
|\
| * HTTP cleanup & better defaultsmhilbrunner2017-12-142-71/+84
* | GDScript files are converted to binary on export now.Juan Linietsky2017-12-142-20/+52
|/
* HTTPClient: Add PATCH method and missing HTTP status codesmhilbrunner2017-12-122-2/+32
* Style: Re-apply clang-format over recent invalid additionsRémi Verschelde2017-12-102-5/+5
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-073-8/+8
* Style: Apply clang-format again on all filesRémi Verschelde2017-12-071-2/+2
* Merge pull request #12603 from GodotExplorer/beautify-jsonRémi Verschelde2017-12-062-15/+42
|\
| * Add indent and sort keys support for JSON.printGeequlim2017-11-072-15/+42
* | Fix javascript build after bc2e8d99Rémi Verschelde2017-11-271-2/+2
* | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-254-24/+24
* | Merge pull request #13176 from bojidar-bg/allow-subproperty-setJuan Linietsky2017-11-222-3/+9
|\ \
| * | Fix combatibility with older .scn filesBojidar Marinov2017-11-222-3/+9
* | | Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde2017-11-212-19/+7
|\| |
| * | Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-212-19/+7
* | | Return and repair file loggingRuslan Mustakov2017-11-212-0/+7
* | | Rename Rect3 to AABB.Ferenc Arn2017-11-172-12/+12
|/ /
* | Implement HTTPClient in HTML5 platformLeon Krause2017-11-132-69/+78
* | make ConfigFile sections orderedKarroffel2017-11-042-6/+6
* | make ConfigFile use OrderedHashMapKarroffel2017-11-032-9/+10
|/
* Merge pull request #12423 from tagcup/zstd_1.3.2Rémi Verschelde2017-10-273-4/+19
|\
| * Add an option to use zstd's recently introduced long range matching (off by d...Ferenc Arn2017-10-273-5/+19
| * Update zstd to 1.3.2.Ferenc Arn2017-10-261-0/+1
* | Remove HTTPClient::send_body_text and ::send_body_dataLeon Krause2017-10-262-14/+0
|/
* Cleanup unnecessary debug printsRémi Verschelde2017-10-211-18/+0
* Fix rotated logger naming and backup deletionRuslan Mustakov2017-10-201-3/+3
* Remove junk outputRuslan Mustakov2017-10-131-2/+2
* Define va_copy with --std=c++03 (fixes #11979)Ruslan Mustakov2017-10-101-0/+11
* Merge pull request #11947 from eska014/fix-obj-marshallingRémi Verschelde2017-10-091-1/+2
|\
| * Fix binary marshalling of ObjectsLeon Krause2017-10-081-1/+2
* | Merge pull request #11853 from endragor/long-string-loggingAndreas Haas2017-10-061-1/+4
|\ \
| * | Fix logging of long strings via RotatedFileLoggerRuslan Mustakov2017-10-051-1/+4
* | | Added the set/get_setting function in Editor/Project settings. Renamed has() ...Juan Linietsky2017-10-051-1/+1
| |/ |/|