Age | Commit message (Expand) | Author |
2017-01-13 | Created new Engine singleton, and moved engine related OS functions to it. | Juan Linietsky |
2017-01-13 | New API for visibility in both CanvasItem and Spatial | Juan Linietsky |
2017-01-11 | Type renames: | Juan Linietsky |
2017-01-10 | - _ready() callback only happens once now, if you want to receive it again, u... | Juan Linietsky |
2017-01-10 | Groundbreaking!! Godot resources can now be flagged to be local to the scene ... | Juan Linietsky |
2017-01-08 | -removed stop mouse and ignore mouse from control, which were confusing, repl... | Juan Linietsky |
2017-01-08 | renamed joystick to joypad everywhere around source code! | Juan Linietsky |
2017-01-08 | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky |
2017-01-05 | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky |
2017-01-04 | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-02 | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde |
2017-01-01 | WIP particle system | Juan Linietsky |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-12-23 | Fixed many more bugs reported by Valgrind | Juan Linietsky |
2016-12-22 | can bake for omni and spotlight | Juan Linietsky |
2016-11-22 | Instancing is working! (hooray) | Juan Linietsky |
2016-11-09 | all light types and shadows are working, pending a lot of clean-up | Juan Linietsky |
2016-10-27 | PBR more or less working, still working on bringing gizmos back | Juan Linietsky |
2016-10-08 | Added simple check to viewport, if matrix32 is invesile (https://github.com/g... | Mateusz Adamczyk |
2016-10-05 | -Added ViewportContainer, this is the only way to make viewports show up in G... | Juan Linietsky |
2016-10-03 | Begining of GLES3 renderer: | Juan Linietsky |
2016-09-14 | Restore viewport set_world_2d functionality | Fabio Alessandrelli |
2016-09-10 | Fix Viewport.get_mouse_pos() for specific situations, closes #1885 | Juan Linietsky |
2016-07-30 | UI navigation via JOYSTICK_MOTION. | Andreas Haas |
2016-07-24 | Merge pull request #5881 from neikeq/pr-fix-propagation | Juan Linietsky |
2016-07-24 | Merge pull request #5803 from jarfil/issue/origin5695-pr | Juan Linietsky |
2016-07-24 | Viewport: Replace obsolete "windows" group calls | Ignacio Etcheverry |
2016-07-19 | Hide tooltip if new mouse position's tooltip is empty | Jaroslaw Filiochowski |
2016-07-19 | Don't start a new tooltip timer for the same tooltip | Jaroslaw Filiochowski |
2016-07-18 | Properly transform sub-viewport input, closes #3580 | Juan Linietsky |
2016-07-08 | Fix own world option of Viewport. | Franklin Sobrinho |
2016-07-01 | Fixed the order of input, reverts #4384, closes #5361 | Juan Linietsky |
2016-07-01 | Color picker was getting too much focus, made it get not as much focus. | Juan Linietsky |
2016-07-01 | Invalidate key focus if not visible, fixes #5354 | Juan Linietsky |
2016-07-01 | Improved drag&drop to work as n-piggeon wants to use, closes #5342 | Juan Linietsky |
2016-06-29 | remove unnecesary warning, closes #5169 | Juan Linietsky |
2016-06-27 | Figured out a way to fix event propagation for shortcuts and some other cases... | Juan Linietsky |
2016-06-27 | Add a small workaround to avoid modal tabs to be closed if they are spawned i... | Juan Linietsky |
2016-06-27 | Properly deliver localized coordinates when passing gui events through parent... | Juan Linietsky |
2016-06-23 | Make button aware of it being dragged and reset state, closes #4178 | Juan Linietsky |
2016-06-20 | Fixed the order of events called by _input, closes #4384 | Juan Linietsky |
2016-06-20 | Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431 | Juan Linietsky |
2016-06-20 | Make dure to only call drop_data if can_drop_data returned true, closes #4616 | Juan Linietsky |
2016-06-11 | do not allow picking in captured mode, closes #5134 | Juan Linietsky |
2016-06-09 | fixes wrong bool return, closes #5037 | Juan Linietsky |
2016-06-07 | Fix indentation issues in last commits | Rémi Verschelde |
2016-06-06 | Merge pull request #4101 from SaracenOne/listener | Juan Linietsky |
2016-06-06 | properly pass events to parent controls, closes #4701 | Juan Linietsky |
2016-06-04 | -customizable shortcuts in editor | Juan Linietsky |