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
...
*
|
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
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-2
/
+2
*
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-15
1
-2
/
+2
*
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
Juan Linietsky
2020-02-12
1
-7
/
+7
*
Texture refactor
Juan Linietsky
2020-02-11
1
-1
/
+1
*
Don't copy script with copy params
volzhs
2020-01-09
1
-1
/
+1
*
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
-1
/
+1
*
Multi-selection restored properly after switching scenes
PouleyKetchoupp
2019-11-10
1
-1
/
+1
*
Merge pull request #33343 from KoBeWi/scene_tree_dusting
Rémi Verschelde
2019-11-07
1
-0
/
+10
|
\
|
*
Another scene tree dock menu cleanup
Tomasz Chabora
2019-11-04
1
-0
/
+10
*
|
Node create dialog filtering optimization
PouleyKetchoupp
2019-11-06
1
-8
/
+12
|
/
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
Allow to create scene from FileSystem dock
Tomasz Chabora
2019-08-15
1
-3
/
+18
*
Make custom types more subtle and more useful
Bojidar Marinov
2019-07-19
1
-3
/
+0
*
Fix moving and renaming files
Hein-Pieter van Braam-Stewart
2019-06-04
1
-0
/
+1
*
Allow class_name scripts to have nested inheritance
George Marques
2019-03-09
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Merge pull request #23060 from willnationsdev/inherit-non-class-script
Rémi Verschelde
2018-11-26
1
-0
/
+5
|
\
|
*
Fix Script -> Script Class not in CreateDialog
Will Nations
2018-10-16
1
-0
/
+5
*
|
Check if setting exists to prevent warning
DrNochi
2018-11-16
1
-8
/
+10
|
/
*
Refactor editor icon retrieval
willnationsdev
2018-09-14
1
-9
/
+36
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-4
/
+4
*
Add custom icons to script classes.
Will Nations
2018-08-14
1
-0
/
+45
*
Merge pull request #20233 from willnationsdev/gsc-editor
Juan Linietsky
2018-07-26
1
-0
/
+35
|
\
|
*
Add script hierarchies,add-script btn auto-derives
Will Nations
2018-07-25
1
-0
/
+35
*
|
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-14
/
+14
|
/
*
-Added AnimationGraphPlayer (still missing features)
Juan Linietsky
2018-06-18
1
-1
/
+22
*
Merge pull request #15489 from willnationsdev/gdnative-hook
Max Hilbrunner
2018-05-26
1
-0
/
+12
|
\
|
*
Add EditorPlugin.build() build callbacks
Will Nations
2018-01-08
1
-0
/
+12
*
|
Merge pull request #15928 from StateOff/feature_batch_rename
Rémi Verschelde
2018-05-08
1
-2
/
+2
|
\
\
|
*
|
Implements "Batch Rename" editor tool.
Blazej Floch
2018-01-22
1
-2
/
+2
*
|
|
Merge pull request #15640 from willnationsdev/resource-saved-signal
Max Hilbrunner
2018-05-07
1
-0
/
+8
|
\
\
\
|
*
|
|
Added EditorPlugin 'resource_saved' signal
Will Nations
2018-01-31
1
-0
/
+8
|
|
|
/
|
|
/
|
*
|
|
hide tab changed debug print
Alexander Holland
2018-04-30
1
-2
/
+0
[prev]
[next]