Age | Commit message (Expand) | Author |
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 |
2018-09-14 | Refactor editor icon retrieval | willnationsdev |
2018-09-13 | Merge pull request #21540 from YeldhamDev/image_reimp_error_fix | Rémi Verschelde |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-07 | Fix error when reimporting an Image resource | Michael Alexsander Silva Dias |
2018-08-14 | Add custom icons to script classes. | Will Nations |
2018-08-08 | Add toggle for favorites in create_root_dialog. | willnationsdev |
2018-07-15 | Global class names (and GDScript support for it) | Juan Linietsky |
2018-03-14 | Merge pull request #17420 from marcelofg55/fscache_err_checks | Rémi Verschelde |
2018-03-13 | Added error checks for fscache saving | Marcelo Fernandez |