summaryrefslogtreecommitdiffstats
path: root/editor/editor_folding.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-5/+5
* Move editor paths into the EditorPaths classAaron Franke2022-07-291-7/+8
* Remake resource thread safety and APIreduz2022-06-221-4/+1
* Add a new HashSet templatereduz2022-05-201-6/+6
* Use range iterators for RBSet in most casesAaron Record2022-05-191-4/+4
* Replace most uses of Map by HashMapreduz2022-05-161-8/+8
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-11/+11
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-1/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-4/+4
* Remove or make verbose some debugging printsHugo Locurcio2021-12-051-4/+0
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-18/+18
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-4/+4
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Improve resource load cachereduz2021-02-111-6/+10
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-12/+0
* Fix EditorFolding crash when switching scenesThakee Nathees2020-03-051-0/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-11/+11
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-3/+0
* Prevent crash when scene has path, but no fileTomasz Chabora2019-11-121-0/+4
* Style: Fix issues with clang-format 8.0Rémi Verschelde2019-05-201-3/+3
* No more metadata and dependency indices kept in resources saved.Juan Linietsky2019-04-111-3/+20
* EditorFolding ignores hidden properties for folded resources (fixes #26663)PouleyKetchoupp2019-04-101-8/+10
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-7/+7
* Add check in folding to see if the nodepath exists to avoid message spam.K. S. Ernest (iFire) Lee2019-01-301-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix missing/malformed license headersRémi Verschelde2019-01-011-0/+30
* Fix style issues and signature mismatchRémi Verschelde2018-11-281-17/+15
* Rewrite code for unfolding and make it automatic on scene load, which works b...Juan Linietsky2018-11-251-0/+85
* Properly reset canvas state after drawing, fixes #18860Juan Linietsky2018-11-181-1/+1
* Remove "save folding for:" message when savingMichael Alexsander Silva Dias2018-10-301-1/+0
* Automatically unfold sections of properties that someone else edited (no loca...Juan Linietsky2018-10-291-0/+8
* Moved folding outside the resource files, now saved outside the project.Juan Linietsky2018-10-291-0/+168