summaryrefslogtreecommitdiffstats
path: root/scene/resources/resource_format_text.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Use constant for reserved field countnikitalita2021-07-291-1/+1
| * Fix binary resource loading and savingnikitalita2021-07-291-4/+4
* | VariantParser: Fix uninitialized ResourceParser funcsRémi Verschelde2021-07-301-1/+0
|/
* Merge pull request #50809 from akien-mga/iterators-const-referencesRémi Verschelde2021-07-251-2/+2
|\
| * Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* | Fix various typos with codespellluz paz2021-07-251-1/+1
|/
* Merge pull request #50786 from reduz/implement-resource-uidsRémi Verschelde2021-07-241-9/+115
|\
| * Implement Resource UIDsreduz2021-07-241-9/+115
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-5/+5
|/
* Implement textual ext/subresource IDs.reduz2021-07-221-92/+103
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-6/+6
* Merge pull request #49624 from nekomatata/fix-sub-resource-cacheRémi Verschelde2021-06-151-0/+1
|\
| * Fix sub-resource storing the wrong index in cachePouleyKetchoupp2021-06-151-0/+1
* | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
|/
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-7/+7
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Improve resource load cachereduz2021-02-111-56/+71
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-12/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Static analyzer fixes:bruvzg2020-12-091-1/+0
* Merge pull request #39056 from rileylyman/tscn_newlinesRémi Verschelde2020-11-271-0/+5
|\
| * skip extra newline in .tscn when renaming dependencyrileylyman2020-05-251-0/+5
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* | Improve appearance of [connection] and [editable] sections in .tscn filesDanil Alexeev2020-09-291-1/+8
* | Update ResourceLoaderText::load to not update progress if resources are 0jjjlalonde@gmail.com2020-08-161-3/+3
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-27/+51