Age | Commit message (Expand) | Author |
2021-01-29 | Modernize Thread | Pedro J. Estébanez |
2021-01-10 | Fix file name comparison when new file is added to file system | Filip |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-16 | Reimplement skeletons and blend shapes | reduz |
2020-12-09 | Cleanup unused engine code | Tomasz Chabora |
2020-12-02 | Refactored Mesh internals and formats. | reduz |
2020-12-02 | Refactor DocData into core and editor (DocTools) parts | Thakee Nathees |
2020-11-29 | Documentation generation for GDScript | Thakee Nathees |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-26 | Improve file sorting | Gilles Roudière |
2020-09-28 | Rename the ".import" folder to ".godot/imported" | Aaron Franke |
2020-07-10 | Merge pull request #40229 from ChristopheLY/atlas-auto-reimport | Rémi Verschelde |
2020-07-10 | auto re-import atlas, fixes #40047 | Chistpohe LY |
2020-07-04 | Fix crash on project files import in EditorFileSystem | PouleyKetchoupp |
2020-06-03 | Remove 32-bit String to_int method | Aaron Franke |
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-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-10 | Make file system scan more robust | Pedro J. Estébanez |
2020-02-05 | Remove duplicate WARN_PRINT macro. | Marcel Admiraal |
2020-02-05 | Remove duplicate ERR_PRINT macro. | Marcel Admiraal |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-10-31 | Prevent crash when we can't write to editor cache or config path | Rémi Verschelde |
2019-10-02 | Revert "Fix plugin script classes defined even if inactive." | Rémi Verschelde |
2019-09-30 | Merge pull request #32434 from willnationsdev/script-class-no-plugins | Rémi Verschelde |
2019-09-30 | Fix plugin script classes defined even if inactive. | willnationsdev |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-08-17 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily |
2019-07-25 | DirAccess: Drop compat get_next(bool *is_dir) which was hidden | Rémi Verschelde |
2019-07-01 | Merge pull request #29815 from NilsIrl/plus_file_1 | Rémi Verschelde |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-23 | Replace ` + "/" + ` with `String::file_add()` | Nils ANDRÉ-CHANG |
2019-05-24 | fix file system not refresh on exFAT | XiaoLongHan |
2019-05-19 | Fix typos with codespell | Rémi Verschelde |
2019-04-19 | Added ability for multiple images to be imported as an atlas | Juan Linietsky |
2019-02-27 | Fixed issue where descriptor is left hanging, which causes file locked on Win... | Juan Linietsky |
2019-02-26 | -Properly handle missing ETC support on export | Juan Linietsky |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-12 | Core: Ensure classes match their header filename | Rémi Verschelde |
2019-01-26 | Fix code style issues | Rémi Verschelde |
2019-01-21 | Add function to obtain filesystem type from DirAccess. | Juan Linietsky |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-15 | Added basic support for custom resource savers and loaders | Marc Gilleron |
2018-11-20 | Reworked how non-imported resources are reloaded on change, fixes #19852 | Juan Linietsky |
2018-10-29 | Moved folding outside the resource files, now saved outside the project. | Juan Linietsky |
2018-10-05 | Fixes to baker, restored xatlas and fixed bake options. | Juan Linietsky |
2018-09-19 | Fix EditorSettings saving on draw calls | willnationsdev |