| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 1 | -0/+2 |
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -2/+2 |
* | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 1 | -2/+2 |
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -5/+5 |
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -1/+1 |
* | Register text enter for script base class | kobewi | 2024-04-24 | 1 | -0/+1 |
* | Fix ScriptCreateDialog to avoid selecting the file extension upon opening | Nông Văn Tình | 2024-03-09 | 1 | -1/+1 |
* | Allow configuring the script filename casing rule | RedMser | 2024-03-05 | 1 | -45/+18 |
* | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -2/+2 |
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
* | Ignore path error for built-in scripts/shaders | kobewi | 2023-10-27 | 1 | -1/+1 |
* | Fix ScriptCreateDialog not accepting on submit | kobewi | 2023-09-25 | 1 | -7/+2 |
* | Editor: Remove unused Class Name field from Create Script dialog | Danil Alexeev | 2023-09-12 | 1 | -101/+21 |
* | Merge pull request #81075 from SekoiaTree/prevent-leading-dot | Rémi Verschelde | 2023-09-08 | 1 | -0/+3 |
|\ |
|
| * | Prevent creating any type of file with a leading dot | sekoia | 2023-09-07 | 1 | -0/+3 |
* | | Merge pull request #81299 from jsjtxietian/Reload-built_in-script-after-creat... | Yuri Sizov | 2023-09-06 | 1 | -0/+2 |
|\ \ |
|
| * | | Reload built-in script after create to allow dropping nodes into it | jsjtxietian | 2023-09-06 | 1 | -0/+2 |
| |/ |
|
* / | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -6/+7 |
|/ |
|
* | Standardize dialog input validation as a new class | kobewi | 2023-08-08 | 1 | -104/+43 |
* | Use compile-time Unicode string conversion | Hugo Locurcio | 2023-08-07 | 1 | -1/+1 |
* | Fix indentation in script templates | Ninni Pipping | 2023-06-26 | 1 | -16/+35 |
* | Merge pull request #72288 from MewPurPur/use-string-repeat | Clay John | 2023-05-05 | 1 | -3/+3 |
|\ |
|
| * | Use String.repeat() in more places | VolTer | 2023-05-01 | 1 | -3/+3 |
* | | Improve includes of EditorNode (and everything else) | Yuri Sizov | 2023-04-07 | 1 | -1/+1 |
|/ |
|
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Fix invalid metadata names in script create dialog | kobewi | 2022-12-01 | 1 | -9/+9 |
* | Revert "Fix "Script Create" dialog errors with metadata" | kobewi | 2022-12-01 | 1 | -13/+25 |
* | 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 |