index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
io
/
resource_loader.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Workaround resource loading crashes due to buggy TLS
Pedro J. Estébanez
2023-07-03
1
-1
/
+1
*
Enhance thread safety of loaders and importers
Pedro J. Estébanez
2023-05-12
1
-2
/
+4
*
Simplify ResourceLoader error callbacks
Pedro J. Estébanez
2023-05-12
1
-8
/
+6
*
Use WorkerThreadPool for threaded resource loading
Pedro J. Estébanez
2023-05-10
1
-9
/
+6
*
Avoid sync issues in materials with scheduled shader updates
Pedro J. Estébanez
2023-05-10
1
-0
/
+2
*
Avoid interaction issues between resource loading threads
Pedro J. Estébanez
2023-05-10
1
-9
/
+38
*
Fix race condition in resource loader when a load task is reused
Pedro J. Estébanez
2023-02-20
1
-3
/
+6
*
Use enum instead of int in virtual methods return type
Raul Santos
2023-01-31
1
-1
/
+1
*
Merge pull request #71687 from reduz/support-script-class-name-in-efs
Rémi Verschelde
2023-01-21
1
-0
/
+3
|
\
|
*
Support script global resource name in EditorFileSystem
Juan Linietsky
2023-01-21
1
-0
/
+3
*
|
Cleanup unused engine code v2
kobewi
2023-01-19
1
-1
/
+0
|
/
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix `ResourceLoader::thread_load_tasks` crash
Adam Scott
2022-12-07
1
-0
/
+2
*
Exposes ResourceFormatLoader.recognize_path to scripting
Gilles Roudière
2022-10-11
1
-0
/
+1
*
Implement Feature Build Profiles
reduz
2022-07-22
1
-0
/
+3
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-3
/
+3
*
Implement missing Node & Resource placeholders
reduz
2022-05-03
1
-0
/
+4
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-6
/
+6
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
1
-0
/
+12
*
Fix various typos with codespell
luz paz
2021-07-25
1
-4
/
+4
*
Implement Resource UIDs
reduz
2021-07-24
1
-0
/
+2
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-2
/
+2
*
doc: Sync classref with current source
Rémi Verschelde
2021-02-19
1
-0
/
+2
*
Improve resource load cache
reduz
2021-02-11
1
-4
/
+12
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-2
/
+4
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-2
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-2
/
+4
*
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-20
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-4
/
+4
*
Style: Harmonize header guards to style guide [Core]
Rémi Verschelde
2020-03-25
1
-1
/
+1
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Fixes bugs found by Sonarcloud and Coverity
qarmin
2020-03-02
1
-1
/
+1
*
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-28
1
-43
/
+42
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
1
-3
/
+0
*
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-1
/
+1
*
Added ability for multiple images to be imported as an atlas
Juan Linietsky
2019-04-19
1
-0
/
+2
*
Better warnings when resources can't be saved. Fixes #26531
Juan Linietsky
2019-03-04
1
-0
/
+2
*
Make resource loader cycle checker work on a per-thread basis.
Juan Linietsky
2019-02-16
1
-2
/
+18
*
Avoid cyclic resource loading of any type, fixes #22673
Juan Linietsky
2019-01-27
1
-0
/
+12
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Merge pull request #19501 from Zylann/custom_loaders
Rémi Verschelde
2018-12-16
1
-7
/
+21
|
\
|
*
Added basic support for custom resource savers and loaders
Marc Gilleron
2018-12-15
1
-7
/
+21
*
|
Fix text files constantly asking for reload as no last modified time
Paulb23
2018-12-02
1
-0
/
+1
|
/
*
Moved folding outside the resource files, now saved outside the project.
Juan Linietsky
2018-10-29
1
-0
/
+4
[next]