summaryrefslogtreecommitdiffstats
path: root/core/io/resource_loader.h
Commit message (Expand)AuthorAgeFilesLines
* Workaround resource loading crashes due to buggy TLSPedro J. Estébanez2023-07-031-1/+1
* Enhance thread safety of loaders and importersPedro J. Estébanez2023-05-121-2/+4
* Simplify ResourceLoader error callbacksPedro J. Estébanez2023-05-121-8/+6
* Use WorkerThreadPool for threaded resource loadingPedro J. Estébanez2023-05-101-9/+6
* Avoid sync issues in materials with scheduled shader updatesPedro J. Estébanez2023-05-101-0/+2
* Avoid interaction issues between resource loading threadsPedro J. Estébanez2023-05-101-9/+38
* Fix race condition in resource loader when a load task is reusedPedro J. Estébanez2023-02-201-3/+6
* Use enum instead of int in virtual methods return typeRaul Santos2023-01-311-1/+1
* Merge pull request #71687 from reduz/support-script-class-name-in-efsRémi Verschelde2023-01-211-0/+3
|\
| * Support script global resource name in EditorFileSystemJuan Linietsky2023-01-211-0/+3
* | Cleanup unused engine code v2kobewi2023-01-191-1/+0
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix `ResourceLoader::thread_load_tasks` crashAdam Scott2022-12-071-0/+2
* Exposes ResourceFormatLoader.recognize_path to scriptingGilles Roudière2022-10-111-0/+1
* Implement Feature Build Profilesreduz2022-07-221-0/+3
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Implement missing Node & Resource placeholdersreduz2022-05-031-0/+4
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-6/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-0/+12
* Fix various typos with codespellluz paz2021-07-251-4/+4
* Implement Resource UIDsreduz2021-07-241-0/+2
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-2/+2
* doc: Sync classref with current sourceRémi Verschelde2021-02-191-0/+2
* Improve resource load cachereduz2021-02-111-4/+12
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-2/+4
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-251-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Fixes bugs found by Sonarcloud and Coverityqarmin2020-03-021-1/+1
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-43/+42
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-3/+0
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+1
* Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-0/+2
* Better warnings when resources can't be saved. Fixes #26531Juan Linietsky2019-03-041-0/+2
* Make resource loader cycle checker work on a per-thread basis.Juan Linietsky2019-02-161-2/+18
* Avoid cyclic resource loading of any type, fixes #22673Juan Linietsky2019-01-271-0/+12
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Merge pull request #19501 from Zylann/custom_loadersRémi Verschelde2018-12-161-7/+21
|\
| * Added basic support for custom resource savers and loadersMarc Gilleron2018-12-151-7/+21
* | Fix text files constantly asking for reload as no last modified timePaulb232018-12-021-0/+1
|/
* Moved folding outside the resource files, now saved outside the project.Juan Linietsky2018-10-291-0/+4