Age | Commit message (Expand) | Author |
2017-03-24 | Update ENet module to support custom ENet lib | Fabio Alessandrelli |
2017-03-05 | Make that Whole New World great again | Rémi Verschelde |
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-03-05 | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde |
2017-03-02 | Added missing FIXMEs in PR #7878 | Ferenc Arn |
2017-02-28 | Merge pull request #7878 from RebelliousX/else | Rémi Verschelde |
2017-02-28 | Inf and NaN support added to GDScript. | Saracen |
2017-02-28 | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq |
2017-02-26 | Merge pull request #7851 from shlomif/fix-some-compilation-warnings | Rémi Verschelde |
2017-02-26 | Merge pull request #7827 from volzhs/libwebp-0.6.0 | Rémi Verschelde |
2017-02-26 | Merge pull request #7809 from hpvb/fix-6798 | Rémi Verschelde |
2017-02-21 | Fix some compilation warnings. | Shlomi Fish |
2017-02-21 | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky |
2017-02-17 | Update libwebp to 0.6.0 | volzhs |
2017-02-16 | Correct hash behavior for floating point numbers | Hein-Pieter van Braam |
2017-02-16 | Allow preload to accept a const string. | Hein-Pieter van Braam |
2017-02-15 | Many fixes to make exported scenes work better, still buggy. | Juan Linietsky |
2017-02-15 | -begin of export work, not done yet | Juan Linietsky |
2017-02-13 | Remove bounds check when resuming from yield. | Hein-Pieter van Braam |
2017-02-13 | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam |
2017-02-13 | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam |
2017-02-12 | Merge pull request #7723 from lonesurvivor/gdscript-range-fix | Rémi Verschelde |
2017-02-06 | Several bugfixes, improving the import workflow | Juan Linietsky |
2017-02-04 | Fix parsing bug which causes range(variable) to crash the engine | lonesurvivor |
2017-02-03 | Changed OGG Vorbis type to be imported, so it's possible to specify loop | Juan Linietsky |
2017-01-25 | Removed import/export system, will start new one from scratch. | Juan Linietsky |
2017-01-23 | Merge pull request #7583 from karroffel/wildcard | Rémi Verschelde |
2017-01-21 | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky |
2017-01-20 | made _ a special token in GDScript | karroffel |
2017-01-16 | Overloaded basic math funcs (double and float variants). Use real_t rather th... | Ferenc Arn |
2017-01-16 | Merge pull request #7532 from tagcup/pcg_prng | Rémi Verschelde |
2017-01-16 | Style: Various fixes to play nice with clang-format | Rémi Verschelde |
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 | Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant wit... | Ferenc Arn |
2017-01-15 | Oops! Audio engine has vanished :D | Juan Linietsky |
2017-01-15 | Style: Cosmetic fixes to play nice with clang-format | Rémi Verschelde |
2017-01-14 | Compile error when duplicate key in dictionery literal #7034 | James Mintram |
2017-01-14 | Merge pull request #6845 from karroffel/master | Juan Linietsky |
2017-01-14 | Merge pull request #4918 from jjay/f/error_on_redefine | Juan Linietsky |
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 | rename String.extension() -> String.get_extension() / String.basename() -> St... | Juan Linietsky |
2017-01-13 | rename Input.get_mouse_speed() to Input.get_last_mouse_speed() | Juan Linietsky |
2017-01-12 | Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_C... | Juan Linietsky |
2017-01-12 | some class renames | Juan Linietsky |
2017-01-12 | Implicit inheritance now defaults to Resource, will error for node scripts if... | Juan Linietsky |
2017-01-11 | More efficient iteration syntax, and range() is converted behind the scenes t... | Juan Linietsky |