index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
script_create_dialog.cpp
Age
Commit message (
Expand
)
Author
2022-02-20
Fix errors when updating script template list
Haoyu Qiu
2022-02-17
Connect text_submitted of built-in script name
kobewi
2022-02-15
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-08
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-06
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-05
Fix template OptionButton in create script dialog doesn't select the correct ...
Jean-Michel Bernard
2022-02-04
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
String: Add contains().
Anilforextra
2022-01-30
Move placeholder color to theme item
Paulb23
2022-01-07
Fix typos with codespell
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-02
Improve editor template workflow
fabriceci
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-11-04
Allow to name built-in scripts upon creation
kobewi
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-07-28
Use bullet points in the editor instead of dashes where relevant
Hugo Locurcio
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-18
Optimize StringName usage
reduz
2021-07-13
Merge pull request #50086 from Geometror/label-improve-layout-options
Rémi Verschelde
2021-07-04
Improvements to Label's layout options
Hendrik Brucker
2021-07-04
Minor cleanup of the "New Script" dialog
Michael Alexsander
2021-06-29
Make contents of "Create Script" dialog expand with the window size
Michael Alexsander
2021-06-16
Documentation search fixes
Gregory Basile
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-04-27
Improve the editor theme
Hugo Locurcio
2021-04-17
Rename LineEdit caret_* properties getters and setters to match property
Marcel Admiraal
2021-04-06
Warn when creating a script with the same name as the parent class
Aaron Franke
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-26
Fix incorrect title and button text in Inherit dialog
Vedat Günel
2020-12-14
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-08-31
Fix being able to create invalid scripts by pressing enter inside "Path"
Michael Alexsander
2020-07-24
Fix TTR misuse
SkyJJ
2020-07-14
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...
Stijn Hinlopen
2020-07-03
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-05-31
Prevent crash attaching a script with no languages registered
Andrii Doroshenko (Xrayez)
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-04-04
Warn about built-in script limitations in the script creation dialog
Hugo Locurcio
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
Working multiple window support, including editor
Juan Linietsky
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
[next]