summaryrefslogtreecommitdiff
path: root/core/io/resource_format_binary.cpp
AgeCommit message (Expand)Author
2023-02-01Fix loading of binary resources with typed arraysMai Lavelle
2023-01-21Merge pull request #71687 from reduz/support-script-class-name-in-efsRémi Verschelde
2023-01-21Support script global resource name in EditorFileSystemJuan Linietsky
2023-01-19Cleanup unused engine code v2kobewi
2023-01-09Ability to change a resource UID from APIJuan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-10-10Defer clearing of ResourceUID cache and silence warningskobewi
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-04Rename Projection `matrix` to `columns`Aaron Franke
2022-09-29Use `constexpr` in the conditions with template parameters and `sizeof`s to s...bruvzg
2022-09-19Replace File/Directory with FileAccess/DirAccesskobewi
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-07-29Swap arguments of ResourceSaver.save()kobewi
2022-07-23Implement Vector4, Vector4i, Projectionreduz
2022-07-22Implement Feature Build Profilesreduz
2022-06-22Remake resource thread safety and APIreduz
2022-06-08Fix (again) loading binary resources with float=64xutaxkamay
2022-05-23Fix typos with codespellRémi Verschelde
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-10Fix warnings found by Emscripten 3.1.10Rémi Verschelde
2022-05-03Implement missing Node & Resource placeholdersreduz
2022-05-03Merge pull request #60627 from aaronfranke/rename-elementsRémi Verschelde
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-05-02Fix resource dependence renaming.bruvzg
2022-04-29Rename Basis "elements" to "rows"Aaron Franke
2022-04-29Rename Transform2D "elements" to "columns"Aaron Franke
2022-04-22Close FileAccess before accessing it with DirAccessHaoyu Qiu
2022-04-12Narrow FileAccess scope to prevent deadlocks.bruvzg
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-08Fix loading binary resources with float=64Marc Gilleron
2022-03-11Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde
2022-02-19Merge pull request #58166 from Zylann/fix_binary_resource_with_doublesRémi Verschelde
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-16Fix loading of binary resources with 64-bit floatsMarc Gilleron
2022-02-12Fix resource reuse in binary loaderreduz
2022-02-04String: Add contains().Anilforextra
2022-01-06Rename Variant enum members in resource_format_binary.cppAaron Franke
2022-01-06Merge pull request #56224 from Calinou/variant-rename-packed-array-constantsRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-24Rename Variant Packed*Array constants for consistencyHugo Locurcio
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-04Add is_built_in() method to Resourcekobewi
2021-09-30Use range iterators for `Map`Lightning_A
2021-08-29Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez
2021-07-29skip uid field length in binary resource if not usednikitalita
2021-07-29Use constant for reserved field countnikitalita
2021-07-29Fix binary resource loading and savingnikitalita
2021-07-25Fix various typosluz paz
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde