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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes #65377: get_datetime_* functions can return wrong values
James
2022-09-10
1
-8
/
+7
*
Drop obsolete resource usage debug methods from OS class
Rémi Verschelde
2022-08-29
1
-40
/
+0
*
Remake resource thread safety and API
reduz
2022-06-22
1
-40
/
+56
*
Clean up Hash Functions
reduz
2022-06-20
1
-10
/
+10
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-4
/
+4
*
Add a new HashMap implementation
reduz
2022-05-12
1
-11
/
+6
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-6
/
+6
*
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-1
/
+1
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-8
/
+4
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-0
/
+20
*
Fix multiple missing UTF-8 decoding.
bruvzg
2022-01-06
1
-2
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-4
/
+4
*
Add a name to TileSet sources
Gilles Roudière
2021-10-14
1
-0
/
+1
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-2
/
+2
*
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
1
-5
/
+4
*
OS: Fix used resource debug prints
Rémi Verschelde
2021-08-06
1
-0
/
+2
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-5
/
+5
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-21
/
+21
*
Implement textual ext/subresource IDs.
reduz
2021-07-22
1
-10
/
+42
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-2
/
+2
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Implement Particle Trails
reduz
2021-04-30
1
-0
/
+7
*
Improve resource load cache
reduz
2021-02-11
1
-11
/
+24
*
Removed _change_notify
reduz
2021-02-10
1
-2
/
+0
*
Modernize RWLock
Pedro J. Estébanez
2021-01-19
1
-62
/
+33
*
Expose `Resource.emit_changed()` to script
Andrii Doroshenko (Xrayez)
2021-01-13
1
-0
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Fix crash duplicating local-to-scene resources
Pedro J. Estébanez
2020-11-18
1
-5
/
+3
*
Fix crash in resoure duplicate
Pedro J. Estébanez
2020-11-17
1
-3
/
+3
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-0
/
+536