summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_state_machine_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-3/+2
* Add per-scene UndoRedokobewi2022-08-221-0/+1
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-4/+4
* Merge pull request #62350 from Valeryn4/fix_animation_state_machineRémi Verschelde2022-07-281-1/+1
|\
| * Validate AnimationNode name in AnimationStateMachineValerii2022-07-281-1/+1
* | Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-2/+2
* | Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-2/+2
* | Merge pull request #61826 from guilhermefelipecgs/fix_leakRémi Verschelde2022-06-231-3/+3
|\ \ | |/ |/|
| * Fix ObjectDB instances leaked on state machine when editor closesGuilherme Felipe de C. G. da Silva2022-06-081-3/+3
* | i18n: Misc fixes translation stringsRémi Verschelde2022-06-081-1/+1
|/
* Fix state machine styleGuilherme Felipe de C. G. da Silva2022-06-031-2/+1
* Add a new HashSet templatereduz2022-05-201-4/+4
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Fix state machine box selectionGuilherme Felipe de C. G. da Silva2022-05-031-0/+30
* Merge pull request #60627 from aaronfranke/rename-elementsRémi Verschelde2022-05-031-3/+3
|\
| * Rename Transform2D "elements" to "columns"Aaron Franke2022-04-291-3/+3
* | Improvements of state machineGuilherme Felipe2022-05-021-204/+952
* | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-9/+0
|/
* Merge pull request #59979 from bruvzg/cpp_check2Rémi Verschelde2022-04-271-6/+6
|\
| * Fix more issues found by cppcheck.bruvzg2022-04-201-6/+6
* | Rename theme properties to include underscoresFireForge2022-04-231-1/+1
|/
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* Use get_cursor_shape for identifying the cursor shape in AnimationNodeStateMa...Markus Sauermann2022-03-111-23/+22
* Add missing i18n to various stringsHaoyu Qiu2022-03-071-1/+1
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-139/+144
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+2
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-3/+3
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-3/+3
* String: Add contains().Anilforextra2022-02-041-1/+1
* Vectors: Use clear() and has().Anilforextra2022-02-021-1/+1
* Make AnimationTree delta argument force double in coreSilc 'Tokage' Renew2022-01-291-3/+3
* More time parameters change type float to doubleSilc 'Tokage' Renew2022-01-271-3/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-3/+3
* Fix bad popups offset in editor with single window offjmb4622021-12-061-2/+3
* Use "enum class" for input enumsAaron Franke2021-11-121-7/+7
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-5/+5
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-20/+20
* Optimize StringName usagereduz2021-07-181-39/+39
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-4/+4
* Documentation search fixesGregory Basile2021-06-161-1/+1
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-2/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-6/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44149 from madmiraal/rename-tangent-orthogonalRémi Verschelde2020-12-281-2/+2
|\
| * Rename Vector2.tangent() to Vector2.orthogonal()Marcel Admiraal2020-12-061-2/+2
* | Rename Control margin to offsetMarcel Admiraal2020-12-231-5/+5
|/
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-10/+11