Age | Commit message (Expand) | Author |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky |
2017-05-17 | Fix two typos from previous commit | Rémi Verschelde |
2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky |
2017-05-08 | Fixed the IP resolver code blocking the main thread, it uses a Mutex now to l... | Marcelo Fernandez |
2017-05-05 | Merge pull request #8642 from RandomShaper/fix-pack-get-curr-dir | Rémi Verschelde |
2017-05-04 | Fix infinite loop in DirAccessPack::get_current_dir() | Pedro J. Estébanez |
2017-04-28 | Move core thirdparty files to thirdparty/{minizip,misc} | Rémi Verschelde |
2017-04-23 | Fix property warnings and hide some debug prints | Rémi Verschelde |
2017-04-11 | Fix a pesky bug in marshalls.cpp/encode_variant | Bojidar Marinov |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-04-06 | Core: fix possible memory leaks. | Andreas Haas |
2017-03-24 | Merge pull request #8098 from bojidar-bg/configfile-get-value-suppress | Rémi Verschelde |
2017-03-24 | Merge pull request #7985 from Faless/enet_godot_sock_squash | Rémi Verschelde |
2017-03-24 | Fix typos in source code using codespell | Rémi Verschelde |
2017-03-24 | Allow non blocking UDP put_packet in C++. | Fabio Alessandrelli |
2017-03-21 | Suppress error messages when using ConfigFile::get_value and a default is given | Bojidar Marinov |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-03-05 | Add a bunch of missing Godot headers in own files | Rémi Verschelde |
2017-02-28 | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq |
2017-02-21 | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky |
2017-02-15 | Many fixes to make exported scenes work better, still buggy. | Juan Linietsky |
2017-02-13 | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam |
2017-02-12 | Merge pull request #7581 from Faless/v6_wild_bind | Rémi Verschelde |
2017-02-12 | Merge pull request #7749 from Faless/fix_7697 | Rémi Verschelde |
2017-02-12 | Merge pull request #7743 from karroffel/json_parsing-3.0 | Rémi Verschelde |
2017-02-07 | HTTPClient properly handle partial data in non-blocking mode | Fabio Alessandrelli |
2017-02-06 | shadows were not working in-editor for nvidia, fixed now | Juan Linietsky |
2017-02-06 | JSON::parse reports errors on open-ended objects | Karroffel |
2017-02-06 | Several bugfixes, improving the import workflow | Juan Linietsky |
2017-02-01 | CSV translation import plugin | Juan Linietsky |
2017-02-01 | Lot of work in new importer, importing textures now works. | Juan Linietsky |
2017-01-25 | Removed import/export system, will start new one from scratch. | Juan Linietsky |
2017-01-25 | Audio bus editing is COMPLETE! | Juan Linietsky |
2017-01-23 | Remove set_ip_type from network classes (no longer needed) | Fabio Alessandrelli |
2017-01-23 | Implement UDP listen bind address | Fabio Alessandrelli |
2017-01-23 | Implement TCP Server bind address | Fabio Alessandrelli |
2017-01-23 | IP_Address can now be a wildcard (not a valid IP, used for binding) | Fabio Alessandrelli |
2017-01-23 | Convert validity checks of IP_Address to is_valid method. | Fabio Alessandrelli |
2017-01-16 | Style: Fix statements ending with ';;' | Rémi Verschelde |
2017-01-16 | Style: No break before list brace | Rémi Verschelde |
2017-01-16 | Style: Cleanups, added headers, renamed files | Rémi Verschelde |
2017-01-15 | Fix error while JSON::parse with empty string | Geequlim |
2017-01-14 | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-14 | Fixed dir access return value, changed it to Error like all other funcs | Juan Linietsky |
2017-01-14 | UDP.set_send_address to UDP.set_dest_address | Juan Linietsky |
2017-01-14 | rename String.extension() -> String.get_extension() / String.basename() -> St... | Juan Linietsky |
2017-01-11 | Both Array and Dictionary are always in shared mode (removed copy on write). | Juan Linietsky |
2017-01-11 | Type renames: | Juan Linietsky |
2017-01-08 | Moved JSON functions to built-in to_json, parse_json, validate_json | Juan Linietsky |