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
/
create_dialog.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix creating Nodes from Recent list
Markus Sauermann
2022-09-30
1
-9
/
+10
*
Add ability to flag classes as experimental or deprecated.
SaracenOne
2022-09-11
1
-0
/
+9
*
simplify title of create/change node dialog
Nathan Franke
2022-09-07
1
-7
/
+3
*
Improve handling of custom types
kobewi
2022-09-05
1
-2
/
+2
*
Merge pull request #65039 from Mickeon/rename-treeitem-tooltip
Rémi Verschelde
2022-08-30
1
-1
/
+1
|
\
|
*
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
Micky
2022-08-30
1
-1
/
+1
*
|
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-4
/
+4
|
/
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-2
/
+7
*
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
-7
/
+2
|
/
*
Changed the title of change node type dialog
Umang Kalra
2022-08-20
1
-2
/
+6
*
Move editor paths into the EditorPaths class
Aaron Franke
2022-07-29
1
-3
/
+4
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-2
/
+2
*
Rework scene creation dialog
kobewi
2022-06-21
1
-0
/
+7
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
Merge pull request #59498 from adamscott/add-custom-type-check-before-hiding-...
Rémi Verschelde
2022-05-12
1
-1
/
+1
|
\
|
*
[Fix #58248] Add custom type check before hiding type
Adam Scott
2022-03-24
1
-1
/
+1
*
|
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-22
/
+26
*
|
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-14
/
+7
|
/
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-2
/
+2
*
Fix crash in Create New Node dialog with certain user-created scripts
Haoyu Qiu
2022-02-19
1
-11
/
+11
*
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
1
-0
/
+3
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-4
/
+4
*
Merge pull request #40140 from hinlopen/tree-scroll-center
Rémi Verschelde
2022-02-08
1
-3
/
+3
|
\
|
*
Center when scrolling to tree item.
Stijn Hinlopen
2022-02-05
1
-3
/
+3
*
|
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-2
/
+2
*
|
Merge pull request #43015 from Xrayez/refactor-auto-instaprop
Rémi Verschelde
2022-02-08
1
-11
/
+1
|
\
\
|
*
|
Refactor auto-instantiation of `Object` properties in editor
Andrii Doroshenko (Xrayez)
2021-12-28
1
-11
/
+1
*
|
|
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-2
/
+2
|
|
/
|
/
|
*
|
Vectors: Use clear() and has().
Anilforextra
2022-02-02
1
-5
/
+5
*
|
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-26
1
-1
/
+1
*
|
Merge pull request #55509 from V-Sekai/create_node_and_doc_fix
Rémi Verschelde
2022-01-17
1
-13
/
+64
|
\
\
|
*
|
Properly handle named class types inheriting from scripts without names.
SaracenOne
2021-12-01
1
-13
/
+64
*
|
|
Fix theming update in several editor classes
Yuri Roubinsky
2022-01-16
1
-3
/
+10
*
|
|
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
*
|
Fix error emitting when called new shader dialog from resource dialog
Yuri Roubinsky
2021-12-07
1
-1
/
+3
|
/
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-1
/
+1
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-4
/
+4
*
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-1
/
+1
*
Use Key enum instead of plain integers
Aaron Franke
2021-08-10
1
-0
/
+2
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-2
/
+1
*
Merge pull request #50505 from Calinou/editor-create-dialog-display-class-name
Rémi Verschelde
2021-07-20
1
-3
/
+11
|
\
|
*
Display the class name in the description
Hugo Locurcio
2021-07-16
1
-3
/
+11
*
|
Optimize StringName usage
reduz
2021-07-18
1
-8
/
+8
|
/
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-6
/
+6
*
Consistently prefix bound virtual methods with _
kobewi
2021-06-12
1
-3
/
+3
[prev]
[next]