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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
1
-3
/
+3
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-5
/
+3
*
Merge pull request #43015 from Xrayez/refactor-auto-instaprop
Rémi Verschelde
2022-02-08
1
-0
/
+2
|
\
|
*
Refactor auto-instantiation of `Object` properties in editor
Andrii Doroshenko (Xrayez)
2021-12-28
1
-0
/
+2
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Remove unimplemented methods
Marcel Admiraal
2021-10-21
1
-2
/
+0
*
Implement properties arrays in the Inspector.
Gilles Roudière
2021-09-07
1
-1
/
+6
*
Fix typos with codespell
Rémi Verschelde
2021-05-20
1
-1
/
+1
*
Provide a way to hook into Inspectors UndoRedo.
Gilles Roudière
2021-05-04
1
-0
/
+4
*
Display scene file extensions in the editor only if there's ambiguity
Hugo Locurcio
2021-03-20
1
-1
/
+1
*
Merge pull request #31747 from KoBeWi/scene_stalking
Rémi Verschelde
2021-02-10
1
-0
/
+3
|
\
|
*
Detect external modification of project.godot
kobewi
2021-02-09
1
-1
/
+1
|
*
Detect external modification of scenes
Tomasz Chabora
2021-01-16
1
-0
/
+3
*
|
Merge pull request #43222 from KoBeWi/sub_editor_oblivion
Rémi Verschelde
2021-01-29
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove unused get_subeditor() method
Tomasz Chabora
2020-10-30
1
-1
/
+0
*
|
Fix cases of resources destroyed too early
Pedro J. Estébanez
2021-01-06
1
-2
/
+2
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
|
Cleanup unused engine code
Tomasz Chabora
2020-12-09
1
-1
/
+0
*
|
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-12-02
1
-5
/
+5
*
|
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-1
/
+0
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-3
/
+3
|
/
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-1
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-8
/
+0
*
Add proper type to most public API uses of Array
Juan Linietsky
2020-04-21
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-2
/
+2
*
Texture refactor
Juan Linietsky
2020-02-11
1
-2
/
+2
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Merge pull request #33343 from KoBeWi/scene_tree_dusting
Rémi Verschelde
2019-11-07
1
-0
/
+1
|
\
|
*
Another scene tree dock menu cleanup
Tomasz Chabora
2019-11-04
1
-0
/
+1
*
|
Node create dialog filtering optimization
PouleyKetchoupp
2019-11-06
1
-0
/
+2
|
/
*
Allow to create scene from FileSystem dock
Tomasz Chabora
2019-08-15
1
-0
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Refactor editor icon retrieval
willnationsdev
2018-09-14
1
-3
/
+8
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-3
/
+3
*
Add custom icons to script classes.
Will Nations
2018-08-14
1
-0
/
+8
*
Add script hierarchies,add-script btn auto-derives
Will Nations
2018-07-25
1
-0
/
+3
*
-Added AnimationGraphPlayer (still missing features)
Juan Linietsky
2018-06-18
1
-1
/
+5
*
Merge pull request #15489 from willnationsdev/gdnative-hook
Max Hilbrunner
2018-05-26
1
-0
/
+1
|
\
|
*
Add EditorPlugin.build() build callbacks
Will Nations
2018-01-08
1
-0
/
+1
*
|
Merge pull request #15928 from StateOff/feature_batch_rename
Rémi Verschelde
2018-05-08
1
-1
/
+1
|
\
\
|
*
|
Implements "Batch Rename" editor tool.
Blazej Floch
2018-01-22
1
-1
/
+1
|
|
/
*
|
Merge pull request #15640 from willnationsdev/resource-saved-signal
Max Hilbrunner
2018-05-07
1
-0
/
+1
|
\
\
|
*
|
Added EditorPlugin 'resource_saved' signal
Will Nations
2018-01-31
1
-0
/
+1
|
|
/
*
/
Now the inspector will show the custom resources added via plugin
MrCdK
2018-02-25
1
-0
/
+1
|
/
*
Fixes #15416 - "The deleted nodes are hanging in the inspector."
Blazej Floch
2018-01-08
1
-2
/
+2
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Merge pull request #14802 from volzhs/selection-changed
Rémi Verschelde
2018-01-04
1
-1
/
+3
|
\
|
*
Fix "selection_changed" called twice
volzhs
2017-12-18
1
-1
/
+3
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
[next]