summaryrefslogtreecommitdiffstats
path: root/core/io/resource_format_binary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ability to change a resource UID from APIJuan Linietsky2023-01-091-2/+120
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Defer clearing of ResourceUID cache and silence warningskobewi2022-10-101-0/+7
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-11/+9
* Rename Projection `matrix` to `columns`Aaron Franke2022-10-041-32/+32
* Use `constexpr` in the conditions with template parameters and `sizeof`s to s...bruvzg2022-09-291-4/+4
* Replace File/Directory with FileAccess/DirAccesskobewi2022-09-191-2/+2
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-3/+3
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-2/+2
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+78
* Implement Feature Build Profilesreduz2022-07-221-0/+26
* Remake resource thread safety and APIreduz2022-06-221-5/+5
* Fix (again) loading binary resources with float=64xutaxkamay2022-06-081-9/+10
* Fix typos with codespellRémi Verschelde2022-05-231-1/+1
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-4/+4
* Fix warnings found by Emscripten 3.1.10Rémi Verschelde2022-05-101-6/+0
* Implement missing Node & Resource placeholdersreduz2022-05-031-6/+66
* Merge pull request #60627 from aaronfranke/rename-elementsRémi Verschelde2022-05-031-48/+48
|\
| * Rename Basis "elements" to "rows"Aaron Franke2022-04-291-36/+36
| * Rename Transform2D "elements" to "columns"Aaron Franke2022-04-291-12/+12
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-22/+22
* | Fix resource dependence renaming.bruvzg2022-05-021-0/+1
|/
* Close FileAccess before accessing it with DirAccessHaoyu Qiu2022-04-221-0/+4
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-7/+8
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-85/+52
* Fix loading binary resources with float=64Marc Gilleron2022-04-081-41/+58
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-14/+8
* Merge pull request #58166 from Zylann/fix_binary_resource_with_doublesRémi Verschelde2022-02-191-1/+8
|\
| * Fix loading of binary resources with 64-bit floatsMarc Gilleron2022-02-161-1/+8
* | Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-5/+0
|/
* Fix resource reuse in binary loaderreduz2022-02-121-2/+4
* String: Add contains().Anilforextra2022-02-041-2/+2
* Rename Variant enum members in resource_format_binary.cppAaron Franke2022-01-061-6/+6
* Merge pull request #56224 from Calinou/variant-rename-packed-array-constantsRémi Verschelde2022-01-061-30/+30
|\
| * Rename Variant Packed*Array constants for consistencyHugo Locurcio2021-12-241-30/+30
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-6/+6
* Add is_built_in() method to Resourcekobewi2021-11-041-4/+4
* Use range iterators for `Map`Lightning_A2021-09-301-2/+2
* Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-2/+2
* skip uid field length in binary resource if not usednikitalita2021-07-291-0/+1
* Use constant for reserved field countnikitalita2021-07-291-3/+3
* Fix binary resource loading and savingnikitalita2021-07-291-5/+5
* Fix various typosluz paz2021-07-251-1/+1
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-11/+10
* Merge pull request #50786 from reduz/implement-resource-uidsRémi Verschelde2021-07-241-9/+88
|\
| * Implement Resource UIDsreduz2021-07-241-9/+88
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-39/+35
|/
* Implement textual ext/subresource IDs.reduz2021-07-221-35/+51