Age | Commit message (Expand) | Author |
2018-03-04 | Fix garbage in string padding. | Andrew Dunai |
2018-03-04 | Fix wrong SSL handshake | Pedro J. Estébanez |
2018-03-03 | Add new MultiplayerAPI class | Fabio Alessandrelli |
2018-02-21 | Fix typos with codespell | luz.paz |
2018-02-17 | Clean up some bad words from code comments | Artem Varaksa |
2018-02-14 | Merge pull request #16169 from hungrymonkey/issue_16160 | Rémi Verschelde |
2018-02-14 | Add mbedtls module | Fabio Alessandrelli |
2018-01-30 | Display set_nodelay to GDScript | Marlon Henry Schweigert |
2018-01-29 | Change function signature from float to double to match type get_doubleCloses... | hungrymonkey |
2018-01-24 | Detects crash-related marshalling errors due to NAN values | Bernhard Liebl |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde |
2018-01-17 | doc: Replace some more "val" with "value" + sync | Rémi Verschelde |
2018-01-12 | fix set_stream_peer binding in PacketPeer | Paul Joannon |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
2018-01-11 | Dont print error when loading resource from cache | Ruslan Mustakov |
2018-01-06 | Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828 | Juan Linietsky |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-03 | Checks on input_buffer in PacketPeerStream | Bernhard Liebl |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-18 | Use a different strategy for path remaps, try loading from a remap file instead. | Juan Linietsky |
2017-12-15 | Remove "const" from PacketPeer get_packet/get_var | Fabio Alessandrelli |
2017-12-15 | Fix javascript build error and improve #14604 | Fabio Alessandrelli |
2017-12-15 | fix compile issue | Juan Linietsky |
2017-12-15 | -Added new scene conversion to binary on export (disabled by default, please ... | Juan Linietsky |
2017-12-15 | Merge pull request #14604 from mhilbrunner/http-defaults | Rémi Verschelde |
2017-12-14 | GDScript files are converted to binary on export now. | Juan Linietsky |
2017-12-14 | HTTP cleanup & better defaults | mhilbrunner |
2017-12-12 | HTTPClient: Add PATCH method and missing HTTP status codes | mhilbrunner |
2017-12-10 | Style: Re-apply clang-format over recent invalid additions | Rémi Verschelde |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde |
2017-12-07 | Style: Apply clang-format again on all files | Rémi Verschelde |
2017-12-06 | Merge pull request #12603 from GodotExplorer/beautify-json | Rémi Verschelde |
2017-11-27 | Fix javascript build after bc2e8d99 | Rémi Verschelde |
2017-11-25 | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky |
2017-11-22 | Merge pull request #13176 from bojidar-bg/allow-subproperty-set | Juan Linietsky |
2017-11-22 | Fix combatibility with older .scn files | Bojidar Marinov |
2017-11-21 | Merge pull request #12284 from bojidar-bg/allow-subproperty-set | Rémi Verschelde |
2017-11-21 | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov |
2017-11-21 | Return and repair file logging | Ruslan Mustakov |
2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn |
2017-11-13 | Implement HTTPClient in HTML5 platform | Leon Krause |
2017-11-07 | Add indent and sort keys support for JSON.print | Geequlim |
2017-11-04 | make ConfigFile sections ordered | Karroffel |
2017-11-03 | make ConfigFile use OrderedHashMap | Karroffel |
2017-10-27 | Merge pull request #12423 from tagcup/zstd_1.3.2 | Rémi Verschelde |
2017-10-27 | Add an option to use zstd's recently introduced long range matching (off by d... | Ferenc Arn |
2017-10-26 | Update zstd to 1.3.2. | Ferenc Arn |
2017-10-26 | Remove HTTPClient::send_body_text and ::send_body_data | Leon Krause |
2017-10-21 | Cleanup unnecessary debug prints | Rémi Verschelde |
2017-10-20 | Fix rotated logger naming and backup deletion | Ruslan Mustakov |