summaryrefslogtreecommitdiffstats
path: root/scene/resources/resource_format_text.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-98/+0
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-17/+30
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* Fixes bugs found by Sonarcloud and Coverityqarmin2020-03-021-6/+6
* Properly handle EOF when parsing text resourceJuan Linietsky2020-02-281-0/+4
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-83/+157
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-1/+1
* GIProbes working.Juan Linietsky2020-02-111-1/+1
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Encodes property names properly in project.godotHaoyu Qiu2019-12-201-16/+2
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-3/+3
|\
| * Added some obvious errors explanationsqarmin2019-09-251-3/+3
* | Preserve group order in scene fileslupoDharkael2019-09-071-0/+1
|/
* Remove ERR_EXPLAIN from scene/* codeTomasz Chabora2019-08-091-2/+1
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-4/+0
* Removed a pair of empty bracesunknown2019-07-071-3/+0
* Some code changed with Clang-Tidyqarmin2019-06-261-2/+2
* Merge pull request #29283 from qarmin/fix_some_always_same_valuesRémi Verschelde2019-06-201-8/+2
|\
| * Fix always true/false valuesqarmin2019-06-201-8/+2
* | Escape node names when saving to .tscnBojidar Marinov2019-06-031-3/+3
|/
* Style: Fix issues with clang-format 8.0Rémi Verschelde2019-05-201-8/+3
* No more metadata and dependency indices kept in resources saved.Juan Linietsky2019-04-111-6/+58
* Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-1/+2
* Remove extraneous line breaks from text resourcesPaul Trojahn2019-03-011-2/+4
* Fix GCC 5 build after #26331 and cleanup styleRémi Verschelde2019-02-271-1/+1
* Prevent circular references to scene being saved, fixes #24384Juan Linietsky2019-02-241-1/+7
* Fix code style issuesRémi Verschelde2019-02-221-1/+0
* Implement a cleaner (and better) way to save imagedata from ImageTexture, fix...Juan Linietsky2019-02-211-2/+26
* Scene: Ensure classes match their header filenameRémi Verschelde2019-02-121-0/+1756