Age | Commit message (Expand) | Author |
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 |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-15 | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky |
2020-02-15 | Fix script icon not showing at startup bug | SkyJJ |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-02-03 | Fix built-in script creation loading existing scripts by mistake | Michael Alexsander |
2020-01-10 | Make ScriptCreateDialog's script valid message a bit more clearer | Michael Alexsander |
2020-01-09 | Add option to disable loading scripts in ScriptCreateDialog | Michael Alexsander |
2020-01-08 | Minor fixes for ScriptCreateDialog | Michael Alexsander |
2020-01-03 | [Mono]: the C# script icon is now visible in the editor. | dankan1890 |
2020-01-01 | Merge pull request #34721 from dankan1890/ext_fix | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2020-01-01 | ScriptCreateDialog: Suggested language extension now matches the selected lan... | dankan1890 |
2019-11-20 | Fix some overflows and unitialized variables | Rafał Mikrut |
2019-09-27 | Cleanup the "Attach Node Script" dialog | Michael Alexsander Silva Dias |
2019-09-04 | Add overriden properties to the documentation | Bojidar Marinov |
2019-08-22 | Allow to define and load script templates per project | Andrii Doroshenko (Xrayez) |
2019-08-12 | Display language icons in script create dialog | Andrii Doroshenko (Xrayez) |
2019-07-10 | Allow dots for class name in popup dialog | Ev1lbl0w |
2019-07-04 | Use CheckBoxes in the editor instead of CheckButtons when applicable | Hugo Locurcio |
2019-06-29 | ScriptCreateDialog should emit the script_changed signal first | LikeLakers2 |
2019-06-11 | Fix script create dialog | James Buck |
2019-05-02 | Hide "Built-in Script" option in the script creation dialog when not possible | Michael Alexsander Silva Dias |
2019-05-02 | Make small changes to the script dialog | Michael Alexsander Silva Dias |
2019-05-02 | Fix script dialog asking for correct inheritance when not needed | Michael Alexsander Silva Dias |
2019-04-30 | Fix script dialog path validation to handle spaces correctly | DrNochi |
2019-04-30 | Merge pull request #25708 from SeleckyErik/issue-25611-script_dialog_cursor | Rémi Verschelde |
2019-04-30 | Merge pull request #26022 from lupoDharkael/create-script | Rémi Verschelde |
2019-04-21 | Improve wording of various messages and make casing more consistent | Hugo Locurcio |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-18 | Add class tree selection to script inheritance selection | lupoDharkael |
2019-02-08 | Moves cursor to and selects "new_script" in Create Script dialog | Erik |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-16 | Create built-in script properly | volzhs |
2018-09-23 | Prevent built-in-scripts from being made from FileSystem dock | DualMatrix |
2018-09-15 | Remove unnecessary "OK"s text settings | Michael Alexsander Silva Dias |
2018-09-12 | Fix default script name in ScriptCreateDialog | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |