Age | Commit message (Expand) | Author |
2022-12-01 | Fix invalid metadata names in script create dialog | kobewi |
2022-12-01 | Revert "Fix "Script Create" dialog errors with metadata" | kobewi |
2022-11-14 | Remove redundant Variant-types initializations | Markus Sauermann |
2022-11-06 | Merge pull request #68247 from akien-mga/emscripten-warnings-unuset-but-set | Rémi Verschelde |
2022-11-06 | Merge pull request #65829 from KoBeWi/custom_path_type | Rémi Verschelde |
2022-11-04 | Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20 | Rémi Verschelde |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-09-15 | Fix extending scripts by path | kobewi |
2022-09-07 | Merge pull request #58617 from KoBeWi/custom_something | Rémi Verschelde |
2022-09-06 | Improve naming of theme properties throughout GUI code | Yuri Sizov |
2022-09-05 | Improve handling of custom types | kobewi |
2022-08-30 | Add `String.to_{camel,pascal,snake}_case` methods | Danil Alexeev |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-08-29 | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde |
2022-08-27 | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record |
2022-08-18 | Clear built-in name field when creating new script | kobewi |
2022-07-29 | Swap arguments of ResourceSaver.save() | kobewi |
2022-07-29 | Merge pull request #63603 from aaronfranke/editor-paths | Rémi Verschelde |
2022-07-29 | Move editor paths into the EditorPaths class | Aaron Franke |
2022-07-29 | Remove Signal connect binds | Juan Linietsky |
2022-07-09 | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog | FireForge |
2022-06-16 | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg |
2022-05-03 | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-03-27 | Fix "Script Create" dialog errors with metadata | Michael Alexsander |
2022-03-12 | Initialize bools in the headers in editor | Aaron Franke |
2022-03-12 | Allow negative indexes in ItemList and PopupMenu | kobewi |
2022-03-11 | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks | Rémi Verschelde |
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 |