marynate
eb294bb6ea
Disable transform operation when navigation
2014-04-01 00:49:48 +08:00
marynate
5ed527d8b8
Add maya style navigation scheme to 3d vieewport
2014-04-01 00:49:26 +08:00
Hilton Medeiros
c943167daf
Remove auto-generated doc_data_compressed.h
2014-03-27 15:28:07 -03:00
Juan Linietsky
0a717ffee2
Merge branch 'master' of https://github.com/okamstudio/godot
...
Conflicts:
modules/multiscript/register_types.cpp
platform/android/java/src/com/android/godot/GodotLib.java
2014-03-13 23:14:35 -03:00
Juan Linietsky
31ce3c5fd0
-fix bug in cache for atlas import/export
...
-fix some menus
-fixed bug in out transition curves
-detect and remove file:/// in collada
-remove multiscript for now
-remove dependencies on mouse in OS, moved to Input
-avoid fscache from screwing up (fix might make it slower, but it works)
-funcref was missing, it's there now
2014-03-13 22:57:24 -03:00
reduz
bb7f586842
Merge pull request #170 from mutantgames/master.fork
...
Solved bug to select external editor url
2014-03-12 08:56:39 -07:00
sanikoyes
87fd153215
fixed editor NodePath property
2014-03-11 13:38:30 +08:00
sasori
3ba00567c5
Solved bug to select external editor url
...
https://github.com/okamstudio/godot/issues/145
2014-03-05 18:52:57 +01:00
marynate
8fb19e5843
Auto select custom property value field when pop up, user can start typing to change value right away.
2014-02-27 22:19:30 +08:00
okamstudio
47cf3fcec6
Merge pull request #136 from marynate/PR-fix-scenedock-instance-btn
...
Instance button of SceneDock now working
2014-02-26 11:18:30 -02:00
okamstudio
a9d299f688
Merge pull request #137 from marynate/PR-expose-f-key-to-center-sel
...
Add F key to center 3d viewport to selected node
2014-02-26 11:18:06 -02:00
okamstudio
4f65f31826
Merge pull request #141 from vinzenz/texture-import-plugin-typo
...
Typo in 'Atlas Texture' import menu entry
2014-02-26 11:11:12 -02:00
Juan Linietsky
ed6d9463d2
-Added ATITC texture support
...
-Fixed bug of some tabs showing wrong names
-Exported properties for viewport
2014-02-26 10:08:17 -03:00
Juan Linietsky
b2ce682f6e
-scripts are converted to bytecode on export
...
-fix bug in doc where touchscreen events were not documented
2014-02-25 09:31:47 -03:00
Juan Linietsky
4b07eb8deb
-moved script to modules
2014-02-24 09:53:33 -03:00
Vinzenz Feenstra
af59a1b633
Typo in 'Atlas Texture' import menu entry
...
Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
2014-02-24 12:16:40 +01:00
Juan Linietsky
51609ffc04
-fixed bug importing skeletons
2014-02-23 10:35:05 -03:00
marynate
93878992de
Add F key to center 3d viewport to selected node
2014-02-23 17:17:48 +08:00
marynate
cca806143e
Instance button of SceneDock now working
2014-02-23 17:12:36 +08:00
Juan Linietsky
7ca29bfaa7
-added kinematic body
...
-added kinematic body demos
2014-02-22 20:28:19 -03:00
Juan Linietsky
b62ec387f3
Merge branch 'master' of https://github.com/okamstudio/godot
2014-02-20 23:02:47 -03:00
Juan Linietsky
f2a068984c
-run script in editor
...
-add search docs dialog that returns places string was found
-added flash
2014-02-20 23:01:44 -03:00
okamstudio
da3c7931b7
Merge pull request #109 from vinzenz/project-export
...
tools/editor/project_export: tree_vb already has a parent
2014-02-20 23:54:24 -02:00
Juan Linietsky
51c55b237b
wtf
2014-02-19 18:09:52 -03:00
Juan Linietsky
449bc14fb4
Merge branch 'master' of https://github.com/okamstudio/godot
2014-02-19 12:01:31 -03:00
Juan Linietsky
d7d65fa2f2
-improved physics ccd
...
-html5 exporter works again
-disable repeat on image loader by default
-can change shape offset en tileset, texture offset was broken
2014-02-19 11:57:14 -03:00
reduz
2bfbf89781
Merge pull request #111 from vinzenz/obsolete-editor-plugin-removal
...
Removal of obsolete editor plugins Fixes #64
2014-02-18 18:18:11 -02:00
marynate
3550a18fa2
Able to open project manager inside editor (Scene->Project Manager)
...
Remove unnecessary include of project_manager.h
2014-02-18 13:09:31 +08:00
Vinzenz Feenstra
dba66e0286
Removal of obsolete editor plugins Fixes #64
...
Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
2014-02-17 22:44:05 +01:00
Vinzenz Feenstra
518722438f
tools/editor/project_export: tree_vb already has a parent
...
Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
2014-02-17 20:49:48 +01:00
marynate
408aeeafee
Fixed #93 Build error with latest commit
2014-02-16 15:54:09 +08:00
Juan Linietsky
8c1731b679
-project settings are saved when changed
...
-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 21:16:33 -03:00
Juan Linietsky
9afdb3e0ad
-fixed bug in Button now exporting font property
...
-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-15 02:02:41 -03:00
reduz
6a5980e16a
Merge pull request #23 from thetron/master
...
Fixed typo in undefined main_scene alert
2014-02-14 03:26:59 -02:00
Juan Linietsky
b607687a31
Merge branch 'master' of https://github.com/okamstudio/godot
2014-02-13 18:06:53 -03:00
Juan Linietsky
58cda02a38
-fixed export templates not loading/exporting on Windows
...
-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-13 18:03:28 -03:00
okamstudio
4ff524b5c9
Merge pull request #7 from fdb/font-import-typo
...
Fix typo in font import plugin.
2014-02-13 12:11:07 -02:00
bwzuk
5a65a6cb2b
Removed unneeded c files from the freetype build rules, to prevent errors compiling under VC
2014-02-11 11:36:49 +00:00
Nicholas Bruning
91c0aa8340
Fixed typo in undefined main_scene alert
2014-02-11 14:40:30 +11:00
Frederik De Bleser
df43d71f19
Fix typo in font import plugin.
2014-02-10 09:14:06 +01:00
Juan Linietsky
0b806ee0fc
GODOT IS OPEN SOURCE
2014-02-09 22:10:30 -03:00