summaryrefslogtreecommitdiff
path: root/core/io/resource_loader.cpp
AgeCommit message (Expand)Author
2021-09-30Use range iterators for `Map`Lightning_A
2021-08-29Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-24Merge pull request #50786 from reduz/implement-resource-uidsRémi Verschelde
2021-07-24Implement Resource UIDsreduz
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-12Consistently prefix bound virtual methods with _kobewi
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-07Style: Cleanup uses of double spaces between wordsRémi Verschelde
2021-05-20Change behavior of String.rightTomasz Chabora
2021-05-05Fix error handling for user-defined `ResourceFormatLoader.load`Rémi Verschelde
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-02-27ResourceLoader: Fix inverse 'if' on the cache modeMateo Kuruk Miccino
2021-02-19doc: Sync classref with current sourceRémi Verschelde
2021-02-18Reorganize Project Settingsreduz
2021-02-11Improve resource load cachereduz
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-19Modernize RWLockPedro J. Estébanez
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-15fix custom loader/saver brokenZae
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-03Merge pull request #41460 from Calinou/improve-resource-load-fail-messageRémi Verschelde
2020-08-31[funexpected] clear missed remaps on deinitialization, fixes godotengine/godo...Yakov Borevich
2020-08-22Improve the resource loading error message to mention the need to importHugo Locurcio
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-20Exposed RenderingDevice to script APIJuan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-02Fixes bugs found by Sonarcloud and Coverityqarmin
2020-02-28Removed interactive loader, added proper thread loading.Juan Linietsky
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-21Added StringName as a variant type.Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-11GIProbes working.Juan Linietsky
2020-02-11Several fixes to 3D rendering, and multimesh implementation.Juan Linietsky
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-08Check if resource exists before loadingTomasz Chabora
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-04ResourceLoader: Add language code matching for localized resourcesRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-08-07Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin
2019-07-01Remove unnecessary code and add some error explanationsqarmin