index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
editor_folding.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-1
/
+1
|
\
|
*
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
1
-1
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Fix for folding "Editable Children" nodes in Scene tree not being saved
Yahkub-R
2024-07-29
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-5
/
+5
*
Move editor paths into the EditorPaths class
Aaron Franke
2022-07-29
1
-7
/
+8
*
Remake resource thread safety and API
reduz
2022-06-22
1
-4
/
+1
*
Add a new HashSet template
reduz
2022-05-20
1
-6
/
+6
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-4
/
+4
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-8
/
+8
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-11
/
+11
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-1
/
+1
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-2
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-4
/
+4
*
Remove or make verbose some debugging prints
Hugo Locurcio
2021-12-05
1
-4
/
+0
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-2
/
+2
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-18
/
+18
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-4
/
+4
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Improve resource load cache
reduz
2021-02-11
1
-6
/
+10
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-07-03
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-1
/
+2
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-12
/
+0
*
Fix EditorFolding crash when switching scenes
Thakee Nathees
2020-03-05
1
-0
/
+2
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-11
/
+11
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
1
-3
/
+0
*
Prevent crash when scene has path, but no file
Tomasz Chabora
2019-11-12
1
-0
/
+4
*
Style: Fix issues with clang-format 8.0
Rémi Verschelde
2019-05-20
1
-3
/
+3
*
No more metadata and dependency indices kept in resources saved.
Juan Linietsky
2019-04-11
1
-3
/
+20
*
EditorFolding ignores hidden properties for folded resources (fixes #26663)
PouleyKetchoupp
2019-04-10
1
-8
/
+10
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-7
/
+7
*
Add check in folding to see if the nodepath exists to avoid message spam.
K. S. Ernest (iFire) Lee
2019-01-30
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix missing/malformed license headers
Rémi Verschelde
2019-01-01
1
-0
/
+30
*
Fix style issues and signature mismatch
Rémi Verschelde
2018-11-28
1
-17
/
+15
*
Rewrite code for unfolding and make it automatic on scene load, which works b...
Juan Linietsky
2018-11-25
1
-0
/
+85
*
Properly reset canvas state after drawing, fixes #18860
Juan Linietsky
2018-11-18
1
-1
/
+1
*
Remove "save folding for:" message when saving
Michael Alexsander Silva Dias
2018-10-30
1
-1
/
+0
*
Automatically unfold sections of properties that someone else edited (no loca...
Juan Linietsky
2018-10-29
1
-0
/
+8
*
Moved folding outside the resource files, now saved outside the project.
Juan Linietsky
2018-10-29
1
-0
/
+168