Age | Commit message (Expand) | Author |
2022-07-22 | Implement Feature Build Profiles | reduz |
2022-05-20 | Add a new HashSet template | reduz |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
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-02-07 | ResourceImporter: Restore default append logic for new importers | Rémi Verschelde |
2022-01-19 | Make add_importer and add_post_importer_plugin override existing importers. | K. S. Ernest (iFire) Lee |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-09-15 | Provide a getter for the project data directory. | ne0fhyk |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-24 | Merge pull request #50786 from reduz/implement-resource-uids | Rémi Verschelde |
2021-07-24 | Implement Resource UIDs | reduz |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-23 | Expose an ImportOrder enum in ResourceImporter | Hugo Locurcio |
2021-04-19 | Use multiple threads to import. | Juan Linietsky |
2021-02-23 | Added Import Defaults Editor in Project Settings | reduz |
2021-02-11 | Improve resource load cache | reduz |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-09 | Cleanup unused engine code | Tomasz Chabora |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-09-28 | Rename the ".import" folder to ".godot/imported" | Aaron Franke |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | New lightmapper | Juan Linietsky |
2020-04-20 | Exposed RenderingDevice to script API | Juan Linietsky |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-02-28 | Removed interactive loader, added proper thread loading. | Juan Linietsky |
2020-02-05 | Remove duplicate ERR_PRINT macro. | Marcel Admiraal |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-07-01 | Remove unnecessary code and add some error explanations | qarmin |
2019-05-20 | Style: Fix issues with clang-format 8.0 | Rémi Verschelde |
2019-04-19 | Added ability for multiple images to be imported as an atlas | Juan Linietsky |
2019-03-04 | Make sure ResurceLoader.exists works on imported files, fixes #23555 | Juan Linietsky |
2019-02-27 | -Fix problem of order of import plugins, closes #26340 | Juan Linietsky |
2019-02-27 | Fix GCC 5 build after #26331 and cleanup style | Rémi Verschelde |
2019-02-26 | -Properly handle missing ETC support on export | Juan Linietsky |
2019-02-12 | Core: Ensure classes match their header filename | Rémi Verschelde |