| Commit message (Expand) | Author | Age | Files | Lines |
| * | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 2 | -3/+3 |
| * | Fix bug in pause mode propagation | Fabio Alessandrelli | 2017-05-06 | 1 | -1/+1 |
| * | Fix auto_accept_quit option to work | volzhs | 2017-04-25 | 1 | -2/+2 |
| * | Move VERSION_MKSTRING logic to version.h | Rémi Verschelde | 2017-04-20 | 1 | -0/+2 |
| * | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei | 2017-04-10 | 2 | -8/+8 |
| * | -Fixed crash with splash screen on windows | Juan Linietsky | 2017-04-09 | 1 | -1/+1 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 16 | -0/+16 |
| * | Merge pull request #8308 from RandomShaper/optimize-out-debug-n-non-tools | Rémi Verschelde | 2017-04-07 | 2 | -5/+29 |
| |\ |
|
| | * | Optimize-out some debug and/or non-tools methods | Pedro J. Estébanez | 2017-04-07 | 2 | -5/+29 |
| * | | Merge pull request #8304 from RandomShaper/reset-folded-on-reset-edit-children | Rémi Verschelde | 2017-04-07 | 1 | -2/+6 |
| |\ \ |
|
| | * | | Reset display folded for an instanced scene if editable children is toggled off | Pedro J. Estébanez | 2017-04-07 | 1 | -2/+6 |
| | |/ |
|
| * | | New particle system, mostly working, some small features missing. | Juan Linietsky | 2017-04-06 | 1 | -15/+15 |
| * | | Fixer looping timer accumulation in _process | Rémi Verschelde | 2017-04-05 | 1 | -3/+2 |
| * | | previous value of time_left is added to wait_time before assigning to time_left | Nikhil Shagrithaya | 2017-04-04 | 1 | -2/+1 |
| * | | Merge pull request #8048 from ficoos/was_input_handled | Rémi Verschelde | 2017-04-03 | 2 | -0/+6 |
| |\ \
| |/
|/| |
|
| | * | Add the option to check if input was handled | Saggi Mizrahi | 2017-03-31 | 2 | -0/+6 |
| * | | Viewport: Fix undefined behaviour found by llvm sanitizer. | Andreas Haas | 2017-04-02 | 1 | -2/+2 |
| * | | Merge pull request #8203 from RandomShaper/add-missing-bind | Rémi Verschelde | 2017-03-30 | 1 | -0/+1 |
| |\ \
| |/
|/| |
|
| | * | Add missing binding for DUPLICATE_USE_INSTANCING | Pedro J. Estébanez | 2017-03-30 | 1 | -0/+1 |
| * | | Merge pull request #8010 from AlexHolly/Timer-is_time_left | Rémi Verschelde | 2017-03-24 | 2 | -13/+22 |
| |\ \ |
|
| | * | | is_active to is_paused | AlexHolly | 2017-03-19 | 2 | -13/+22 |
| * | | | Fix typos in source code using codespell | Rémi Verschelde | 2017-03-24 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | Merge pull request #8037 from RandomShaper/remove-warning | Rémi Verschelde | 2017-03-18 | 1 | -0/+3 |
| |\ \ |
|
| | * | | Remove warning on owner re-assignment | Pedro J. Estébanez | 2017-03-15 | 1 | -0/+3 |
| * | | | Merge pull request #8014 from AlexHolly/fix-remove-and-skip | Rémi Verschelde | 2017-03-18 | 1 | -7/+8 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | fix remove_and_skip() | AlexHolly | 2017-03-12 | 1 | -7/+8 |
| | |/ |
|
| * / | Fix connection errors when replacing node | Ignacio Etcheverry | 2017-03-11 | 1 | -2/+5 |
| |/ |
|
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 16 | -3420/+2767 |
| * | Added a SceneTree.has_network_peer, closes #7922 | Karol Walasek | 2017-03-04 | 2 | -0/+6 |
| * | Merge pull request #7856 from RandomShaper/add-duplicate-flags | Rémi Verschelde | 2017-02-26 | 2 | -14/+32 |
| |\ |
|
| | * | Add more options to Node.duplicate() | Pedro J. Estébanez | 2017-02-20 | 2 | -14/+32 |
| * | | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky | 2017-02-21 | 3 | -3/+3 |
| |/ |
|
| * | SceneTreeTimer: Ability to set pause mode | Andreas Haas | 2017-02-15 | 2 | -4/+22 |
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 8 | -249/+249 |
| * | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | 2017-02-13 | 6 | -41/+41 |
| * | Merge pull request #7581 from Faless/v6_wild_bind | Rémi Verschelde | 2017-02-12 | 2 | -6/+0 |
| |\ |
|
| | * | Remove set_ip_type from network classes (no longer needed) | Fabio Alessandrelli | 2017-01-23 | 2 | -6/+0 |
| * | | Ability to delete, drag and drop audio buses! | Juan Linietsky | 2017-01-23 | 2 | -9/+69 |
| * | | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky | 2017-01-21 | 1 | -3/+22 |
| |/ |
|
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 2 | -3/+3 |
| * | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 1 | -1/+1 |
| * | Oops! Audio engine has vanished :D | Juan Linietsky | 2017-01-15 | 2 | -19/+19 |
| * | no more errors related to missing GlobalConfig::Get (or so I hope) | Juan Linietsky | 2017-01-14 | 1 | -5/+5 |
| * | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky | 2017-01-14 | 4 | -7/+7 |
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 4 | -35/+44 |
| * | Renamed call_group to call_group_flags, made call_group without flags the def... | Juan Linietsky | 2017-01-14 | 3 | -27/+84 |
| * | Vector2.get_aspect() renamed to Vector2.aspect() to keep consistent method na... | Juan Linietsky | 2017-01-13 | 1 | -2/+2 |
| * | Node name casing: fix mistake from previous commit | Rémi Verschelde | 2017-01-13 | 1 | -1/+1 |
| * | Reenable node name case setting + code cleanups | Rémi Verschelde | 2017-01-13 | 1 | -7/+4 |
| * | Created new Engine singleton, and moved engine related OS functions to it. | Juan Linietsky | 2017-01-13 | 1 | -1/+1 |