summaryrefslogtreecommitdiff
path: root/editor/plugins/animation_state_machine_editor.cpp
AgeCommit message (Expand)Author
2022-12-13Add null checks to AnimationTreeEditors and _clear_editors()Silc Renew
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-24Cleanup remaining EditorUndoRedoManager usageskobewi
2022-11-21Fix AnimationTree crash & rename get_tree() to get_animation_tree()Silc Renew
2022-11-14Remove redundant Variant-types initializationsMarkus Sauermann
2022-10-31Merge pull request #42659 from kingoftheconnors/anim-tree-load-fail-alertRémi Verschelde
2022-09-06Improve naming of theme properties throughout GUI codeYuri Sizov
2022-09-06Merge pull request #65354 from V-Sekai/state_machine_freeze_new_transitionRémi Verschelde
2022-09-05Fix UndoRedo when creating new AnimationStateMachine transition and node.SaracenOne
2022-09-05Freeze line when releasing mouse to create a new transition.SaracenOne
2022-08-31Merge pull request #64247 from guilhermefelipecgs/fix_end_nodeRémi Verschelde
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_...Rémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-25Add read-only mode to AnimationTreeEditor pluginsSaracenOne
2022-08-22Add per-scene UndoRedokobewi
2022-08-10Re-add AnimationNodeStateMachine::end_node for root state machineGuilherme Felipe de C. G. da Silva
2022-08-07Change import animation error to "animation nodes"kingoftheconnors
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-28Merge pull request #62350 from Valeryn4/fix_animation_state_machineRémi Verschelde
2022-07-28Validate AnimationNode name in AnimationStateMachineValerii
2022-07-18Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-06-23Merge pull request #61826 from guilhermefelipecgs/fix_leakRémi Verschelde
2022-06-08Fix ObjectDB instances leaked on state machine when editor closesGuilherme Felipe de C. G. da Silva
2022-06-08i18n: Misc fixes translation stringsRémi Verschelde
2022-06-03Fix state machine styleGuilherme Felipe de C. G. da Silva
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-03Fix state machine box selectionGuilherme Felipe de C. G. da Silva
2022-05-03Merge pull request #60627 from aaronfranke/rename-elementsRémi Verschelde
2022-05-02Improvements of state machineGuilherme Felipe
2022-05-02Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde
2022-04-29Rename Transform2D "elements" to "columns"Aaron Franke
2022-04-27Merge pull request #59979 from bruvzg/cpp_check2Rémi Verschelde
2022-04-23Rename theme properties to include underscoresFireForge
2022-04-20Fix more issues found by cppcheck.bruvzg
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-03-11Use get_cursor_shape for identifying the cursor shape in AnimationNodeStateMa...Markus Sauermann
2022-03-07Add missing i18n to various stringsHaoyu Qiu
2022-02-16Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-04String: Add contains().Anilforextra
2022-02-02Vectors: Use clear() and has().Anilforextra