summaryrefslogtreecommitdiffstats
path: root/core/io
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #84791 from akien-mga/fix-translation-remapping-checkRémi Verschelde2023-11-121-1/+1
|\
| * Fix translation remapping check for imported resourcesRémi Verschelde2023-11-121-1/+1
* | Assign temporary path to preloaded resourceskobewi2023-11-104-0/+9
|/
* Implement glTF compat version system for files from older Godot versionsAaron Franke2023-11-031-0/+1
* Add comment why off-by-one error is hard to fixThomas ten Cate2023-11-011-0/+2
* Merge pull request #84155 from AThousandShips/encode_fixRémi Verschelde2023-10-301-2/+4
|\
| * Prevent `encode_variant` doing `memcpy` from `nullptr`A Thousand Ships2023-10-291-2/+4
* | Fix uninitialized variable in Image::fix_alpha_edges()K. S. Ernest (iFire) Lee2023-10-291-1/+1
|/
* Fix heap-use-after-free when resource loaded with load_threaded_request is ne...Haoyu Qiu2023-10-231-2/+3
* Merge pull request #82957 from bruvzg/fs_case_checkRémi Verschelde2023-10-132-0/+8
|\
| * Add method to check if filesystem is case sensitive.bruvzg2023-10-092-0/+8
* | Apply missing flag to vector4/projectionThaddeus Crews2023-10-121-0/+2
* | Error handling for `FileAccess.get_file_as_*`Paul Joannon2023-10-111-2/+2
* | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-10/+10
|/
* Merge pull request #82408 from hpvb/fix-import-crashRémi Verschelde2023-09-271-10/+10
|\
| * Fix import crashHein-Pieter van Braam2023-09-261-10/+10
* | Merge pull request #67080 from Mickeon/resource-virtual-local-to-scene-setupRémi Verschelde2023-09-272-1/+4
|\ \ | |/ |/|
| * Reimplement Resource.`_local_to_scene_setup` & remove workaroundMicky2023-09-092-1/+4
* | Make notify_dependency_error only defer calls if called from secondary threads.Saracen2023-09-261-1/+5
* | Expose and document Image.get_mipmap_count()bitsawer2023-09-191-0/+1
* | [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-1112-38/+38
|/
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-066-4/+2
* Remove nondeterminism in pck_packerDavid Nikdel2023-09-031-2/+2
* Revert "Implement loading DDS textures at run-time"clayjohn2023-08-292-12/+0
* Add support for KTX & KTX2 image formatacazuc2023-08-192-0/+12
* Merge pull request #79201 from Rindbee/fix-setup-state-not-clearedRémi Verschelde2023-08-172-0/+7
|\
| * Clear the previously set state when configuring for a new scene root nodeRindbee2023-08-082-0/+7
* | Fix GCC -Wmaybe-uninitialized warningsRémi Verschelde2023-08-141-2/+2
* | [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...bruvzg2023-08-089-24/+202
|/
* Fix various typos with codespellRémi Verschelde2023-08-071-1/+1
* Implement loading DDS textures at run-timeMarcin Nowak2023-07-312-0/+12
* Merge pull request #79737 from Calinou/resourceloader-load-error-clarify-expe...Yuri Sizov2023-07-311-2/+2
|\
| * Mention expected resource type in ResourceLoader load errorHugo Locurcio2023-07-211-2/+2
* | Fix ImageTextureLayered serialisation issues.Ithamar R. Adema2023-07-232-5/+8
|/
* Unify and streamline connecting to Resource changeskobewi2023-07-172-29/+18
* Fix crash when saving resources with circular referencesMaxim Kulkin2023-07-141-1/+2
* Merge pull request #78890 from KoBeWi/who_needs_restart_anywayYuri Sizov2023-07-121-3/+3
|\
| * Allow change import type without restarting editorkobewi2023-07-031-3/+3
* | Merge pull request #74238 from bitsawer/fix_image_convertYuri Sizov2023-07-121-108/+120
|\ \
| * | Fix Image.convert() overwriting custom mipmapsbitsawer2023-03-021-108/+120
* | | Merge pull request #49524 from Calinou/document-editor-import-optionsYuri Sizov2023-07-121-9/+11
|\ \ \
| * | | Document editor import options in the class referenceHugo Locurcio2023-06-151-9/+11
* | | | Merge pull request #78248 from felaugmar/load-svg-adjustable-scaleYuri Sizov2023-07-122-0/+31
|\ \ \ \
| * | | | Added Image's `load_svg_from_(buffer|string)`Felipe Augusto Marques2023-06-232-0/+31
| | |_|/ | |/| |
* | | | Merge pull request #66170 from RedMser/json-fix-invalid-escapesYuri Sizov2023-07-121-1/+7
|\ \ \ \
| * | | | Disallow invalid escape sequences in JSON.parseRedMser2023-06-301-1/+7
| |/ / /
* | | | Merge pull request #79101 from akien-mga/linux-unbundle-brotliRémi Verschelde2023-07-071-4/+4
|\ \ \ \
| * | | | Linux: Allow unbundling brotli to use system libraryRémi Verschelde2023-07-061-4/+4
* | | | | Merge pull request #78935 from timothyqiu/zip-packRémi Verschelde2023-07-071-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix error when non-ASCII characters in resource pack pathHaoyu Qiu2023-07-021-1/+1
| |/ / /