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_data.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new HashSet template
reduz
2022-05-20
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-9
/
+9
*
Add a new HashMap implementation
reduz
2022-05-12
1
-6
/
+3
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-1
/
+1
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+1
*
Cleanup EditorNode and EditorData
Hendrik Brucker
2022-03-30
1
-142
/
+101
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
1
-3
/
+0
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-5
/
+0
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-2
/
+2
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-2
/
+2
*
Merge pull request #43015 from Xrayez/refactor-auto-instaprop
Rémi Verschelde
2022-02-08
1
-0
/
+15
|
\
|
*
Refactor auto-instantiation of `Object` properties in editor
Andrii Doroshenko (Xrayez)
2021-12-28
1
-0
/
+15
*
|
Use ScriptServer::get_global_class_base instead of script_class_get_base in s...
Jason Knight
2022-02-07
1
-12
/
+3
*
|
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
-9
/
+9
*
Fix a crash in editor's script parent class check
Yuri Sizov
2021-11-30
1
-1
/
+6
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-4
/
+4
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-7
/
+7
*
Rename Node's `filename` property to `scene_file_path` for clarity
Hugo Locurcio
2021-09-30
1
-16
/
+16
*
Close built-in script from any scene
kobewi
2021-09-07
1
-0
/
+4
*
Implement properties arrays in the Inspector.
Gilles Roudière
2021-09-07
1
-0
/
+15
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-6
/
+6
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-19
/
+19
*
Optimize StringName usage
reduz
2021-07-18
1
-4
/
+4
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-4
/
+4
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-1
/
+1
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-2
/
+2
*
Provide a way to hook into Inspectors UndoRedo.
Gilles Roudière
2021-05-04
1
-0
/
+12
*
Display scene file extensions in the editor only if there's ambiguity
Hugo Locurcio
2021-03-20
1
-6
/
+22
*
Don't save project settings when not necessary
kobewi
2021-02-13
1
-0
/
+8
*
Merge pull request #31747 from KoBeWi/scene_stalking
Rémi Verschelde
2021-02-10
1
-0
/
+20
|
\
|
*
Detect external modification of scenes
Tomasz Chabora
2021-01-16
1
-0
/
+20
*
|
Merge pull request #43222 from KoBeWi/sub_editor_oblivion
Rémi Verschelde
2021-01-29
1
-10
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove unused get_subeditor() method
Tomasz Chabora
2020-10-30
1
-10
/
+0
*
|
Fix cases of resources destroyed too early
Pedro J. Estébanez
2021-01-06
1
-11
/
+12
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-5
/
+5
*
|
Cleanup unused engine code
Tomasz Chabora
2020-12-09
1
-5
/
+0
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
|
/
*
Check for global script class information before clearing it
Aaron Franke
2020-10-05
1
-1
/
+3
*
Don't write global script class information if there is none
Aaron Franke
2020-10-03
1
-1
/
+5
*
Iterate backwards over EditorPlugin's list of plugins in get_editor etc
Aaron Franke
2020-08-27
1
-4
/
+6
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-58
/
+108
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+12
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-103
/
+0
*
Add proper type to most public API uses of Array
Juan Linietsky
2020-04-21
1
-2
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-12
/
+12
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Implement undo-redo feature for Parameter Paste in the Inspector
simpuid
2020-02-29
1
-2
/
+6
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-3
/
+2
[next]