summaryrefslogtreecommitdiff
path: root/scene/resources/resource_format_text.cpp
AgeCommit message (Expand)Author
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-02-11Improve resource load cachereduz
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-09Static analyzer fixes:bruvzg
2020-11-27Merge pull request #39056 from rileylyman/tscn_newlinesRémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-29Improve appearance of [connection] and [editable] sections in .tscn filesDanil Alexeev
2020-08-16Update ResourceLoaderText::load to not update progress if resources are 0jjjlalonde@gmail.com
2020-05-25skip extra newline in .tscn when renaming dependencyrileylyman
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-20Exposed RenderingDevice to script APIJuan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-02Fixes bugs found by Sonarcloud and Coverityqarmin
2020-02-28Properly handle EOF when parsing text resourceJuan Linietsky
2020-02-28Removed interactive loader, added proper thread loading.Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-11GIProbes working.Juan Linietsky
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-20Encodes property names properly in project.godotHaoyu Qiu
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-07Preserve group order in scene fileslupoDharkael
2019-08-09Remove ERR_EXPLAIN from scene/* codeTomasz Chabora
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-07Removed a pair of empty bracesunknown
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-20Merge pull request #29283 from qarmin/fix_some_always_same_valuesRémi Verschelde
2019-06-20Fix always true/false valuesqarmin
2019-06-03Escape node names when saving to .tscnBojidar Marinov
2019-05-20Style: Fix issues with clang-format 8.0Rémi Verschelde
2019-04-11No more metadata and dependency indices kept in resources saved.Juan Linietsky
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-03-01Remove extraneous line breaks from text resourcesPaul Trojahn
2019-02-27Fix GCC 5 build after #26331 and cleanup styleRémi Verschelde
2019-02-24Prevent circular references to scene being saved, fixes #24384Juan Linietsky
2019-02-22Fix code style issuesRémi Verschelde
2019-02-21Implement a cleaner (and better) way to save imagedata from ImageTexture, fix...Juan Linietsky
2019-02-12Scene: Ensure classes match their header filenameRémi Verschelde