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_plugin.h
Age
Commit message (
Expand
)
Author
2023-01-19
Merge pull request #44596 from KoBeWi/🧹🧹🧹
Rémi Verschelde
2023-01-19
Merge pull request #71443 from TechnoPorg/fix-resource-conversion-plugins
Rémi Verschelde
2023-01-19
Cleanup unused engine code v2
kobewi
2023-01-16
Add EditorUndoRedoManager singleton
kobewi
2023-01-14
Make EditorResourceConversionPlugin usable.
TechnoPorg
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-11-18
Move editor class and plugin registrations to a dedicated file
trollodel
2022-11-14
Add EditorInterface.get_selected_paths()
cespeute
2022-11-14
[Editor] Better expose EditorDebuggerPlugin.
Fabio Alessandrelli
2022-11-11
Use forward-declarations in EditorPlugin where possible
trollodel
2022-11-02
Unify usage of undo_redo in editor
kobewi
2022-10-31
Merge pull request #62416 from Calinou/movie-maker-request-attention-on-finish
Rémi Verschelde
2022-10-04
Rename remaining "Spatial" in Plugins to "Node3D"
Micky
2022-09-10
Merge pull request #64465 from TokageItLab/bind-after-gui-input
Rémi Verschelde
2022-09-08
bind AfterGUIInput
Silc Renew
2022-09-07
Rename EditorInterface.get_editor_main_control to get_editor_main_screen
Yuri Sizov
2022-09-01
Change Array arguments to TypedArray
kobewi
2022-08-22
Replace Array return types with TypedArray
kobewi
2022-08-22
Merge pull request #59564 from KoBeWi/FINALLY,_ULTIMATE_UNDO_REDO
Rémi Verschelde
2022-08-22
Add per-scene UndoRedo
kobewi
2022-08-18
Add a method for restarting the editor to EditorInterface
Aaron Franke
2022-08-13
Rename EditorPlugin.`*_PROPERTY_EDITOR_*` to `*_INSPECTOR_*`
Micky
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-06-26
Request attention on the editor window when done recording a movie
Hugo Locurcio
2022-04-12
move gltf export under scene menu
Priyansh Rathi
2022-02-14
Remove the EditorNode parameter from EditorPlugins create methods
trollodel
2022-02-07
ResourceImporter: Restore default append logic for new importers
Rémi Verschelde
2022-01-28
Improve some method bindings to use specific `Object` subtypes
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-08
Expose `ScriptEditor::edit` to scripting
Raul Santos
2021-10-15
Add scene Post-Import Plugin support.
reduz
2021-10-07
Implemented SkeletonEditorGizmo
Silc Renew
2021-08-22
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-09
Added EditorCommandPalette
Bhuvan Vemula
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-05-31
Implement shader caching
reduz
2021-05-04
Provide a way to hook into Inspectors UndoRedo.
Gilles Roudière
2021-04-12
Expose edit_node() for editor plugins
kobewi
2021-04-05
Expose editor scale to the plugin API
Yuri Sizov
2021-02-13
Fix editor always redrawing
reduz
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-19
Rename EditorInterface get_editor_viewport to get_editor_main_control
Marcel Admiraal
2020-12-16
Make tool menu plugins use Callables for callback
kobewi
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-18
Refactor MethodBind to use variadic templates
reduz
2020-09-23
Added inspector_only option to inspect_object in EditorInterface.
andriyDev
2020-08-26
Added debugger plugin support
simpu
2020-07-06
Expose methods to play scene from plugin code
Yuri Sizov
2020-07-02
Add translation parser plugin support
SkyJJ
2020-06-19
Remove ToolButton in favor of Button
Hugo Locurcio
[next]