summaryrefslogtreecommitdiffstats
path: root/core/io/resource_loader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-1/+1
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-46/+42
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-3/+3
* Merge pull request #50786 from reduz/implement-resource-uidsRémi Verschelde2021-07-241-83/+42
|\
| * Implement Resource UIDsreduz2021-07-241-83/+42
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-7/+6
|/
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Consistently prefix bound virtual methods with _kobewi2021-06-121-19/+19
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Style: Cleanup uses of double spaces between wordsRémi Verschelde2021-06-071-1/+1
* Change behavior of String.rightTomasz Chabora2021-05-201-1/+1
* Fix error handling for user-defined `ResourceFormatLoader.load`Rémi Verschelde2021-05-051-6/+5
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-3/+3
* ResourceLoader: Fix inverse 'if' on the cache modeMateo Kuruk Miccino2021-02-271-1/+1
* doc: Sync classref with current sourceRémi Verschelde2021-02-191-0/+4
* Reorganize Project Settingsreduz2021-02-181-2/+2
* Improve resource load cachereduz2021-02-111-10/+12
* Modernize ThreadPedro J. Estébanez2021-01-291-2/+3
* Modernize RWLockPedro J. Estébanez2021-01-191-21/+7
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* fix custom loader/saver brokenZae2020-11-151-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-4/+4
* Merge pull request #41460 from Calinou/improve-resource-load-fail-messageRémi Verschelde2020-09-031-1/+2
|\
| * Improve the resource loading error message to mention the need to importHugo Locurcio2020-08-221-1/+2
* | [funexpected] clear missed remaps on deinitialization, fixes godotengine/godo...Yakov Borevich2020-08-311-0/+3
|/
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-43/+74
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-59/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-1/+0
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-8/+8
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Fixes bugs found by Sonarcloud and Coverityqarmin2020-03-021-0/+1
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-224/+372
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-27/+4
* Added StringName as a variant type.Juan Linietsky2020-02-211-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-8/+8
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-1/+1
* GIProbes working.Juan Linietsky2020-02-111-1/+2
* Several fixes to 3D rendering, and multimesh implementation.Juan Linietsky2020-02-111-0/+1
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-2/+2
* Check if resource exists before loadingTomasz Chabora2020-01-081-0/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* ResourceLoader: Add language code matching for localized resourcesRémi Verschelde2019-12-041-15/+38
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-29/+13
* Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin2019-08-071-2/+1
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-4/+0
* Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-0/+24