index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
animation_state_machine_editor.cpp
Age
Commit message (
Expand
)
Author
2023-01-25
Add indicator for state machine transition fade progress and position of stat...
SaracenOne
2023-01-22
Expose fading_from_node from StateMachine
Silc Renew
2023-01-16
Add EditorUndoRedoManager singleton
kobewi
2023-01-08
Use BitField<> in core type masks
Juan Linietsky
2023-01-05
Simplify some editor plugin logic and remove dead code
Yuri Sizov
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-16
Change auto_advance flag to advance_mode enum and unify with disabled flag.
SaracenOne
2022-12-13
Add null checks to AnimationTreeEditors and _clear_editors()
Silc Renew
2022-11-29
Use forward-declarations in big editor classes
trollodel
2022-11-24
Cleanup remaining EditorUndoRedoManager usages
kobewi
2022-11-21
Fix AnimationTree crash & rename get_tree() to get_animation_tree()
Silc Renew
2022-11-14
Remove redundant Variant-types initializations
Markus Sauermann
2022-10-31
Merge pull request #42659 from kingoftheconnors/anim-tree-load-fail-alert
Rémi Verschelde
2022-09-06
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-06
Merge pull request #65354 from V-Sekai/state_machine_freeze_new_transition
Rémi Verschelde
2022-09-05
Fix UndoRedo when creating new AnimationStateMachine transition and node.
SaracenOne
2022-09-05
Freeze line when releasing mouse to create a new transition.
SaracenOne
2022-08-31
Merge pull request #64247 from guilhermefelipecgs/fix_end_node
Rémi Verschelde
2022-08-29
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-28
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-27
Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_...
Rémi Verschelde
2022-08-27
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-25
Add read-only mode to AnimationTreeEditor plugins
SaracenOne
2022-08-22
Add per-scene UndoRedo
kobewi
2022-08-10
Re-add AnimationNodeStateMachine::end_node for root state machine
Guilherme Felipe de C. G. da Silva
2022-08-07
Change import animation error to "animation nodes"
kingoftheconnors
2022-07-31
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-29
Remove Signal connect binds
Juan Linietsky
2022-07-28
Merge pull request #62350 from Valeryn4/fix_animation_state_machine
Rémi Verschelde
2022-07-28
Validate AnimationNode name in AnimationStateMachine
Valerii
2022-07-18
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-06
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-06-23
Merge pull request #61826 from guilhermefelipecgs/fix_leak
Rémi Verschelde
2022-06-08
Fix ObjectDB instances leaked on state machine when editor closes
Guilherme Felipe de C. G. da Silva
2022-06-08
i18n: Misc fixes translation strings
Rémi Verschelde
2022-06-03
Fix state machine style
Guilherme Felipe de C. G. da Silva
2022-05-20
Add a new HashSet template
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-03
Fix state machine box selection
Guilherme Felipe de C. G. da Silva
2022-05-03
Merge pull request #60627 from aaronfranke/rename-elements
Rémi Verschelde
2022-05-02
Improvements of state machine
Guilherme Felipe
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-04-29
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-04-27
Merge pull request #59979 from bruvzg/cpp_check2
Rémi Verschelde
2022-04-23
Rename theme properties to include underscores
FireForge
2022-04-20
Fix more issues found by cppcheck.
bruvzg
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-03-11
Use get_cursor_shape for identifying the cursor shape in AnimationNodeStateMa...
Markus Sauermann
[next]