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
/
resource_preloader_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
Micky
2022-08-30
1
-1
/
+1
*
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
-1
/
+1
|
\
|
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-1
/
+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
-1
/
+5
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-2
/
+2
*
i18n: Misc fixes translation strings
Rémi Verschelde
2022-06-08
1
-4
/
+1
*
Add the button pressed to some signals in Tree
trollodel
2022-05-21
1
-2
/
+6
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-8
/
+8
*
More icon updates on theme change
Haoyu Qiu
2022-03-15
1
-1
/
+2
*
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-02-16
1
-9
/
+4
*
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
/
+2
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-1
/
+1
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-1
/
+1
*
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
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
-4
/
+4
*
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-4
/
+0
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-2
/
+2
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-6
/
+6
*
Optimize StringName usage
reduz
2021-07-18
1
-4
/
+4
*
Clean up Tree
reduz
2021-07-04
1
-2
/
+4
*
Implement Tree's internal minimum width calculation
Gilles Roudière
2021-06-28
1
-2
/
+2
*
Consistently prefix bound virtual methods with _
kobewi
2021-06-12
1
-3
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...
Stijn Hinlopen
2020-07-14
1
-2
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-13
/
+26
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-27
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-4
/
+4
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-3
/
+3
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-10
/
+5
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-5
/
+5
*
Fixes min size of various editor plugins on HiDPI
Haoyu Qiu
2020-01-12
1
-1
/
+2
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-3
/
+0
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-4
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Improve ResourcePreloader editor plugin
William Tumeo
2018-10-05
1
-45
/
+26
*
Refactor editor icon retrieval
willnationsdev
2018-09-14
1
-2
/
+1
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+2
*
Display path to preloaded res + button to open it
Julian Murgia
2018-01-15
1
-4
/
+25
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Add more translatable text for editor plugins.
geequlim
2017-12-23
1
-1
/
+1
*
Replace Del icon by Remove icon
William McKIE
2017-11-10
1
-1
/
+1
[next]