| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-05 | 1 | -4331/+0 |
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -29/+29 |
| * | Overloaded basic math funcs (double and float variants). Use real_t rather th... | Ferenc Arn | 2017-01-16 | 1 | -8/+8 |
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 1 | -4/+4 |
| * | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 1 | -0/+1 |
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -14/+20 |
| * | Created new Engine singleton, and moved engine related OS functions to it. | Juan Linietsky | 2017-01-13 | 1 | -2/+2 |
| * | New API for visibility in both CanvasItem and Spatial | Juan Linietsky | 2017-01-13 | 1 | -6/+6 |
| * | some class renames | Juan Linietsky | 2017-01-12 | 1 | -1/+1 |
| * | Renamed most signals so they refer to: | Juan Linietsky | 2017-01-12 | 1 | -2/+2 |
| * | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -1/+1 |
| * | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con... | Juan Linietsky | 2017-01-10 | 1 | -3/+3 |
| * | -All types have editable script now in properties | Juan Linietsky | 2017-01-09 | 1 | -1/+1 |
| * | Add clamp and wrap loop modes for animation tracks. | Juan Linietsky | 2017-01-09 | 1 | -15/+90 |
| * | -removed stop mouse and ignore mouse from control, which were confusing, repl... | Juan Linietsky | 2017-01-08 | 1 | -1/+1 |
| * | PopupMenu now emits both index_pressed and id_pressed instead of item_pressed... | Juan Linietsky | 2017-01-08 | 1 | -6/+6 |
| * | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky | 2017-01-08 | 1 | -5/+5 |
| * | Editor settings categories are now tidy and beautiful! | Juan Linietsky | 2017-01-05 | 1 | -1/+1 |
| * | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 1 | -59/+59 |
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -36/+36 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| * | AnimationEditor: zoom using ctrl+wheel | Andreas Haas | 2016-09-23 | 1 | -2/+10 |
| * | Implemented UndoRedo mergeable modes | Franklin Sobrinho | 2016-08-17 | 1 | -6/+10 |
| * | Show a warning that an animation must be selected in order to edit it. Avoid ... | Juan Linietsky | 2016-07-22 | 1 | -0/+10 |
| * | Merge pull request #5287 from marcelofg55/master | Juan Linietsky | 2016-07-10 | 1 | -122/+235 |
| |\ |
|
| | * | Added popup menu for animation key right-click | marcelofg55 | 2016-06-18 | 1 | -122/+235 |
| * | | Removed unused variables (second pass) + dead code | Rémi Verschelde | 2016-07-07 | 1 | -5/+0 |
| * | | Revert "Added toggle for loop interpolation based on adolson's code" | Rémi Verschelde | 2016-06-26 | 1 | -24/+0 |
| * | | Merge pull request #4724 from Cybolic/optional-loop-interpolation | Rémi Verschelde | 2016-06-19 | 1 | -0/+24 |
| |\ \ |
|
| | * | | Added toggle for loop interpolation based on adolson's code | Christian Dannie Storgaard | 2016-05-20 | 1 | -0/+24 |
| * | | | -Added trigger mode to tracks, useful for properties that work as triggers, s... | Juan Linietsky | 2016-06-19 | 1 | -23/+31 |
| | |/
|/| |
|
| * | | i18n: Use %d instead of %i in vformat | Rémi Verschelde | 2016-05-21 | 1 | -1/+1 |
| * | | i18n: Second pass at proofreading | Rémi Verschelde | 2016-05-21 | 1 | -3/+3 |
| * | | i18n: Proofreading of all strings | Rémi Verschelde | 2016-05-21 | 1 | -11/+11 |
| |/ |
|
| * | Modified editor strings to be translatable in the future | Juan Linietsky | 2016-05-03 | 1 | -83/+83 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -4/+4 |
| * | Insert new key helper is back to 2D editor, missed it? | Juan Linietsky | 2016-02-09 | 1 | -0/+1 |
| * | -fix path clear in animation call param, closes #3448 | Juan Linietsky | 2016-02-02 | 1 | -0/+3 |
| * | -Make sure to properly use node path from animation track as base path, fixes... | Juan Linietsky | 2016-01-31 | 1 | -10/+59 |
| * | Fix animation toolbar | Franklin Sobrinho | 2016-01-27 | 1 | -3/+8 |
| * | -Fixes a bunch of stdout errors, closes #2763 closes #2731 | Juan Linietsky | 2016-01-23 | 1 | -1/+3 |
| * | small fix | Juan Linietsky | 2016-01-17 | 1 | -1/+1 |
| * | fixes to keying updating | Juan Linietsky | 2016-01-17 | 1 | -1/+7 |
| * | -Massive editor dialog cleanup | Juan Linietsky | 2016-01-17 | 1 | -16/+23 |
| * | Make sure variant parser actually writes floats when float property is reques... | Juan Linietsky | 2016-01-10 | 1 | -3/+3 |
| * | Fix some error messages | Franklin Sobrinho | 2016-01-09 | 1 | -1/+1 |
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| * | added option to add_child, to use the same deduplication convention as in the... | Juan Linietsky | 2015-12-08 | 1 | -10/+10 |
| * | -Display on animation editor which keys are invalid and which tracks are unre... | Juan Linietsky | 2015-12-05 | 1 | -3/+168 |
| * | Split up AnimationPlayer tracks editor `Tracks` button | eska | 2015-11-18 | 1 | -21/+36 |