summaryrefslogtreecommitdiff
path: root/core/io/resource_loader.cpp
AgeCommit message (Expand)Author
2022-08-08Merge pull request #63632 from dsnopek/fix-locale-remap-with-binary-resources...Rémi Verschelde
2022-08-08Fix locale resource remapping with binary conversion on exportDavid Snopek
2022-08-03Show dependency warning when removing remaps and fallback if translationPucklaMotzer09
2022-07-22Implement Feature Build Profilesreduz
2022-06-22Remake resource thread safety and APIreduz
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-03Implement missing Node & Resource placeholdersreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-01-24Fix translation with multiple sources for the same language.bruvzg
2022-01-19Fix locale always selecting translation instead of "en", when no match found.bruvzg
2022-01-18Improve locale detection.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
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