summaryrefslogtreecommitdiff
path: root/tools/editor/editor_data.cpp
AgeCommit message (Collapse)Author
2016-05-03Modified editor strings to be translatable in the futureJuan Linietsky
2016-04-02Enables the possibility of editing on multiple plugins at same time on same ↵hodes
object type.
2016-03-09remove trailing whitespaceHubert Jarosz
2016-02-27Completed 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-27First attempt at making a more useful EditorPlugin API. Still undocumented, ↵Juan Linietsky
but feedback welcome!
2016-01-23-Fixed revert scene, should work proprely now, fixes #2782Juan Linietsky
2016-01-14-Make sure scenes properly update when switching tabs, even if sub-instances ↵Juan Linietsky
changed. Fixes #3201
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-13-scenes are properly reloaded when a dependency changes, fixes #2896Juan Linietsky
(it's clevery done so local changes to scenes are kept even if unsaved)
2015-12-09-ability to change scripts in external editor and still have properties ↵Juan Linietsky
reloaded in godot UI, fixes #3003
2015-09-01-removed resources dock, good bye old friendJuan Linietsky
2015-08-29-added hints to sprite v/hframes, fixes truncation problemJuan Linietsky
-removed an error being printed often unnecesarly about missing child
2015-08-25Multiple, simultaneous node editing spuport!!Juan Linietsky
..but will you be brave enough to try it? :)
2015-08-02Live edit WORK IN PROGRESSJuan Linietsky
1) press the heart while the game is running 2) select a scene to live edit from the opened scenes 3) edit/add/remove nodes or resources, change their properties, etc. 4) watch changes reflected in running game, in all places this scene is edited 5) It's not perfect obviously, but the aim of it is to try to reflect your changes as best as possible in the running game.
2015-07-26QOL, script buttons in scene tabsJuan Linietsky
2015-07-24-added icons for root node types on tabsJuan Linietsky
2015-06-22Multiple 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-18Updated copyright year in all headersJuan Linietsky
2014-11-05SceneMainLoop -> SceneTreeJuan Linietsky
-=-=-=-=-=-=-=-=-=-=-=-=-=- *YOUR SOURCE MIGHT NOT WORK* For mor information on fix: https://github.com/okamstudio/godot/wiki/devel_scene_tree Other stuff: -Shower of bullets demo -Fixes all around
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky