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
*
Allow GDExtensions to add editor plugins
David Snopek
2023-05-25
1
-0
/
+18
*
Improve editor state persistence
Hendrik Brucker
2023-05-11
1
-4
/
+4
*
Merge pull request #75864 from KoBeWi/assassin_of_shaders
Max Hilbrunner
2023-05-05
1
-1
/
+1
|
\
|
*
Close built-in shaders when closing scene
kobewi
2023-04-09
1
-1
/
+1
*
|
Extract editor run toolbar into its own component
Yuri Sizov
2023-04-19
1
-0
/
+10
*
|
Fix cleaning up inspector and history when deleting multiple nodes at once.
SaracenOne
2023-04-18
1
-16
/
+40
|
/
*
Improve editor state initialization
kobewi
2023-04-03
1
-0
/
+7
*
Add support for icons in GDExtension classes
Yuri Sizov
2023-03-31
1
-0
/
+12
*
Make icons of scripted and custom classes fit the editor UI
Yuri Sizov
2023-03-31
1
-10
/
+8
*
Streamline class icon resolution in the editor
Yuri Sizov
2023-03-31
1
-2
/
+53
*
Cleanup unused engine code v2
kobewi
2023-01-19
1
-18
/
+0
*
Move global script class cache to separate file
kobewi
2023-01-16
1
-14
/
+23
*
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-7
/
+7
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix resource picker regression
rune-scape
2022-12-18
1
-2
/
+3
*
GDScript: Avoid using `get_global_class_native_base`
rune-scape
2022-11-27
1
-5
/
+5
*
Remove more instances of 'instance' being used as a verb
VolTer
2022-11-16
1
-1
/
+1
*
Unify usage of undo_redo in editor
kobewi
2022-11-02
1
-2
/
+0
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-2
/
+2
*
Merge pull request #58617 from KoBeWi/custom_something
Rémi Verschelde
2022-09-07
1
-0
/
+26
|
\
|
*
Improve handling of custom types
kobewi
2022-09-05
1
-0
/
+26
*
|
Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT
Micky
2022-09-06
1
-1
/
+1
|
/
*
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-2
/
+2
*
Add per-scene UndoRedo
kobewi
2022-08-22
1
-25
/
+53
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-1
/
+1
*
Fix heap-use-after-free when closing a scene with its builtin script open
Haoyu Qiu
2022-07-06
1
-0
/
+1
*
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
[next]