index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
io
/
resource_format_binary.cpp
Age
Commit message (
Expand
)
Author
2023-02-01
Fix loading of binary resources with typed arrays
Mai Lavelle
2023-01-21
Merge pull request #71687 from reduz/support-script-class-name-in-efs
Rémi Verschelde
2023-01-21
Support script global resource name in EditorFileSystem
Juan Linietsky
2023-01-19
Cleanup unused engine code v2
kobewi
2023-01-09
Ability to change a resource UID from API
Juan Linietsky
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-10-10
Defer clearing of ResourceUID cache and silence warnings
kobewi
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-04
Rename Projection `matrix` to `columns`
Aaron Franke
2022-09-29
Use `constexpr` in the conditions with template parameters and `sizeof`s to s...
bruvzg
2022-09-19
Replace File/Directory with FileAccess/DirAccess
kobewi
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-07-29
Swap arguments of ResourceSaver.save()
kobewi
2022-07-23
Implement Vector4, Vector4i, Projection
reduz
2022-07-22
Implement Feature Build Profiles
reduz
2022-06-22
Remake resource thread safety and API
reduz
2022-06-08
Fix (again) loading binary resources with float=64
xutaxkamay
2022-05-23
Fix typos with codespell
Rémi Verschelde
2022-05-20
Add a new HashSet template
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-10
Fix warnings found by Emscripten 3.1.10
Rémi Verschelde
2022-05-03
Implement missing Node & Resource placeholders
reduz
2022-05-03
Merge pull request #60627 from aaronfranke/rename-elements
Rémi Verschelde
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-02
Fix resource dependence renaming.
bruvzg
2022-04-29
Rename Basis "elements" to "rows"
Aaron Franke
2022-04-29
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-04-22
Close FileAccess before accessing it with DirAccess
Haoyu Qiu
2022-04-12
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-08
Fix loading binary resources with float=64
Marc Gilleron
2022-03-11
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-02-19
Merge pull request #58166 from Zylann/fix_binary_resource_with_doubles
Rémi Verschelde
2022-02-16
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
Fix loading of binary resources with 64-bit floats
Marc Gilleron
2022-02-12
Fix resource reuse in binary loader
reduz
2022-02-04
String: Add contains().
Anilforextra
2022-01-06
Rename Variant enum members in resource_format_binary.cpp
Aaron Franke
2022-01-06
Merge pull request #56224 from Calinou/variant-rename-packed-array-constants
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-24
Rename Variant Packed*Array constants for consistency
Hugo Locurcio
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-11-04
Add is_built_in() method to Resource
kobewi
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-08-29
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-07-29
skip uid field length in binary resource if not used
nikitalita
2021-07-29
Use constant for reserved field count
nikitalita
2021-07-29
Fix binary resource loading and saving
nikitalita
2021-07-25
Fix various typos
luz paz
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
[next]