index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
animation_blend_space_1d_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-1
/
+1
*
Consistent with NodeBlendSpace1D option NodeBlendSpace2D
Silc Renew
2023-01-31
1
-0
/
+16
*
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-7
/
+7
*
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add null checks to AnimationTreeEditors and _clear_editors()
Silc Renew
2022-12-13
1
-11
/
+23
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+2
*
Cleanup remaining EditorUndoRedoManager usages
kobewi
2022-11-24
1
-3
/
+7
*
Fix AnimationTree crash & rename get_tree() to get_animation_tree()
Silc Renew
2022-11-21
1
-7
/
+7
*
Merge pull request #42659 from kingoftheconnors/anim-tree-load-fail-alert
Rémi Verschelde
2022-10-31
1
-0
/
+2
|
\
|
*
Change import animation error to "animation nodes"
kingoftheconnors
2022-08-07
1
-1
/
+1
|
*
Add alert in anim trees if resource load fails
kingoftheconnors
2020-10-08
1
-0
/
+2
*
|
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-06
1
-2
/
+2
*
|
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-14
/
+14
*
|
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+1
*
|
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-5
/
+5
|
\
\
|
*
|
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-5
/
+5
*
|
|
Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_...
Rémi Verschelde
2022-08-27
1
-1
/
+0
|
\
\
\
|
*
|
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-1
/
+0
|
|
/
/
*
/
/
Add read-only mode to AnimationTreeEditor plugins
SaracenOne
2022-08-25
1
-69
/
+91
|
/
/
*
|
Add per-scene UndoRedo
kobewi
2022-08-22
1
-0
/
+1
*
|
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
1
-0
/
+1
*
|
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-4
/
+4
*
|
refactor sync in AnimationTree
Silc Renew
2022-07-16
1
-1
/
+11
*
|
Use antialiasing for line drawing in the AnimationTree editor
Hugo Locurcio
2022-07-02
1
-8
/
+8
*
|
Removes start/end states from menus
Guilherme Felipe de C. G. da Silva
2022-06-04
1
-1
/
+1
*
|
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-5
/
+0
*
|
Add missing i18n to various strings
Haoyu Qiu
2022-03-07
1
-1
/
+1
*
|
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-02-16
1
-30
/
+33
*
|
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+2
*
|
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-3
/
+3
*
|
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-3
/
+3
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
|
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
|
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-1
/
+1
*
|
Fix bad popups offset in editor with single window off
jmb462
2021-12-06
1
-1
/
+2
*
|
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-6
/
+6
*
|
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-3
/
+3
*
|
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-8
/
+8
*
|
Optimize StringName usage
reduz
2021-07-18
1
-17
/
+17
*
|
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-3
/
+3
*
|
Rename LineEdit caret_* properties getters and setters to match property
Marcel Admiraal
2021-04-17
1
-1
/
+1
*
|
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-5
/
+5
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
|
Rename Math::stepify to snapped
Marcel Admiraal
2020-12-28
1
-4
/
+4
*
|
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-1
/
+2
|
/
*
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...
Stijn Hinlopen
2020-07-14
1
-1
/
+1
*
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-19
1
-5
/
+10
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-6
/
+12
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-12
/
+0
[next]