summaryrefslogtreecommitdiff
path: root/editor/editor_folding.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-07-29Move editor paths into the EditorPaths classAaron Franke
2022-06-22Remake resource thread safety and APIreduz
2022-05-20Add a new HashSet templatereduz
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-05Remove or make verbose some debugging printsHugo Locurcio
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-02-11Improve resource load cachereduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
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-03-05Fix EditorFolding crash when switching scenesThakee Nathees
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-11-12Prevent crash when scene has path, but no fileTomasz Chabora
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-10EditorFolding ignores hidden properties for folded resources (fixes #26663)PouleyKetchoupp
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-30Add check in folding to see if the nodepath exists to avoid message spam.K. S. Ernest (iFire) Lee
2019-01-01Update copyright statements to 2019Rémi Verschelde
2019-01-01Fix missing/malformed license headersRémi Verschelde
2018-11-28Fix style issues and signature mismatchRémi Verschelde
2018-11-25Rewrite code for unfolding and make it automatic on scene load, which works b...Juan Linietsky
2018-11-18Properly reset canvas state after drawing, fixes #18860Juan Linietsky
2018-10-30Remove "save folding for:" message when savingMichael Alexsander Silva Dias
2018-10-29Automatically unfold sections of properties that someone else edited (no loca...Juan Linietsky
2018-10-29Moved folding outside the resource files, now saved outside the project.Juan Linietsky