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_2d_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-1
/
+1
*
fix popup scale
shahriarlabib000
2024-09-21
1
-1
/
+1
*
Extract editor main screen
kit
2024-09-09
1
-1
/
+1
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-2
/
+2
*
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-1
/
+1
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-2
/
+2
*
Fix Sprite2D editor history mismatch
kobewi
2024-05-09
1
-2
/
+2
*
Replace Clipper1 library by Clipper2 library
Ricardo Buring
2024-04-20
1
-40
/
+23
*
Fix undo action names for node replacement
kobewi
2024-03-03
1
-2
/
+2
*
Split monolithic physics class files
smix8
2024-02-27
1
-1
/
+1
*
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-4
/
+4
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Merge pull request #84353 from aXu-AP/sprite2d-plugin-zoom
Rémi Verschelde
2024-01-04
1
-12
/
+115
|
\
|
*
Add zoom controls to Sprite2DPlugin
aXu-AP
2023-11-07
1
-12
/
+115
*
|
Readd rect support for Sprite2DPlugin converter
aXu-AP
2023-11-12
1
-23
/
+16
|
/
*
Prevent crash and error spam related to Sprite2D with a region
Yuri Sizov
2023-11-04
1
-29
/
+24
*
[Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-15
1
-2
/
+2
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-5
/
+5
*
Fix replace node deleting `Node` properties.
ajreckof
2023-08-03
1
-10
/
+4
*
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-4
/
+4
*
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
/
+1
*
Rename EditorInterface.get_editor_main_control to get_editor_main_screen
Yuri Sizov
2022-09-07
1
-1
/
+1
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-5
/
+5
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+1
*
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
-4
/
+5
*
Merge pull request #63253 from V-Sekai/disable_sprite_conversion_on_foreign_n...
Rémi Verschelde
2022-08-08
1
-0
/
+5
|
\
|
*
Disable plugin for conversion of foreign Sprite2D to different types
SaracenOne
2022-07-21
1
-0
/
+5
*
|
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-4
/
+4
*
|
i18n: Misc fixes translation strings
Rémi Verschelde
2022-06-08
1
-3
/
+3
|
/
*
Add node icons to the Sprite2D menu
FireForge
2022-03-04
1
-7
/
+18
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-3
/
+2
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+2
*
Store panels and docks singletons in their own classes
trollodel
2022-01-20
1
-4
/
+4
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
ScrollContainer's scrollbar visibility is now enum
kobewi
2021-12-07
1
-2
/
+0
*
Construct values only when necessary.
Anilforextra
2021-09-23
1
-2
/
+2
*
Make various strings translatable
foxydevloper
2021-07-19
1
-1
/
+1
*
Optimize StringName usage
reduz
2021-07-18
1
-1
/
+1
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-3
/
+3
*
Rename Texture.get_data() to get_image()
Marcel Admiraal
2021-03-28
1
-1
/
+1
*
Rename Sprite.region_enabled getter and setter to match properties
Marcel Admiraal
2021-03-14
1
-1
/
+1
*
Fix sprite editor conversion tools to handle compressed textures
Andrii Doroshenko (Xrayez)
2021-02-12
1
-0
/
+5
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...
Rémi Verschelde
2020-12-28
1
-1
/
+1
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-3
/
+3
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-5
/
+5
[next]