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
...
*
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
*
Improve the editor theme
Hugo Locurcio
2021-04-27
1
-1
/
+0
*
Merge pull request #41437 from KoBeWi/put_it_here
Rémi Verschelde
2021-03-01
1
-0
/
+1
|
\
|
*
Allow to create a node at specific position
Tomasz Chabora
2021-02-26
1
-0
/
+1
*
|
Change fallback icon for abstract nodes to have a grayed out color
Aaron Franke
2021-02-17
1
-1
/
+3
|
/
*
Fix cases of resources destroyed too early
Pedro J. Estébanez
2021-01-06
1
-5
/
+5
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename unselect to deselect
Marcel Admiraal
2020-12-21
1
-1
/
+1
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-4
/
+4
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Small naming and tooltip tweaks
Michael Alexsander
2020-07-23
1
-0
/
+1
*
Fix spelling & grammar in comments, docs, and messages
Andy Maloney
2020-07-21
1
-1
/
+1
*
Fix editor crash when creating a custom resource from create dialog
Andrii Doroshenko (Xrayez)
2020-07-06
1
-1
/
+0
*
Improve Create Dialog search ranking and refactor calculation.
Stijn Hinlopen
2020-07-03
1
-429
/
+324
*
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-19
1
-1
/
+2
*
Object: Add usage hint to instantiate Object properties in editor
Rémi Verschelde
2020-06-12
1
-17
/
+32
*
Fix custom types in node list search
Tomasz Chabora
2020-06-11
1
-3
/
+5
*
Add fallback icons and make custom ones appear in the recent/favorites list i...
Michael Alexsander
2020-05-27
1
-9
/
+14
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-33
/
+62
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-38
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-3
/
+3
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-7
/
+7
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-19
/
+19
*
i18n: Add support for translating the class reference
Rémi Verschelde
2020-03-20
1
-2
/
+2
*
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-03-01
1
-4
/
+4
|
\
|
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
1
-4
/
+4
*
|
Signals: Port more uses of connect_compat
Rémi Verschelde
2020-02-28
1
-1
/
+5
*
|
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-20
/
+11
|
/
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-12
/
+12
*
Add ignoring of disabled recent and favorite classes in create
PucklaMotzer09
2020-01-09
1
-14
/
+2
*
Recent Nodes now respect Editor Profiles
veryprofessionaldodo
2020-01-08
1
-1
/
+2
*
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
/
+2
*
Node create dialog filtering optimization
PouleyKetchoupp
2019-11-06
1
-3
/
+18
*
Add overriden properties to the documentation
Bojidar Marinov
2019-09-04
1
-2
/
+0
*
Fix selecting recent node in CreateDialog
Bhupendra Aole
2019-08-29
1
-24
/
+31
*
Fixes minor issues found by static analyzer
qarmin
2019-07-07
1
-2
/
+2
*
Merge pull request #30126 from qarmin/remove_unnecessary_code
Rémi Verschelde
2019-07-01
1
-1
/
+2
|
\
|
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-1
/
+2
*
|
Better pre-selection of search result nodes in "Create New Node" dialog.
Marcus Brummer
2019-06-26
1
-17
/
+38
|
/
*
Merge pull request #29645 from YeldhamDev/create_dialog_reselect
Rémi Verschelde
2019-06-12
1
-0
/
+2
|
\
|
*
Allow reselecting items in the "Favorites" and "Recent" lists in the create d...
Michael Alexsander Silva Dias
2019-06-09
1
-0
/
+2
[prev]
[next]