summaryrefslogtreecommitdiff
path: root/editor/animation_track_editor_plugins.cpp
AgeCommit message (Expand)Author
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-29[Core] Rename linear_interpolate to lerpAaron Franke
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-22Show preview of frame_coords in AnimationPlayerTomasz Chabora
2019-07-01Remove unnecessary code and add some error explanationsqarmin
2019-05-28Align boolean/color track icons to other keys in the animation editorHugo Locurcio
2019-03-03Implement a more coherent (and way less hack) way to block animation updates,...Juan Linietsky
2019-02-21Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-08-29Add missing copyright headersRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-06-14[AnimationPlayer] Fix preview for both AnimatedSprite (2D and 3D)Guilherme Felipe
2018-06-07Entirely new (and much improved) animation editor.Juan Linietsky