summaryrefslogtreecommitdiffstats
path: root/core/io/resource_format_binary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enhance cache modes in resource loadingPedro J. Estébanez2024-02-261-7/+24
* Fix file disappearing when renaming dependencieskobewi2023-12-141-2/+4
* Assign temporary path to preloaded resourceskobewi2023-11-101-0/+2
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-0/+1
* Fix ImageTextureLayered serialisation issues.Ithamar R. Adema2023-07-231-4/+7
* Fix crash when saving resources with circular referencesMaxim Kulkin2023-07-141-1/+2
* Allow change import type without restarting editorkobewi2023-07-031-3/+3
* Fix missing UID handling for binary formatskobewi2023-06-161-0/+9
* Avoid interaction issues between resource loading threadsPedro J. Estébanez2023-05-101-32/+15
* Fix loading of binary resources with typed arraysMai Lavelle2023-02-011-0/+12
* Merge pull request #71687 from reduz/support-script-class-name-in-efsRémi Verschelde2023-01-211-1/+92
|\
| * Support script global resource name in EditorFileSystemJuan Linietsky2023-01-211-1/+92
* | Cleanup unused engine code v2kobewi2023-01-191-4/+0
|/
* 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
|/