Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-18 | Merge pull request #6525 from vnen/plugin-bottom-show-hide | Rémi Verschelde | |
Expose bottom panel show/hide for plugins | |||
2016-09-17 | Expose bottom panel show/hide for plugins | George Marques | |
2016-09-16 | Add a function to plugin get the main screen parent | George Marques | |
- Fix a bug where the main screen button did not disappear when the plugin was deactivated. | |||
2016-09-10 | -Added bindings to the resource filesystem for editor | Juan Linietsky | |
-Added set_child_rect, which was unavailable for script | |||
2016-09-10 | Made it possible to properly draw over the 2D canvas for 2D objects. ↵ | Juan Linietsky | |
Arranged some functions to achieve this. | |||
2016-09-10 | -Added way to generate resource previews from script plugin. | Juan Linietsky | |
-Updated documentation | |||
2016-09-10 | Add API for inspecting objects from EditorPlugin, as requested in one of the ↵ | Juan Linietsky | |
comments of #6254 | |||
2016-08-15 | Expose additional functions for the EditorPlugin class | Franklin Sobrinho | |
2016-07-24 | Update documentation. | MarianoGNU | |
2016-07-24 | expose bottom panel button to EditorPlugin scripts | MarianoGNU | |
2016-07-04 | Fix EditorPlugin::forward_spatial_input_event in GDScripts addons | Franklin Sobrinho | |
2016-05-23 | -Improve resource previews | Juan Linietsky | |
-Also fixed draw_texture_rect() tile parameter | |||
2016-02-28 | Adds EditorPlugin::remove_control_from_bottom_panel() | Zher Huei Lee | |
Also renames `add_control_to_bottom_dock` to `add_control_to_bottom_panel` so that it would be clear that the removal functions are different too. | |||
2016-02-27 | Completed the support for plugins! It is not possible to add plugins. | Juan Linietsky | |
Not all APIs are provided yet, please request whathever you are missing. Some example plugins are provided in demos/plugins. Just copy them to a folder in your project named addons/ and then enable them from the project settings. Have fun! | |||
2016-02-27 | First attempt at making a more useful EditorPlugin API. Still undocumented, ↵ | Juan Linietsky | |
but feedback welcome! | |||
2016-01-01 | Update copyright to 2016 in headers | George Marques | |
2015-10-04 | Fix bug in EditorPlugin::add_custom_control, fixes #2567 | Franklin Sobrinho | |
2015-06-22 | Multiple scene editing *POTENTIALLY UNSTABLE* | Juan Linietsky | |
-ability to edit multiple scenes at the same time -resource internal IDs are now persistent, this makes multiple scene editing possible but maaaaay result in file corruption bugs (tested and could not find anything but possibility exists because core code changed, report immediately if you find this). -properly save settings, layout, etc when edited -script editing is independent from scene editing now -show a yellow box when a script belongs to the scene | |||
2015-04-18 | Updated copyright year in all headers | Juan Linietsky | |
2015-01-11 | 2D shader progress | reduz | |
2014-02-09 | GODOT IS OPEN SOURCE | Juan Linietsky | |