index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #15489 from willnationsdev/gdnative-hook
Max Hilbrunner
2018-05-26
1
-0
/
+10
|
\
|
*
Add EditorPlugin.build() build callbacks
Will Nations
2018-01-08
1
-0
/
+10
*
|
Moved inspector functionality from EditorNode to InspectorDock.
Daniel J. Ramirez
2018-05-17
1
-2
/
+2
*
|
-Ability to open resources in the same window
Juan Linietsky
2018-05-17
1
-2
/
+12
*
|
Merge pull request #15640 from willnationsdev/resource-saved-signal
Max Hilbrunner
2018-05-07
1
-0
/
+5
|
\
\
|
*
|
Added EditorPlugin 'resource_saved' signal
Will Nations
2018-01-31
1
-0
/
+5
|
|
/
*
|
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-04-22
1
-1
/
+1
*
|
Merge pull request #17576 from Mr-Slurpy/master
Rémi Verschelde
2018-03-23
1
-8
/
+5
|
\
\
|
*
|
Added tool menu functions in EditorPlugin
Mr-Slurpy
2018-03-17
1
-8
/
+5
*
|
|
Enable EditorPlugin to add/remove autoloads
Will Nations
2018-02-14
1
-0
/
+11
|
/
/
*
|
Add a function to remove controls from containers
George Marques
2018-02-13
1
-0
/
+48
*
|
Add interface for plugins to enable/disable other plugins
George Marques
2018-01-30
1
-0
/
+11
|
/
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
forward_canvas_gui_input only takes one parameter
Tim Schellenberg
2018-01-04
1
-1
/
+1
*
Merge pull request #14882 from willnationsdev/add-select-file
Rémi Verschelde
2018-01-04
1
-0
/
+10
|
\
|
*
Plugins can select files in FileSystem Dock
Will Nations
2017-12-20
1
-0
/
+10
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
|
/
*
Defer the scan filesystem call when adding import plugins
George Marques
2017-12-09
1
-3
/
+2
*
Exposed EditorSceneImporter to script. Added APIs to use intermediate convert...
Juan Linietsky
2017-12-07
1
-0
/
+11
*
Add method to set main screen plugin icon
Waldson Patrício
2017-12-06
1
-0
/
+9
*
Universalize draw-over API for EditorPlugins
Pedro J. Estébanez
2017-11-24
1
-7
/
+39
*
Merge pull request #12982 from tagcup/aabb_rename
Rémi Verschelde
2017-11-17
1
-2
/
+2
|
\
|
*
Rename Rect3 to AABB.
Ferenc Arn
2017-11-17
1
-2
/
+2
*
|
Make resources edited by plugins be sent as reference
George Marques
2017-11-17
1
-1
/
+5
|
/
*
Reworked how servers preallocate RIDs, should fix #10970
Juan Linietsky
2017-11-09
1
-2
/
+2
*
Bind unbound enums, rearrange some by value
Poommetee Ketson
2017-10-22
1
-0
/
+1
*
Fixes snapping and replaces the _draw_canvas by forward_canvas_draw
Gilles Roudiere
2017-10-18
1
-4
/
+4
*
Fix argument names in method bindings.
Andreas Haas
2017-10-11
1
-1
/
+1
*
Prevent a possible crash when exporting to MeshLibrary
Marcelo Fernandez
2017-09-28
1
-1
/
+3
*
Re-Added export plugins with a more interesting API, as well as the ability t...
Juan Linietsky
2017-09-14
1
-0
/
+10
*
Merge pull request #10745 from neikeq/fix-docdata-and-stuff
Juan Linietsky
2017-08-29
1
-5
/
+5
|
\
|
*
DocData and type hints fixes
Ignacio Etcheverry
2017-08-29
1
-5
/
+5
*
|
-Some fixes to code completion.
Juan Linietsky
2017-08-28
1
-0
/
+112
|
/
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
-Split EditorPlugin into EditorPlugin and EditorInterface
Juan Linietsky
2017-08-26
1
-88
/
+122
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-1
/
+1
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-16
/
+16
*
EditorPlugin: Renames virtual method hiding inherited method
Ignacio Etcheverry
2017-08-16
1
-3
/
+3
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-20
/
+20
*
EditorPlugin methods and signals rename
Jakub Grzesik
2017-07-20
1
-2
/
+2
*
Merge pull request #9703 from Noshyaar/docs
Rémi Verschelde
2017-07-19
1
-3
/
+3
|
\
|
*
Add object type hint for docs
Poommetee Ketson
2017-07-19
1
-3
/
+3
*
|
Make available more informations about editor for Tool Plugins
Jakub Grzesik
2017-07-18
1
-0
/
+49
|
/
*
EditorPlugin ability to open and reload scns from filepath
Jakub Grzesik
2017-07-11
1
-0
/
+20
*
Fix filesystem update for import plugins
George Marques
2017-06-27
1
-2
/
+2
*
EditorPlugin can request user inputs from editor 3d view
Unknown
2017-06-12
1
-0
/
+8
*
Added EditorPlugin.remove_import_plugin()
Zher Huei Lee
2017-06-11
1
-0
/
+6
*
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
1
-4
/
+4
*
Bring back EditorImportPlugin
Andreas Haas
2017-05-12
1
-1
/
+6
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
[next]