index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
editor_data.h
Age
Commit message (
Expand
)
Author
2022-11-16
Remove more instances of 'instance' being used as a verb
VolTer
2022-09-05
Improve handling of custom types
kobewi
2022-08-22
Replace Array return types with TypedArray
kobewi
2022-08-22
Add per-scene UndoRedo
kobewi
2022-05-20
Add a new HashSet template
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-03-30
Cleanup EditorNode and EditorData
Hendrik Brucker
2022-03-12
Initialize bools in the headers in editor
Aaron Franke
2022-02-15
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-08
Merge pull request #43015 from Xrayez/refactor-auto-instaprop
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-28
Refactor auto-instantiation of `Object` properties in editor
Andrii Doroshenko (Xrayez)
2021-10-21
Remove unimplemented methods
Marcel Admiraal
2021-09-07
Implement properties arrays in the Inspector.
Gilles Roudière
2021-05-20
Fix typos with codespell
Rémi Verschelde
2021-05-04
Provide a way to hook into Inspectors UndoRedo.
Gilles Roudière
2021-03-20
Display scene file extensions in the editor only if there's ambiguity
Hugo Locurcio
2021-02-10
Merge pull request #31747 from KoBeWi/scene_stalking
Rémi Verschelde
2021-02-09
Detect external modification of project.godot
kobewi
2021-01-29
Merge pull request #43222 from KoBeWi/sub_editor_oblivion
Rémi Verschelde
2021-01-16
Detect external modification of scenes
Tomasz Chabora
2021-01-06
Fix cases of resources destroyed too early
Pedro J. Estébanez
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-09
Cleanup unused engine code
Tomasz Chabora
2020-12-02
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-30
Remove unused get_subeditor() method
Tomasz Chabora
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-21
Add proper type to most public API uses of Array
Juan Linietsky
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-02-11
Texture refactor
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-07
Merge pull request #33343 from KoBeWi/scene_tree_dusting
Rémi Verschelde
2019-11-06
Node create dialog filtering optimization
PouleyKetchoupp
2019-11-04
Another scene tree dock menu cleanup
Tomasz Chabora
2019-08-15
Allow to create scene from FileSystem dock
Tomasz Chabora
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-14
Refactor editor icon retrieval
willnationsdev
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-14
Add custom icons to script classes.
Will Nations
2018-07-25
Add script hierarchies,add-script btn auto-derives
Will Nations
2018-06-18
-Added AnimationGraphPlayer (still missing features)
Juan Linietsky
2018-05-26
Merge pull request #15489 from willnationsdev/gdnative-hook
Max Hilbrunner
2018-05-08
Merge pull request #15928 from StateOff/feature_batch_rename
Rémi Verschelde
2018-05-07
Merge pull request #15640 from willnationsdev/resource-saved-signal
Max Hilbrunner
2018-02-25
Now the inspector will show the custom resources added via plugin
MrCdK
[next]