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
*
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
*
|
Minor cleanup of the "New Script" dialog
Michael Alexsander
2021-07-04
1
-40
/
+32
|
/
*
Make contents of "Create Script" dialog expand with the window size
Michael Alexsander
2021-06-29
1
-5
/
+3
*
Documentation search fixes
Gregory Basile
2021-06-16
1
-6
/
+6
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Improve the editor theme
Hugo Locurcio
2021-04-27
1
-2
/
+0
*
Rename LineEdit caret_* properties getters and setters to match property
Marcel Admiraal
2021-04-17
1
-3
/
+3
*
Warn when creating a script with the same name as the parent class
Aaron Franke
2021-04-06
1
-7
/
+21
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
Fix incorrect title and button text in Inherit dialog
Vedat Günel
2020-12-26
1
-0
/
+2
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-7
/
+7
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-3
/
+3
*
Fix being able to create invalid scripts by pressing enter inside "Path"
Michael Alexsander
2020-08-31
1
-1
/
+9
*
Fix TTR misuse
SkyJJ
2020-07-24
1
-2
/
+2
*
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...
Stijn Hinlopen
2020-07-14
1
-1
/
+1
*
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-07-03
1
-2
/
+2
*
Prevent crash attaching a script with no languages registered
Andrii Doroshenko (Xrayez)
2020-05-31
1
-3
/
+4
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-13
/
+26
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-29
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-6
/
+12
*
Warn about built-in script limitations in the script creation dialog
Hugo Locurcio
2020-04-04
1
-0
/
+9
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-10
/
+10
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-42
/
+44
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-26
/
+13
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-13
/
+13
*
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-15
1
-1
/
+1
*
Fix script icon not showing at startup bug
SkyJJ
2020-02-15
1
-8
/
+3
*
Texture refactor
Juan Linietsky
2020-02-11
1
-2
/
+2
*
Fix built-in script creation loading existing scripts by mistake
Michael Alexsander
2020-02-03
1
-1
/
+7
*
Make ScriptCreateDialog's script valid message a bit more clearer
Michael Alexsander
2020-01-10
1
-1
/
+1
*
Add option to disable loading scripts in ScriptCreateDialog
Michael Alexsander
2020-01-09
1
-13
/
+27
*
Minor fixes for ScriptCreateDialog
Michael Alexsander
2020-01-08
1
-7
/
+6
*
[Mono]: the C# script icon is now visible in the editor.
dankan1890
2020-01-03
1
-1
/
+1
*
Merge pull request #34721 from dankan1890/ext_fix
Rémi Verschelde
2020-01-01
1
-0
/
+1
|
\
|
*
ScriptCreateDialog: Suggested language extension now matches the selected lan...
dankan1890
2020-01-01
1
-0
/
+1
*
|
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
|
/
*
Fix some overflows and unitialized variables
Rafał Mikrut
2019-11-20
1
-0
/
+1
*
Cleanup the "Attach Node Script" dialog
Michael Alexsander Silva Dias
2019-09-27
1
-36
/
+11
*
Add overriden properties to the documentation
Bojidar Marinov
2019-09-04
1
-14
/
+11
*
Allow to define and load script templates per project
Andrii Doroshenko (Xrayez)
2019-08-22
1
-11
/
+107
*
Display language icons in script create dialog
Andrii Doroshenko (Xrayez)
2019-08-12
1
-4
/
+21
[next]