summaryrefslogtreecommitdiff
path: root/scene/resources/resource_format_text.cpp
AgeCommit message (Expand)Author
2023-04-26Fix the uid field of the tscn/res file is lost when the external dependency i...Rindbee
2023-02-07Fix sub-resource IDs resetting when preloadedkobewi
2023-02-01More codespell fixes, do more changes from previous ignore listRémi Verschelde
2023-01-31GDScript: Fix issues with typed arraysDmitrii Maganov
2023-01-21Merge pull request #71687 from reduz/support-script-class-name-in-efsRémi Verschelde
2023-01-21Support script global resource name in EditorFileSystemJuan Linietsky
2023-01-19Merge pull request #44596 from KoBeWi/🧹🧹🧹Rémi Verschelde
2023-01-19Cleanup unused engine code v2kobewi
2023-01-19Fix using Resource objects as keys in the `tres` formatLife4gal
2023-01-10Text resource loader fixesJuan Linietsky
2023-01-09Ability to change a resource UID from APIJuan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-13Use buffer to speed up copying/transcribing when renaming dependenciesRindbee
2022-12-12VariantParser make readahead optionallawnjelly
2022-12-04Use system fonts as fallback and improve system font handling.bruvzg
2022-11-28Don't break parsing on missing resourceskobewi
2022-11-18Fix cyclic references in GDScript 2.0Adam Scott
2022-11-16Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde
2022-11-16Remove more instances of 'instance' being used as a verbVolTer
2022-11-15Fixes infinite loop in ResourceFormatText when having unexpected end of fileGilles Roudière
2022-10-10Defer clearing of ResourceUID cache and silence warningskobewi
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-07-29Swap arguments of ResourceSaver.save()kobewi
2022-07-22Implement Feature Build Profilesreduz
2022-06-27Merge pull request #62185 from reduz/export-node-pointer-pathRémi Verschelde
2022-06-25Add ability to export Node pointers as NodePathsreduz
2022-06-25Merge pull request #62309 from reduz/remake-resource-thread-safetyRémi Verschelde
2022-06-22Merge pull request #56185 from nikitalita/fix-save-as-binaryRémi Verschelde
2022-06-22Remake resource thread safety and APIreduz
2022-06-19Remove spaces in `SubResource()/ExtResource/Resource()` in text resourcesHugo Locurcio
2022-05-23Fix typos with codespellRémi Verschelde
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-03Implement missing Node & Resource placeholdersreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-05-02Fix tscn not listed as Resource extensionkobewi
2022-05-02Fix resource dependence renaming.bruvzg
2022-04-22Close FileAccess before accessing it with DirAccessHaoyu Qiu
2022-04-13Fix binsary resource exportnikitalita
2022-04-12Narrow FileAccess scope to prevent deadlocks.bruvzg
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-03-11Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde
2022-02-26Don't abort loading scene on missing dependencykobewi
2022-02-08Refactor some object type checking code with `cast_to`Rémi Verschelde
2022-02-04String: Add contains().Anilforextra
2022-01-04Merge pull request #53313 from KoBeWi/debinded_konnektRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke