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
/
script_create_dialog.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove redundant Variant-types initializations
Markus Sauermann
2022-11-14
1
-1
/
+1
*
Merge pull request #68247 from akien-mga/emscripten-warnings-unuset-but-set
Rémi Verschelde
2022-11-06
1
-2
/
+0
|
\
|
*
Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20
Rémi Verschelde
2022-11-04
1
-2
/
+0
*
|
Merge pull request #65829 from KoBeWi/custom_path_type
Rémi Verschelde
2022-11-06
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix extending scripts by path
kobewi
2022-09-15
1
-1
/
+1
*
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-5
/
+5
|
/
*
Merge pull request #58617 from KoBeWi/custom_something
Rémi Verschelde
2022-09-07
1
-2
/
+10
|
\
|
*
Improve handling of custom types
kobewi
2022-09-05
1
-2
/
+10
*
|
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-06
1
-1
/
+1
|
/
*
Add `String.to_{camel,pascal,snake}_case` methods
Danil Alexeev
2022-08-30
1
-1
/
+1
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-2
/
+2
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-1
/
+2
*
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-2
/
+1
*
Clear built-in name field when creating new script
kobewi
2022-08-18
1
-0
/
+1
*
Swap arguments of ResourceSaver.save()
kobewi
2022-07-29
1
-1
/
+1
*
Merge pull request #63603 from aaronfranke/editor-paths
Rémi Verschelde
2022-07-29
1
-2
/
+3
|
\
|
*
Move editor paths into the EditorPaths class
Aaron Franke
2022-07-29
1
-2
/
+3
*
|
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-2
/
+2
|
/
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-4
/
+4
*
Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...
bruvzg
2022-06-16
1
-4
/
+4
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-1
/
+1
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-8
/
+6
*
Fix "Script Create" dialog errors with metadata
Michael Alexsander
2022-03-27
1
-25
/
+13
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
1
-17
/
+0
*
Allow negative indexes in ItemList and PopupMenu
kobewi
2022-03-12
1
-1
/
+1
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-19
/
+16
*
Fix errors when updating script template list
Haoyu Qiu
2022-02-20
1
-15
/
+67
*
Connect text_submitted of built-in script name
kobewi
2022-02-17
1
-0
/
+1
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-1
/
+1
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-1
/
+2
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-9
/
+9
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-9
/
+9
*
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-06
1
-2
/
+2
*
Fix template OptionButton in create script dialog doesn't select the correct ...
Jean-Michel Bernard
2022-02-05
1
-2
/
+2
*
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
1
-1
/
+1
*
String: Add contains().
Anilforextra
2022-02-04
1
-2
/
+2
*
Move placeholder color to theme item
Paulb23
2022-01-30
1
-2
/
+6
*
Fix typos with codespell
Rémi Verschelde
2022-01-07
1
-5
/
+5
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Improve editor template workflow
fabriceci
2022-01-02
1
-214
/
+361
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-7
/
+7
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-2
/
+2
*
Allow to name built-in scripts upon creation
kobewi
2021-11-04
1
-2
/
+24
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-2
/
+2
*
Use bullet points in the editor instead of dashes where relevant
Hugo Locurcio
2021-07-28
1
-2
/
+2
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-3
/
+3
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-7
/
+7
*
Optimize StringName usage
reduz
2021-07-18
1
-12
/
+12
*
Merge pull request #50086 from Geometror/label-improve-layout-options
Rémi Verschelde
2021-07-13
1
-3
/
+3
|
\
|
*
Improvements to Label's layout options
Hendrik Brucker
2021-07-04
1
-3
/
+3
[next]