| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef | Spartan322 | 2024-11-19 | 1 | -4/+5 |
|\ |
|
| * | Support uid:// in more places | kobewi | 2024-11-16 | 1 | -4/+5 |
* | | 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 |
|/ |
|
* | Add const lvalue ref to core/* container parameters | Muller-Castro | 2024-02-14 | 1 | -1/+1 |
* | Improve error reporting in the asset library and in related types | Yuri Sizov | 2024-01-26 | 1 | -1/+1 |
* | Cleanup unused engine code v2 | kobewi | 2023-01-19 | 1 | -4/+0 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Simplify GDVIRTUAL_CALL calls | kobewi | 2022-10-19 | 1 | -4/+2 |
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -1/+1 |
* | [Core] Make ImageFormatLoader extensible. | Fabio Alessandrelli | 2022-09-20 | 1 | -8/+46 |
* | Make `ImageLoader` take bit field flags | Yuri Sizov | 2022-08-23 | 1 | -3/+3 |
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio | 2022-05-03 | 1 | -5/+5 |
* | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 1 | -21/+6 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -1/+1 |
* | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -2/+2 |
* | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -1/+1 |
* | Improve resource load cache | reduz | 2021-02-11 | 1 | -1/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -5/+10 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -16/+0 |
* | Exposed RenderingDevice to script API | Juan Linietsky | 2020-04-20 | 1 | -1/+1 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -1/+1 |
* | Removed interactive loader, added proper thread loading. | Juan Linietsky | 2020-02-28 | 1 | -1/+1 |
* | 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 |
* | Added some obvious errors explanations | qarmin | 2019-09-25 | 1 | -2/+2 |
* | Print the path of a corrupt image | Martin Capitanio | 2019-01-20 | 1 | -0/+3 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Improved support for custom image loaders | Fabian | 2018-11-23 | 1 | -11/+26 |
* | Don't delete FileAccess when it is null | Marc Gilleron | 2018-10-05 | 1 | -1/+0 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -1/+2 |
* | ResourceFormatLoaderImage::get_resource_type now uses file path | willnationsdev | 2018-08-04 | 1 | -1/+1 |
* | It is now possible to import images as a separate resource, closes #5738 and ... | Juan Linietsky | 2018-07-29 | 1 | -0/+80 |
* | fix API string path | Paul Joannon | 2018-04-30 | 1 | -1/+1 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Added support for SVG | Daniel J. Ramirez | 2017-08-20 | 1 | -2/+2 |
* | Several fixes related to PBR and Environment | Juan Linietsky | 2017-05-30 | 1 | -2/+2 |
* | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 1 | -1/+2 |
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -28/+16 |
* | rename String.extension() -> String.get_extension() / String.basename() -> St... | Juan Linietsky | 2017-01-14 | 1 | -2/+2 |
* | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
* | Turn some prints to error logs, remove others | Rémi Verschelde | 2016-07-24 | 1 | -2/+1 |