summaryrefslogtreecommitdiffstats
path: root/scene/resources/resource_format_text.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Replace most uses of Map by HashMapreduz2022-05-161-6/+6
* | Implement missing Node & Resource placeholdersreduz2022-05-031-19/+115
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-22/+22
* | Fix tscn not listed as Resource extensionkobewi2022-05-021-2/+5
* | Fix resource dependence renaming.bruvzg2022-05-021-14/+18
* | Close FileAccess before accessing it with DirAccessHaoyu Qiu2022-04-221-0/+2
|/
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-103/+104
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-52/+35
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-2/+1
* Don't abort loading scene on missing dependencykobewi2022-02-261-3/+5
* Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-5/+5
* String: Add contains().Anilforextra2022-02-041-2/+2
* Merge pull request #53313 from KoBeWi/debinded_konnektRémi Verschelde2022-01-041-0/+11
|\
| * Add support for unbinding in connection dialogkobewi2021-10-041-0/+11
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-14/+14
* | Improve various textskobewi2021-11-231-1/+1
* | Add is_built_in() method to Resourcekobewi2021-11-041-3/+3
|/
* Use range iterators for `Map`Lightning_A2021-09-301-16/+16
* Write node groups one a single line when saving a `.tscn` fileHugo Locurcio2021-08-311-2/+8
* Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-2/+2
* Assign embedded text resource path earlier to prevent error on embedded scripts.SaracenOne2021-08-101-6/+6
* Merge pull request #51042 from nikitalita/fix_binary_res_load_saveK. S. Ernest (iFire) Lee2021-08-021-4/+4
|\