Commit graph

574 commits

Author SHA1 Message Date
Juan Linietsky 6dd8768811 3D Import Import & UDP
-=-=-=-=-=-=-=-=-=-=-

-Animation Import filter support
-Animation Clip import support
-Animation Optimizer Fixes, Improvements and Visibile Options
-Extremely Experimental UDP support.
2014-11-12 11:23:23 -03:00
Juan Linietsky c8cd5222a7 Merge pull request #878 from bdero/bdero/fix-animation-tree-player-typo
Fix AnimationTreePlayer.node_get_input_source typo
2014-11-11 19:13:15 -02:00
Brandon DeRosier 6628c0035b Fixed documentation typo 2014-11-11 13:57:25 -05:00
Brandon DeRosier 4b76b2caf5 Fix AnimationTreePlayer.node_get_input_source typo
- Changed node_get_input_sourcre to node_get_input_source
2014-11-11 13:15:19 -05:00
Juan Linietsky 72d5c2b8ca Merge pull request #870 from Gerold31/fix-32bit-linux
Fix compilation error on 32-bit linux
2014-11-09 09:16:32 -02:00
Gerold31 ab0974448b Fix compilation error on 32-bit linux 2014-11-09 10:09:41 +01:00
Juan Linietsky fc676fa6f8 missing files with fixes for shower of bullets 2014-11-06 11:02:40 -03:00
Juan Linietsky 0dbedd18fc SceneMainLoop -> SceneTree
-=-=-=-=-=-=-=-=-=-=-=-=-=-

*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-11-05 21:20:42 -03:00
Juan Linietsky d14baf6e41 Merge pull request #860 from Mavhod/patch-1
Update cubio.gd
2014-11-04 20:38:33 -02:00
Mavhod cdeb610a13 Update cubio.gd
a little wrong only.
2014-11-05 04:21:03 +07:00
Juan Linietsky 0f0b21e84a Merge branch 'master' of https://github.com/okamstudio/godot 2014-11-02 11:38:16 -03:00
Juan Linietsky d85b67be53 Bug Fixes
-=-=-=-=-

-Fixed problem with scaling shapes (#827), related to not taking scale in consideration for calculating the moment of inertia
-Added support for multiline strings (or comments) using """
-Save subscene bug, properties not being saved in root node (#806)
-Fix Crash in CollisionPolygon2DEditor (#814)
-Restored Ability to compile without 3D (#795)
-Fix InterpolatedCamera (#803)
-Fix UV Import for OBJ Meshes (#771)
-Fixed issue with modifier gizmos (#794)
-Fixed CapsuleShape gizmo handle (#50)
-Fixed Import Button (not properly working in 3D) (#733)
-Many misc fixes (though no new features)
2014-11-02 11:31:01 -03:00
Juan Linietsky a61325661e Merge pull request #722 from Marqin/master
[FIX] "File->Save As" in Script panel
2014-11-02 10:54:45 -03:00
Juan Linietsky 6d14c20820 Merge pull request #725 from Qwertie-/PR-GUI
Changed GUI text to better match action
2014-11-02 10:54:35 -03:00
Juan Linietsky 4ece8e90e0 Merge pull request #764 from marynate/PR-fix-android-build
Fix android build on windows
2014-11-02 10:51:51 -03:00
Juan Linietsky e7134d6115 Merge pull request #765 from marynate/PR-fix-travis-build
Fix travis-ci build config for new build system
2014-11-02 10:51:27 -03:00
Juan Linietsky f1eeb106a5 Merge pull request #811 from sanikoyes/Pr-Image-Group-UI
Fix Export -> image group panel
2014-11-02 10:50:21 -03:00
Juan Linietsky 738eb2c1a8 Merge pull request #839 from grabiller/radfac#005
Implement Windows fullscreen mode without video mode change.
2014-11-02 10:16:15 -03:00
Juan Linietsky 71aa6075b2 Merge pull request #851 from adolson/default-project-dir-fix
fixes default project dir option
2014-11-02 10:15:07 -03:00
Juan Linietsky eb7036344d Merge pull request #852 from adolson/autoscan-project-dir
add option to auto-scan a directory for projects
2014-11-02 10:14:18 -03:00
Juan Linietsky 4e25f3e4b7 Merge pull request #853 from adolson/tsa-option-for-android
add timestamping authority server option for Android
2014-11-02 10:13:30 -03:00
Juan Linietsky d65f775473 Merge pull request #855 from adolson/android-release-keystore-fix
fixes for release apk export
2014-11-02 10:11:35 -03:00
Dana Olson 49edff9536 fixes for release apk export 2014-11-01 05:20:19 -04:00
Dana Olson 46a922d3ab add timestamping authority server option for Android 2014-11-01 04:20:18 -04:00
Dana Olson f7eff51969 add option to auto-scan a directory for projects 2014-11-01 02:06:29 -04:00
Dana Olson 565696280c fixes default project dir option for Create / Import dialogs after quitting to project manager 2014-11-01 01:29:14 -04:00
Guy Rabiller 8b8e26c0bd - On Windows, Godot now goes fullscreen without video mode change. 2014-10-28 19:55:20 +01:00
Juan Linietsky e82dc40205 -Much improvement to baked light baker
-Fixed many bugs in stretch mode
-Fixes to camera project and unproject as consequence of the above
-added setget to script (documented in script doc)
-more fixes to collada exporter for blender
2014-10-27 22:54:32 -03:00
Juan Linietsky 9608d4255e Merge pull request #823 from grabiller/#821
Fix issue #821: GDScript now accepts single quoted as well as double quoted strings.
2014-10-27 22:44:53 -03:00
Juan Linietsky b42ced68e8 Merge pull request #829 from grabiller/#802
Fix issue #802: randomize() now generate non-zero seed...
2014-10-27 22:43:19 -03:00
Juan Linietsky bde9528a84 Merge pull request #832 from grabiller/#391
seems ok!
2014-10-27 22:42:21 -03:00
Guy Rabiller 1317d20740 - Fix issue #391: GDScript now reduce constant expressions to constant and forbids constant assignment after being defined. 2014-10-27 22:26:31 +01:00
Guy Rabiller 5f2222ee89 - Fix issue #802: randomize() now generate non-zero seed during the first hour of every days, the first minute of every hours and the first second of every minutes. 2014-10-27 09:58:12 +01:00
Juan Linietsky 4e31faab4a Merge pull request #824 from Gerold31/fix-more-bindings
this is great,thanks! will fix the typos here
2014-10-26 11:50:48 -03:00
Gerold31 6532aa627c Fix some more incorrect bindings 2014-10-26 15:07:54 +01:00
Guy Rabiller f1744c8c31 Fix issue #821: GDScript now accepts single quoted as well as double quoted strings. 2014-10-26 10:33:35 +01:00
Juan Linietsky b38118c5cb Merge pull request #817 from grabiller/radfac#004b
Fix BaseButton "Click on Press" issue. Now a button correctly show its...
2014-10-24 11:55:23 -03:00
Guy Rabiller 41d1f9b7d6 - Fix BaseButton "Click on Press" issue. Now a button correctly show its visual "Pressed" status when "Click on Press" is enabled and the button is clicked. 2014-10-24 16:33:43 +02:00
Juan Linietsky a494538337 Merge pull request #815 from Gerold31/fix-bindings
Fix some incorrect bindings in PhysicsServer
2014-10-24 10:52:07 -03:00
Gerold31 79664b42e9 Fix some incorrect bindings in PhysicsServer 2014-10-24 13:57:46 +02:00
sanikoyes 26d399d985 Fix Export -> image group panel
1.click group item doe's not refresh group_images
2.Switch to Atlas mode that preview button doe's not shown
2014-10-23 18:04:21 +08:00
Juan Linietsky 88d64e7735 Merge pull request #798 from marynate/PR-fix-light-in-release-mode
Fix light was always been disabled in release mode (tools=no)
2014-10-16 05:56:25 -03:00
marynate 3161ceda2f Fix light was alwasy been disabled in release mode (tools=no) 2014-10-16 16:16:24 +08:00
Juan Linietsky 371eac9bef -added custom metadata to physics shapes (2D only for now)
-gizmos are not displayed in camera preview
2014-10-16 00:06:34 -03:00
Juan Linietsky 6e87c80e41 -do not use calc_tangents if no UVs 2014-10-14 23:38:10 -03:00
Juan Linietsky cd218b8c09 Fixes
-=-=-

-Fixed normalmap depth parameter
-Fixes to DirAccess on Windows
-Double click on resource dock will open them
-Fixes to doc generator (should make github wiki on class list more up to date)
2014-10-14 19:44:41 -03:00
Juan Linietsky 94e35ef316 Merge pull request #792 from romulox-x/normalmap-view-bug
fix view dependent problem in normal mapping
2014-10-14 07:41:56 -03:00
romulox_x b479a2c8f0 fix view dependent problem in normal mapping 2014-10-14 01:21:50 -07:00
Juan Linietsky 38971951f8 Merge pull request #790 from marynate/PR-fix-ios-build
Fix ios build error
2014-10-14 01:48:02 -03:00
marynate b4fcf5d5c4 Fix ios build error 2014-10-14 12:43:51 +08:00