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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-08-29
1
-1
/
+1
*
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
1
-46
/
+42
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-3
/
+3
*
Merge pull request #50786 from reduz/implement-resource-uids
Rémi Verschelde
2021-07-24
1
-83
/
+42
|
\
|
*
Implement Resource UIDs
reduz
2021-07-24
1
-83
/
+42
*
|
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-7
/
+6
|
/
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Consistently prefix bound virtual methods with _
kobewi
2021-06-12
1
-19
/
+19
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-06-07
1
-1
/
+1
*
Change behavior of String.right
Tomasz Chabora
2021-05-20
1
-1
/
+1
*
Fix error handling for user-defined `ResourceFormatLoader.load`
Rémi Verschelde
2021-05-05
1
-6
/
+5
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-3
/
+3
*
ResourceLoader: Fix inverse 'if' on the cache mode
Mateo Kuruk Miccino
2021-02-27
1
-1
/
+1
*
doc: Sync classref with current source
Rémi Verschelde
2021-02-19
1
-0
/
+4
*
Reorganize Project Settings
reduz
2021-02-18
1
-2
/
+2
*
Improve resource load cache
reduz
2021-02-11
1
-10
/
+12
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
1
-2
/
+3
*
Modernize RWLock
Pedro J. Estébanez
2021-01-19
1
-21
/
+7
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
fix custom loader/saver broken
Zae
2020-11-15
1
-1
/
+1
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-4
/
+4
*
Merge pull request #41460 from Calinou/improve-resource-load-fail-message
Rémi Verschelde
2020-09-03
1
-1
/
+2
|
\
|
*
Improve the resource loading error message to mention the need to import
Hugo Locurcio
2020-08-22
1
-1
/
+2
*
|
[funexpected] clear missed remaps on deinitialization, fixes godotengine/godo...
Yakov Borevich
2020-08-31
1
-0
/
+3
|
/
*
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-07-03
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-43
/
+74
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-59
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-1
/
+0
*
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-20
1
-2
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-8
/
+8
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-2
/
+2
*
Fixes bugs found by Sonarcloud and Coverity
qarmin
2020-03-02
1
-0
/
+1
*
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-28
1
-224
/
+372
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
1
-27
/
+4
*
Added StringName as a variant type.
Juan Linietsky
2020-02-21
1
-1
/
+1
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-8
/
+8
*
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-15
1
-1
/
+1
*
GIProbes working.
Juan Linietsky
2020-02-11
1
-1
/
+2
*
Several fixes to 3D rendering, and multimesh implementation.
Juan Linietsky
2020-02-11
1
-0
/
+1
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-2
/
+2
*
Check if resource exists before loading
Tomasz Chabora
2020-01-08
1
-0
/
+5
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
ResourceLoader: Add language code matching for localized resources
Rémi Verschelde
2019-12-04
1
-15
/
+38
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-29
/
+13
*
Add some code changes/fixes proposed by Coverity and Clang Tidy
qarmin
2019-08-07
1
-2
/
+1
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-4
/
+0
*
Added ability for multiple images to be imported as an atlas
Juan Linietsky
2019-04-19
1
-0
/
+24
[next]