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_format_binary.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ability to change a resource UID from API
Juan Linietsky
2023-01-09
1
-2
/
+120
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Defer clearing of ResourceUID cache and silence warnings
kobewi
2022-10-10
1
-0
/
+7
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-11
/
+9
*
Rename Projection `matrix` to `columns`
Aaron Franke
2022-10-04
1
-32
/
+32
*
Use `constexpr` in the conditions with template parameters and `sizeof`s to s...
bruvzg
2022-09-29
1
-4
/
+4
*
Replace File/Directory with FileAccess/DirAccess
kobewi
2022-09-19
1
-2
/
+2
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-3
/
+3
*
Swap arguments of ResourceSaver.save()
kobewi
2022-07-29
1
-2
/
+2
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-0
/
+78
*
Implement Feature Build Profiles
reduz
2022-07-22
1
-0
/
+26
*
Remake resource thread safety and API
reduz
2022-06-22
1
-5
/
+5
*
Fix (again) loading binary resources with float=64
xutaxkamay
2022-06-08
1
-9
/
+10
*
Fix typos with codespell
Rémi Verschelde
2022-05-23
1
-1
/
+1
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-4
/
+4
*
Fix warnings found by Emscripten 3.1.10
Rémi Verschelde
2022-05-10
1
-6
/
+0
*
Implement missing Node & Resource placeholders
reduz
2022-05-03
1
-6
/
+66
*
Merge pull request #60627 from aaronfranke/rename-elements
Rémi Verschelde
2022-05-03
1
-48
/
+48
|
\
|
*
Rename Basis "elements" to "rows"
Aaron Franke
2022-04-29
1
-36
/
+36
|
*
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-04-29
1
-12
/
+12
*
|
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-22
/
+22
*
|
Fix resource dependence renaming.
bruvzg
2022-05-02
1
-0
/
+1
|
/
*
Close FileAccess before accessing it with DirAccess
Haoyu Qiu
2022-04-22
1
-0
/
+4
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-7
/
+8
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-85
/
+52
*
Fix loading binary resources with float=64
Marc Gilleron
2022-04-08
1
-41
/
+58
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-14
/
+8
*
Merge pull request #58166 from Zylann/fix_binary_resource_with_doubles
Rémi Verschelde
2022-02-19
1
-1
/
+8
|
\
|
*
Fix loading of binary resources with 64-bit floats
Marc Gilleron
2022-02-16
1
-1
/
+8
*
|
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-5
/
+0
|
/
*
Fix resource reuse in binary loader
reduz
2022-02-12
1
-2
/
+4
*
String: Add contains().
Anilforextra
2022-02-04
1
-2
/
+2
*
Rename Variant enum members in resource_format_binary.cpp
Aaron Franke
2022-01-06
1
-6
/
+6
*
Merge pull request #56224 from Calinou/variant-rename-packed-array-constants
Rémi Verschelde
2022-01-06
1
-30
/
+30
|
\
|
*
Rename Variant Packed*Array constants for consistency
Hugo Locurcio
2021-12-24
1
-30
/
+30
*
|
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
-6
/
+6
*
Add is_built_in() method to Resource
kobewi
2021-11-04
1
-4
/
+4
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-2
/
+2
*
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-08-29
1
-2
/
+2
*
skip uid field length in binary resource if not used
nikitalita
2021-07-29
1
-0
/
+1
*
Use constant for reserved field count
nikitalita
2021-07-29
1
-3
/
+3
*
Fix binary resource loading and saving
nikitalita
2021-07-29
1
-5
/
+5
*
Fix various typos
luz paz
2021-07-25
1
-1
/
+1
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-11
/
+10
*
Merge pull request #50786 from reduz/implement-resource-uids
Rémi Verschelde
2021-07-24
1
-9
/
+88
|
\
|
*
Implement Resource UIDs
reduz
2021-07-24
1
-9
/
+88
*
|
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-39
/
+35
|
/
*
Implement textual ext/subresource IDs.
reduz
2021-07-22
1
-35
/
+51
[next]