Age | Commit message (Expand) | Author |
2020-09-03 | Merge pull request #41460 from Calinou/improve-resource-load-fail-message | Rémi Verschelde |
2020-08-31 | [funexpected] clear missed remaps on deinitialization, fixes godotengine/godo... | Yakov Borevich |
2020-08-22 | Improve the resource loading error message to mention the need to import | Hugo Locurcio |
2020-07-03 | Remove String::find_last (same as rfind) | Stijn Hinlopen |
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-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
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-03-02 | Fixes bugs found by Sonarcloud and Coverity | qarmin |
2020-02-28 | Removed interactive loader, added proper thread loading. | Juan Linietsky |
2020-02-26 | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez |
2020-02-21 | Added StringName as a variant type. | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-15 | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky |
2020-02-11 | GIProbes working. | Juan Linietsky |
2020-02-11 | Several fixes to 3D rendering, and multimesh implementation. | Juan Linietsky |
2020-02-05 | Remove duplicate ERR_PRINT macro. | Marcel Admiraal |
2020-01-08 | Check if resource exists before loading | Tomasz Chabora |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-04 | ResourceLoader: Add language code matching for localized resources | Rémi Verschelde |
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-08-07 | Add some code changes/fixes proposed by Coverity and Clang Tidy | qarmin |
2019-07-01 | Remove unnecessary code and add some error explanations | qarmin |
2019-04-19 | Added ability for multiple images to be imported as an atlas | Juan Linietsky |
2019-03-09 | Allow class_name scripts to have nested inheritance | George Marques |
2019-03-04 | Better warnings when resources can't be saved. Fixes #26531 | Juan Linietsky |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-16 | Make resource loader cycle checker work on a per-thread basis. | Juan Linietsky |
2019-02-12 | Core: Ensure classes match their header filename | Rémi Verschelde |
2019-01-27 | Avoid cyclic resource loading of any type, fixes #22673 | 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-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-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-02 | Change ResourceLoader::load to make it more thread safe. | Juan Linietsky |
2018-08-24 | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde |
2018-08-12 | Fix ResourceLoader::exists() false negative and readd deprecated has() | Rémi Verschelde |
2018-08-10 | Added function ResourceLoader.exists(), to check if a resource exists. Closes... | Juan Linietsky |
2018-08-10 | Revert "added get_creation_time function for gdscript" | Juan Linietsky |
2018-08-10 | Merge pull request #18914 from notwarp/master | Juan Linietsky |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-05-16 | added get_creation_time function for gdscript | Daniele Giuliani |
2018-01-11 | Dont print error when loading resource from cache | Ruslan Mustakov |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |