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
/
sprite_frames_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Few improvements for SpriteFrames Editor
Danil Alexeev
2023-01-30
1
-25
/
+32
*
Make AnimatedSprite's playback API consistent with AnimationPlayer
Silc Renew
2023-01-26
1
-102
/
+398
*
Merge pull request #48570 from Calinou/animation-editors-new-name
Rémi Verschelde
2023-01-20
1
-2
/
+2
|
\
|
*
Tweak the name for new animations in the editor
Hugo Locurcio
2022-07-13
1
-2
/
+2
*
|
Merge pull request #71379 from KoBeWi/destruction_of_compatibility_function
Rémi Verschelde
2023-01-18
1
-4
/
+1
|
\
\
|
*
|
Remove set_drag_forwarding_compat()
kobewi
2023-01-14
1
-4
/
+1
*
|
|
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-15
/
+15
|
/
/
*
|
Add expand modes to TextureRect
kobewi
2023-01-12
1
-1
/
+1
*
|
Change set_drag_forwarding() to use callables.
Juan Linietsky
2023-01-10
1
-1
/
+1
*
|
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-2
/
+2
*
|
Merge pull request #65609 from dalexeev/animated-sprite
Rémi Verschelde
2023-01-05
1
-89
/
+166
|
\
\
|
*
|
`AnimatedSprite{2D,3D}` improvements
Danil Alexeev
2023-01-05
1
-89
/
+166
*
|
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
/
*
|
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+2
*
|
Cleanup remaining EditorUndoRedoManager usages
kobewi
2022-11-24
1
-6
/
+14
*
|
Fix misc formatting issues
Rémi Verschelde
2022-11-14
1
-1
/
+1
*
|
`SpriteFramesEditor` Fix calculating frame index from mouse position
kleonc
2022-10-30
1
-3
/
+7
*
|
Merge pull request #66337 from EricEzaM/sprite-frames
Rémi Verschelde
2022-10-13
1
-42
/
+63
|
\
\
|
*
|
Add shortcuts for SpriteFrames editor. Small renaming changes for clarity & c...
Eric M
2022-10-13
1
-42
/
+63
*
|
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-2
/
+2
|
/
/
*
|
Merge pull request #65421 from V-Sekai/spriteframes_read_only
Rémi Verschelde
2022-09-14
1
-1
/
+30
|
\
\
|
*
|
Add read only mode to SpriteFrames editor.
SaracenOne
2022-09-06
1
-1
/
+30
*
|
|
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-06
1
-1
/
+1
|
/
/
*
|
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-4
/
+4
*
|
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
-17
/
+17
|
\
\
|
*
|
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-17
/
+17
*
|
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-1
/
+0
|
/
/
*
|
Add per-scene UndoRedo
kobewi
2022-08-22
1
-1
/
+6
*
|
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-9
/
+9
*
|
Capitalize the SpriteFrames search bar placeholder
FireForge
2022-07-18
1
-1
/
+1
*
|
SpriteFramesEditor Add animation searchbox
kleonc
2022-07-18
1
-4
/
+24
|
/
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-4
/
+4
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-4
/
+4
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-3
/
+3
*
Fixed issue where panels in sprite frames editor couldn't be resized
Igor Kordiukiewicz
2022-04-26
1
-3
/
+0
*
Improve Select Frames dialog of SpriteFrames editor
Haoyu Qiu
2022-04-09
1
-60
/
+207
*
Improves SpriteFrames editor
Haoyu Qiu
2022-03-15
1
-18
/
+29
*
Allow negative indexes in ItemList and PopupMenu
kobewi
2022-03-12
1
-1
/
+1
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-5
/
+4
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+3
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-4
/
+4
*
Merge pull request #57725 from jmb462/missing-sname-theme-setters
Rémi Verschelde
2022-02-07
1
-4
/
+4
|
\
|
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-4
/
+4
*
|
SpriteFramesEditor Fix crash when selecting non-Texture2D file for splitting
kleonc
2022-02-06
1
-1
/
+1
|
/
*
SpriteFramesEditor Incorrect texture type fix
kleonc
2022-01-25
1
-1
/
+1
*
SpriteFramesEditor Show AtlasTexture's source texture path in the frame's too...
kleonc
2022-01-22
1
-8
/
+19
*
Fix AtlasTexture nesting
kleonc
2022-01-15
1
-15
/
+1
*
Rename TextureRect.expand to ignore_texture_size
kobewi
2022-01-07
1
-1
/
+1
[next]