summaryrefslogtreecommitdiffstats
path: root/core/io
Commit message (Expand)AuthorAgeFilesLines
* Avoid editor error reporting using resource loader thread's call queuesPedro J. Estébanez2024-05-311-2/+2
* Replace `.bind(...).call_deferred()` with `.call_deferred(...)`A Thousand Ships2024-05-271-2/+2
* Merge pull request #91897 from RandomShaper/res_unreg_if_trueRémi Verschelde2024-05-161-4/+11
|\
| * Add an identity check to resource unregistration from cachePedro J. Estébanez2024-05-131-4/+11
* | Use Core/Scene stringnames consistentlykobewi2024-05-133-3/+0
* | Add shorthand for using singleton string nameskobewi2024-05-112-7/+7
|/
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-042-9/+9
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-034-17/+142
* Merge pull request #88763 from BlueCube3310/image-is-compressed-staticRémi Verschelde2024-05-022-3/+8
|\
| * Image: Add static `is_format_compressed` function.BlueCube33102024-02-282-3/+8
* | Add symlink API support for Windows, expose symlink methods.bruvzg2024-04-281-0/+4
* | [Core] Use unztell64 in FileAccessZIP to ensure 64 bit returnFabio Alessandrelli2024-04-261-1/+1
* | Merge pull request #90900 from Calinou/file-logging-strip-ansi-escape-codesRémi Verschelde2024-04-242-0/+24
|\ \
| * | Strip ANSI escape codes from file loggingHugo Locurcio2024-04-242-0/+24
* | | Merge pull request #90091 from ajreckof/Fix-load-subtask-not-being-registered...Rémi Verschelde2024-04-241-4/+8
|\ \ \ | |/ / |/| |
| * | Fix load subtask not being registered leading to false progress values.ajreckof2024-04-131-4/+8
* | | Merge pull request #90931 from aaronfranke/is-ascii-alphabet-charRémi Verschelde2024-04-221-2/+2
|\ \ \
| * | | Rename internal is_ascii_char to is_ascii_alphabet_charAaron Franke2024-04-201-2/+2
* | | | Merge pull request #90403 from bruvzg/file_resizeRémi Verschelde2024-04-227-0/+7
|\ \ \ \
| * | | | [FileAccess] Implement `resize` method.bruvzg2024-04-127-0/+7
* | | | | Fix import and saving related crashesA Thousand Ships2024-04-221-0/+2
| |/ / / |/| | |
* | | | Merge pull request #90751 from dalexeev/core-marshalls-fix-objects-as-id-in-t...Rémi Verschelde2024-04-171-13/+16
|\ \ \ \
| * | | | Core: Fix binary serialization of objects in typed arraysDanil Alexeev2024-04-161-13/+16
* | | | | FIX: Return if TCP is in STATUS_CONNECTEDYorick de Wid2024-04-161-0/+1
|/ / / /
* | | | Core: Fix `RefCounted` handling in `marshalls.cpp`Danil Alexeev2024-04-151-8/+12
* | | | [Unix / DirAccess] Fix removing directory symlinks with `remove`, ensure `era...bruvzg2024-04-121-1/+1
|/ / /
* | | [Core] Add iteration support to `Array`A Thousand Ships2024-04-104-13/+15
* | | Merge pull request #85024 from Jordyfel/moving-scripts-of-types-of-exported-t...Rémi Verschelde2024-04-091-0/+1
|\ \ \
| * | | Type of exported typed array can be external resourceJordyfel2024-04-091-0/+1
* | | | [IO] Fix marshall decoding when script is NILFabio Alessandrelli2024-04-071-1/+1
|/ / /
* | | Fix Resource::get_rid override not working in GDExtensionPylgos2024-04-061-2/+1
* | | Merge pull request #90038 from AThousandShips/load_pathRémi Verschelde2024-04-041-1/+1
|\ \ \
| * | | [Core] Fix `ResourceLoader.load` cache with relative pathsA Thousand Ships2024-03-301-1/+1
| |/ /
* | | Merge pull request #89889 from BoThompson/compute_image_metrics-fixRémi Verschelde2024-04-041-1/+1
|\ \ \
| * | | Remove a redundant `MAX` comparison within a loop in `compute_image_metrics`Bo Thompson2024-03-281-1/+1
| |/ /
* | | Merge pull request #78219 from dalexeev/core-typed-arrays-bin-serializationRémi Verschelde2024-04-041-43/+169
|\ \ \ | |/ / |/| |
| * | Core: Add typed array support for binary serializationDanil Alexeev2024-03-201-43/+169
* | | Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-272-1/+7
* | | Add 'override' mark to ResourceFormat classppphp2024-03-255-44/+44
* | | Merge pull request #89261 from paulloz/core/fix-script-reloading-outside-scri...Rémi Verschelde2024-03-241-0/+1
|\ \ \ | |/ / |/| |
| * | Fix how scripts reload outside of ScriptEditorPaul Joannon2024-03-181-0/+1
* | | Merge pull request #89270 from Repiteo/enforce-typename-in-templatesRémi Verschelde2024-03-143-9/+9
|\ \ \
| * | | Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-073-9/+9
| |/ /
* | | Merge pull request #82084 from ogapo/pr/pck-cache-mergeRémi Verschelde2024-03-112-3/+5
|\ \ \
| * | | Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-062-3/+5
* | | | Merge pull request #89251 from KoBeWi/fastpectorRémi Verschelde2024-03-092-3/+3
|\ \ \ \
| * | | | Speed up inspector updates for TileMapkobewi2024-03-072-3/+3
| | |/ / | |/| |
* | | | Merge pull request #87448 from nfrmtk/check-buffer-sizeRémi Verschelde2024-03-091-0/+1
|\ \ \ \
| * | | | add check for negative buffer_size inside start_(de)compression method.nfrmtk2024-03-081-0/+1