summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_player_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-48/+91
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-125/+0
* Merge pull request #37705 from dreamsComeTrue/editor-animation-player-improve...Rémi Verschelde2020-04-291-2/+6
|\
| * Allow to rename animation just after it was duplicated & show animation name ...Dominik 'dreamsComeTrue' Jasiński2020-04-101-2/+6
* | Rename InputFilter back to InputRémi Verschelde2020-04-281-2/+2
|/
* Replace NULL with nullptrlupoDharkael2020-04-021-9/+9
* Renaming of servers for coherency.Juan Linietsky2020-03-271-35/+35
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-1/+1
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-6/+6
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-15/+15
* Working multiple window support, including editorJuan Linietsky2020-03-261-9/+9
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-2/+2
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-2/+2
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-1/+1
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-1/+1
* | Signals: Fix signals error prints for the new signal systemMateo Dev .592020-02-281-7/+11
* | Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-4/+4
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-44/+22
|/
* Signals: Fix invalid connections to missing callbacksRémi Verschelde2020-02-231-10/+3
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-27/+27
* Base 3D engine done, still untested, though.Juan Linietsky2020-02-111-2/+1
* Animation editor: Set resource name when duplicatingRémi Verschelde2020-01-131-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde2019-12-101-2/+0
|\
| * Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-2/+0
* | Fixed errors in AnimationPlayerEditor when switching current_animation in the...PouleyKetchoupp2019-12-011-0/+3
|/
* Fix potential crash in AnimationPlayer.Relintai2019-10-031-0/+2
* Fix crash in #32473. (Automatically seek timeline in selected animation)Relintai2019-10-031-0/+4
* Automatically seek timeline in selected animationTomasz Chabora2019-10-011-0/+4
* Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak itMichael Alexsander Silva Dias2019-09-251-1/+1
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-2/+2
|\
| * Added some obvious errors explanationsqarmin2019-09-251-2/+2
* | Merge pull request #31964 from nekomatata/fix-animation-player-errorRémi Verschelde2019-09-191-2/+4
|\ \
| * | Fixed switching back to animation player editor with no animation to selectPouleyKetchoupp2019-09-041-2/+4
| |/
* / Add informational messages to various editorsMichael Alexsander Silva Dias2019-09-041-19/+4
|/
* Implement precise snapping in the animation editorHugo Locurcio2019-09-021-2/+15
* Tweak range steps in the animation editorHugo Locurcio2019-08-061-1/+1
* Improve snapping in the animation editorHugo Locurcio2019-08-061-24/+9
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Fix minor onion layering control errorsMichael Alexsander Silva Dias2019-06-191-77/+66
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
* Revert "Fix AnimationPlayer editor length and step synchronization"volzhs2019-05-311-30/+14
* Actually fix animation editor's bottom panel button not being pressed on cert...Michael Alexsander Silva Dias2019-05-271-4/+2
* Fix animation editor's bottom panel button not being pressed on certain occas...Michael Alexsander Silva Dias2019-05-251-55/+17
* Merge pull request #24771 from timoschwarzer/animation-player-editor-pos-drag...Rémi Verschelde2019-05-241-14/+30
|\
| * Fix AnimationPlayer editor length and step synchronizationTimo Schwarzer2019-05-061-14/+30
* | Fix 2D bones ignored by onion skinningPedro J. Estébanez2019-05-221-1/+1