summaryrefslogtreecommitdiff
path: root/tools/editor
AgeCommit message (Collapse)Author
2014-02-23Instance button of SceneDock now workingmarynate
2014-02-22-added kinematic bodyJuan Linietsky
-added kinematic body demos
2014-02-20Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2014-02-20-run script in editorJuan Linietsky
-add search docs dialog that returns places string was found -added flash
2014-02-20Merge pull request #109 from vinzenz/project-exportokamstudio
tools/editor/project_export: tree_vb already has a parent
2014-02-19Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2014-02-19-improved physics ccdJuan Linietsky
-html5 exporter works again -disable repeat on image loader by default -can change shape offset en tileset, texture offset was broken
2014-02-18Merge pull request #111 from vinzenz/obsolete-editor-plugin-removalreduz
Removal of obsolete editor plugins Fixes #64
2014-02-18Able to open project manager inside editor (Scene->Project Manager)marynate
Remove unnecessary include of project_manager.h
2014-02-17Removal of obsolete editor plugins Fixes #64Vinzenz Feenstra
Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
2014-02-17tools/editor/project_export: tree_vb already has a parentVinzenz Feenstra
Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
2014-02-16Fixed #93 Build error with latest commitmarynate
2014-02-15-project settings are saved when changedJuan Linietsky
-load() was in the GDScript docs but missing in the scripting-different music for platformer 2D and 3D -fix how documentation is generated, built in doc browser should be always up to date -copypaste, scrolling, etc in builtin doc -built-in scripts get saved now (though debugger may not always work on them) -Theme can be set to controls as a property
2014-02-15-fixed bug in Button now exporting font propertyJuan Linietsky
-made GUI Theme editor usable -editor does not allow to export or create .pck in the same path as a project -changed .pck format (lacked support for versioning so couldn't change it), previous was causing crashes and is now incompatible, just re-export. -will not look for .pck files recursively, was causing unexpected behaviors -fixed execution of Godot in paths with non unicode characters in Windows, OSX and Linux.
2014-02-14Merge pull request #23 from thetron/masterreduz
Fixed typo in undefined main_scene alert
2014-02-13Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2014-02-13-fixed export templates not loading/exporting on WindowsJuan Linietsky
-fixed TouchScreenButton with stretch2d -fixed(?) OSX crash on startup (test!!) -compilation fixes on windows -CollisionPolygon editor works again -find buttons en find dialog -TileMap editor cleanup (removed "error", made nicer) -viewport flicker fixed -make .scn default extension for saving scenes -export the rest of the network classes to gdscript
2014-02-11Fixed typo in undefined main_scene alertNicholas Bruning
2014-02-10Fix typo in font import plugin.Frederik De Bleser
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky