| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 1 | -0/+4 |
|\ |
|
| * | Universalize UID support in all resource types | Juan | 2024-11-11 | 1 | -0/+4 |
* | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122 | Spartan322 | 2024-11-02 | 1 | -2/+2 |
|\| |
|
| * | [Core] Improve error messages with `vformat` | A Thousand Ships | 2024-10-30 | 1 | -2/+2 |
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ |
|
* | Fix slow editor load on large projects (v2) | Hilderin | 2024-09-25 | 1 | -1/+1 |
* | Fix Addon requires editor restart to become functional | Hilderin | 2024-09-02 | 1 | -0/+23 |
* | Fix FileSystem dock won't show any file folders (v2) | Hilderin | 2024-08-20 | 1 | -0/+17 |
* | Merge pull request #92320 from Hilderin/fix-importing-assets-with-csv | Rémi Verschelde | 2024-06-21 | 1 | -1/+13 |
|\ |
|
| * | Fix reimporting assets with csv in the project | Hilderin | 2024-06-11 | 1 | -1/+13 |
* | | Fix same importer will be added multiple times in `get_importers_for_extension` | jsjtxietian | 2024-06-03 | 1 | -0/+1 |
|/ |
|
* | Document editor import options in the class reference | Hugo Locurcio | 2023-06-15 | 1 | -9/+11 |
* | Ability to change a resource UID from API | Juan Linietsky | 2023-01-09 | 1 | -0/+16 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -2/+2 |
* | Allow images to be imported "for editor use" and respect editor settings | Yuri Sizov | 2022-09-07 | 1 | -0/+9 |
* | Rename String `plus_file` to `path_join` | Aaron Franke | 2022-08-29 | 1 | -1/+1 |
* | Implement Feature Build Profiles | reduz | 2022-07-22 | 1 | -0/+10 |
* | Add a new HashSet template | reduz | 2022-05-20 | 1 | -2/+2 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -2/+2 |
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio | 2022-05-03 | 1 | -3/+3 |
* | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 1 | -11/+4 |
* | ResourceImporter: Restore default append logic for new importers | Rémi Verschelde | 2022-02-07 | 1 | -2/+6 |
* | Make add_importer and add_post_importer_plugin override existing importers. | K. S. Ernest (iFire) Lee | 2022-01-19 | 1 | -0/+5 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -7/+7 |
* | Provide a getter for the project data directory. | ne0fhyk | 2021-09-15 | 1 | -1/+1 |
* | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -4/+4 |
* | Merge pull request #50786 from reduz/implement-resource-uids | Rémi Verschelde | 2021-07-24 | 1 | -0/+13 |
|\ |
|
| * | Implement Resource UIDs | reduz | 2021-07-24 | 1 | -0/+13 |
* | | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -12/+12 |
|/ |
|
* | Expose an ImportOrder enum in ResourceImporter | Hugo Locurcio | 2021-07-23 | 1 | -0/+5 |
* | Use multiple threads to import. | Juan Linietsky | 2021-04-19 | 1 | -0/+28 |
* | Added Import Defaults Editor in Project Settings | reduz | 2021-02-23 | 1 | -0/+6 |
* | Improve resource load cache | reduz | 2021-02-11 | 1 | -2/+2 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Cleanup unused engine code | Tomasz Chabora | 2020-12-09 | 1 | -4/+0 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -2/+2 |
* | Rename the ".import" folder to ".godot/imported" | Aaron Franke | 2020-09-28 | 1 | -1/+2 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -7/+14 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -32/+0 |
* | New lightmapper | Juan Linietsky | 2020-05-10 | 1 | -1/+1 |
* | Exposed RenderingDevice to script API | Juan Linietsky | 2020-04-20 | 1 | -2/+2 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -3/+3 |
* | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 1 | -2/+2 |
* | Removed interactive loader, added proper thread loading. | Juan Linietsky | 2020-02-28 | 1 | -2/+2 |
* | Remove duplicate ERR_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -2/+2 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Remove unnecessary code and add some error explanations | qarmin | 2019-07-01 | 1 | -2/+3 |