summaryrefslogtreecommitdiffstats
path: root/scene/resources/resource_format_text.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enhance cache modes in resource loadingPedro J. Estébanez2024-02-261-5/+27
* Allow opening scenes with missing scene dependencykobewi2024-02-131-0/+7
* Ensure special characters are escaped in tscn connections and editable hintLimestaX2024-01-081-5/+5
* Improve error message in text resource format parserEoin O'Neill2024-01-021-1/+1
* Fix file disappearing when renaming dependencieskobewi2023-12-141-2/+2
* Remove unnecessary assignmentsWilson E. Alvarez2023-12-131-2/+1
* Assign temporary path to preloaded resourceskobewi2023-11-101-0/+2
* Add error checks for DirAccess creation.Saracen2023-09-261-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-2/+3
* Allow change import type without restarting editorkobewi2023-07-031-1/+5
* Fix missing UID handling in Dependency Editorkobewi2023-06-131-2/+10
* Fix external resource ids lostPedro J. Estébanez2023-06-011-1/+1
* Avoid interaction issues between resource loading threadsPedro J. Estébanez2023-05-101-56/+27
* Merge pull request #70234 from Rindbee/fix-uid-lostRémi Verschelde2023-04-251-2/+12
|\
| * Fix the uid field of the tscn/res file is lost when the external dependency i...Rindbee2023-01-221-2/+12
* | Fix sub-resource IDs resetting when preloadedkobewi2023-02-071-3/+5
* | More codespell fixes, do more changes from previous ignore listRémi Verschelde2023-02-011-3/+3
* | GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-311-0/+24
|/
* Merge pull request #71687 from reduz/support-script-class-name-in-efsRémi Verschelde2023-01-211-2/+77
|\
| * Support script global resource name in EditorFileSystemJuan Linietsky2023-01-211-2/+77
* | Merge pull request #44596 from KoBeWi/🧹🧹🧹Rémi Verschelde2023-01-191-4/+0
|\ \ | |/ |/|
| * Cleanup unused engine code v2kobewi2023-01-191-4/+0
* | Fix using Resource objects as keys in the `tres` formatLife4gal2023-01-191-0/+3
|/
* Text resource loader fixesJuan Linietsky2023-01-101-16/+13
* Ability to change a resource UID from APIJuan Linietsky2023-01-091-2/+60
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use buffer to speed up copying/transcribing when renaming dependenciesRindbee2022-12-131-6/+17
* VariantParser make readahead optionallawnjelly2022-12-121-1/+2
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-1/+1
* Don't break parsing on missing resourceskobewi2022-11-281-3/+4
* Fix cyclic references in GDScript 2.0Adam Scott2022-11-181-3/+7
* Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde2022-11-161-2/+2
|\
| * Remove more instances of 'instance' being used as a verbVolTer2022-11-161-2/+2
* | Fixes infinite loop in ResourceFormatText when having unexpected end of fileGilles Roudière2022-11-151-0/+2
|/
* 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-14/+14
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-3/+3
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* Implement Feature Build Profilesreduz2022-07-221-12/+160
* Merge pull request #62185 from reduz/export-node-pointer-pathRémi Verschelde2022-06-271-2/+17
|\
| * Add ability to export Node pointers as NodePathsreduz2022-06-251-2/+17
* | Merge pull request #62309 from reduz/remake-resource-thread-safetyRémi Verschelde2022-06-251-12/+10
|\ \ | |/ |/|
| * Remake resource thread safety and APIreduz2022-06-221-12/+10
* | Merge pull request #56185 from nikitalita/fix-save-as-binaryRémi Verschelde2022-06-221-11/+21
|\ \ | |/ |/|
| * Fix binsary resource exportnikitalita2022-04-131-11/+21
* | Remove spaces in `SubResource()/ExtResource/Resource()` in text resourcesHugo Locurcio2022-06-191-3/+3
* | Fix typos with codespellRémi Verschelde2022-05-231-1/+1
* | Add a new HashSet templatereduz2022-05-201-2/+2