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_player_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-48
/
+91
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+4
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-125
/
+0
*
Merge pull request #37705 from dreamsComeTrue/editor-animation-player-improve...
Rémi Verschelde
2020-04-29
1
-2
/
+6
|
\
|
*
Allow to rename animation just after it was duplicated & show animation name ...
Dominik 'dreamsComeTrue' Jasiński
2020-04-10
1
-2
/
+6
*
|
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-2
/
+2
|
/
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-9
/
+9
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-35
/
+35
*
Rename more 2D and 3D nodes to follow convention
Rémi Verschelde
2020-03-27
1
-1
/
+1
*
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-27
1
-6
/
+6
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-15
/
+15
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-9
/
+9
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
1
-2
/
+2
*
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
1
-2
/
+2
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-03-01
1
-1
/
+1
|
\
|
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
1
-1
/
+1
*
|
Signals: Fix signals error prints for the new signal system
Mateo Dev .59
2020-02-28
1
-7
/
+11
*
|
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-28
1
-4
/
+4
*
|
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-44
/
+22
|
/
*
Signals: Fix invalid connections to missing callbacks
Rémi Verschelde
2020-02-23
1
-10
/
+3
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-27
/
+27
*
Base 3D engine done, still untested, though.
Juan Linietsky
2020-02-11
1
-2
/
+1
*
Animation editor: Set resource name when duplicating
Rémi Verschelde
2020-01-13
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+1
*
Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers
Rémi Verschelde
2019-12-10
1
-2
/
+0
|
\
|
*
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
1
-2
/
+0
*
|
Fixed errors in AnimationPlayerEditor when switching current_animation in the...
PouleyKetchoupp
2019-12-01
1
-0
/
+3
|
/
*
Fix potential crash in AnimationPlayer.
Relintai
2019-10-03
1
-0
/
+2
*
Fix crash in #32473. (Automatically seek timeline in selected animation)
Relintai
2019-10-03
1
-0
/
+4
*
Automatically seek timeline in selected animation
Tomasz Chabora
2019-10-01
1
-0
/
+4
*
Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak it
Michael Alexsander Silva Dias
2019-09-25
1
-1
/
+1
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-2
/
+2
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-2
/
+2
*
|
Merge pull request #31964 from nekomatata/fix-animation-player-error
Rémi Verschelde
2019-09-19
1
-2
/
+4
|
\
\
|
*
|
Fixed switching back to animation player editor with no animation to select
PouleyKetchoupp
2019-09-04
1
-2
/
+4
|
|
/
*
/
Add informational messages to various editors
Michael Alexsander Silva Dias
2019-09-04
1
-19
/
+4
|
/
*
Implement precise snapping in the animation editor
Hugo Locurcio
2019-09-02
1
-2
/
+15
*
Tweak range steps in the animation editor
Hugo Locurcio
2019-08-06
1
-1
/
+1
*
Improve snapping in the animation editor
Hugo Locurcio
2019-08-06
1
-24
/
+9
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Fix minor onion layering control errors
Michael Alexsander Silva Dias
2019-06-19
1
-77
/
+66
*
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-11
1
-1
/
+1
*
Revert "Fix AnimationPlayer editor length and step synchronization"
volzhs
2019-05-31
1
-30
/
+14
*
Actually fix animation editor's bottom panel button not being pressed on cert...
Michael Alexsander Silva Dias
2019-05-27
1
-4
/
+2
*
Fix animation editor's bottom panel button not being pressed on certain occas...
Michael Alexsander Silva Dias
2019-05-25
1
-55
/
+17
*
Merge pull request #24771 from timoschwarzer/animation-player-editor-pos-drag...
Rémi Verschelde
2019-05-24
1
-14
/
+30
|
\
|
*
Fix AnimationPlayer editor length and step synchronization
Timo Schwarzer
2019-05-06
1
-14
/
+30
*
|
Fix 2D bones ignored by onion skinning
Pedro J. Estébanez
2019-05-22
1
-1
/
+1
[next]