| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-05 | 1 | -1604/+0 |
| * | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky | 2017-02-21 | 1 | -1/+1 |
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -37/+37 |
| * | Added warning when removing animations | Ray Koopa | 2017-01-25 | 1 | -9/+18 |
| * | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 1 | -0/+1 |
| * | Merge pull request #7515 from kbake/issue7433 | Rémi Verschelde | 2017-01-15 | 1 | -1/+6 |
| |\ |
|
| | * | Will now try to use the existing animation's name for filename, defaults to p... | kbake | 2017-01-14 | 1 | -1/+6 |
| * | | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -11/+13 |
| * | | rename String.extension() -> String.get_extension() / String.basename() -> St... | Juan Linietsky | 2017-01-14 | 1 | -1/+1 |
| * | | renamed tween animationplayer scale functions to speed_scale | Juan Linietsky | 2017-01-13 | 1 | -2/+2 |
| * | | New API for visibility in both CanvasItem and Spatial | Juan Linietsky | 2017-01-13 | 1 | -7/+7 |
| |/ |
|
| * | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con... | Juan Linietsky | 2017-01-10 | 1 | -1/+1 |
| * | PopupMenu now emits both index_pressed and id_pressed instead of item_pressed... | Juan Linietsky | 2017-01-08 | 1 | -2/+2 |
| * | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky | 2017-01-08 | 1 | -2/+2 |
| * | Editor settings categories are now tidy and beautiful! | Juan Linietsky | 2017-01-05 | 1 | -2/+2 |
| * | -Changed most project settings in the engine, so they have major and minor ca... | 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 | -3/+3 |
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -38/+38 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| * | Only show AnimationEditor automatically when an Animplayer is selected. | Andreas Haas | 2016-10-13 | 1 | -1/+1 |
| * | Removed support for saving paths as relative, closes #5728 | Juan Linietsky | 2016-07-22 | 1 | -2/+2 |
| * | Show a warning that an animation must be selected in order to edit it. Avoid ... | Juan Linietsky | 2016-07-22 | 1 | -2/+9 |
| * | Removed unused variables (second pass) + dead code | Rémi Verschelde | 2016-07-07 | 1 | -1/+0 |
| * | Allow animation name to be clipped, closes #5246 | Juan Linietsky | 2016-06-29 | 1 | -0/+1 |
| * | Merge pull request #5166 from djrm/shortcuts | Rémi Verschelde | 2016-06-19 | 1 | -6/+16 |
| |\ |
|
| | * | Added some shortcutable actions for animation player editor | Daniel J. Ramirez | 2016-06-12 | 1 | -6/+16 |
| * | | -Added trigger mode to tracks, useful for properties that work as triggers, s... | Juan Linietsky | 2016-06-19 | 1 | -5/+11 |
| |/ |
|
| * | Set more visible string to translatable | Geequlim | 2016-05-29 | 1 | -3/+1 |
| * | i18n: Proofreading of all strings | Rémi Verschelde | 2016-05-21 | 1 | -11/+11 |
| * | Fixed animation player auto-queue duplication and undo/redo | Paulb23 | 2016-05-07 | 1 | -5/+27 |
| * | Modified editor strings to be translatable in the future | Juan Linietsky | 2016-05-03 | 1 | -55/+55 |
| * | AnimationPlayer: Prevent resetting timeline when pinned (#4497) | Rémi Verschelde | 2016-05-01 | 1 | -0/+3 |
| * | Fix editors panels, of the bottom panel, not resizing in some cases | Franklin Sobrinho | 2016-03-15 | 1 | -1/+2 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -3/+3 |
| * | -fixed a crash when closing scene with animationplayer open | Juan Linietsky | 2016-02-21 | 1 | -1/+5 |
| * | AnimationPlayer frame SpinBox snaps to steps. | Josh Grams | 2016-02-09 | 1 | -0/+8 |
| * | -make animationplayer thinner, also toolbuttons too. fixes #3526 | Juan Linietsky | 2016-02-02 | 1 | -1/+1 |
| * | Fix animation toolbar | Franklin Sobrinho | 2016-01-27 | 1 | -7/+0 |
| * | -Fixes a bunch of stdout errors, closes #2763 closes #2731 | Juan Linietsky | 2016-01-23 | 1 | -1/+1 |
| * | -Massive editor dialog cleanup | Juan Linietsky | 2016-01-17 | 1 | -158/+147 |
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| * | -Display on animation editor which keys are invalid and which tracks are unre... | Juan Linietsky | 2015-12-05 | 1 | -0/+7 |
| * | Merge pull request #2716 from SaracenOne/animation_saving_fix | Juan Linietsky | 2015-11-18 | 1 | -24/+146 |
| |\ |
|
| | * | Added missing saving support to animation editor. | Saracen | 2015-11-02 | 1 | -24/+146 |
| * | | Small fixes in some editor dialogs | Franklin Sobrinho | 2015-10-18 | 1 | -0/+1 |
| |/ |
|
| * | Set AnimationEditor UndoRedo reference on creation | George Marques | 2015-09-13 | 1 | -0/+1 |
| * | -Properly keep animation editor and viewport state while switching scene tabs | Juan Linietsky | 2015-08-29 | 1 | -0/+43 |
| * | new file dialog! | Juan Linietsky | 2015-06-06 | 1 | -3/+3 |
| * | improved animation editor | Juan Linietsky | 2015-05-25 | 1 | -24/+235 |
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |