Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-22 | Disable X11 joystick functions also for OpenBSD | Anton Yabchinskiy | |
2014-11-22 | Include string.h for memset() on OpenBSD | Anton Yabchinskiy | |
2014-11-22 | Include stdlib.h for alloca() on OpenBSD | Anton Yabchinskiy | |
2014-11-22 | Enable ALSA only for Linux | Anton Yabchinskiy | |
2014-11-19 | missing navmesh demo and small fixes | Juan Linietsky | |
2014-11-17 | NavMesh | Juan Linietsky | |
-=-=-=- -Fixed NavMesh API -New NavMesh demo -Support for animated Particles2D -Fixes for native video playback on iOS | |||
2014-11-13 | Merge pull request #880 from adolson/editor-shortcut-keys | Juan Linietsky | |
allow Alt+arrow keys to pass through editor | |||
2014-11-13 | allow Alt+arrow keys to pass through editor | Dana Olson | |
2014-11-13 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2014-11-13 | UDP Fixes | Juan Linietsky | |
-=-=-=-=- Curse the day I decided to port UDP code, as it ended up being two nights of work. At least It's done now (I hope). -Fixed UDP Support, API seems stable -Added UDP Chat demo (chat that can lose your packets, heh) -Added helpers to areas and bodies to get list of collided bodies and contained bodies. -Sped up screen/viewport capture code. -Added code to save an image as PNG -Small fix so scripts register their singletons after modules did. | |||
2014-11-13 | Merge pull request #879 from DCubix/master | Juan Linietsky | |
GDScript Editor Goodies | |||
2014-11-12 | Editor goodies update | Diego Lopes | |
2014-11-12 | oops | Juan Linietsky | |
2014-11-12 | missing bind | Juan Linietsky | |
2014-11-12 | 3D Import Import & UDP | Juan Linietsky | |
-=-=-=-=-=-=-=-=-=-=- -Animation Import filter support -Animation Clip import support -Animation Optimizer Fixes, Improvements and Visibile Options -Extremely Experimental UDP support. | |||
2014-11-11 | Merge pull request #878 from bdero/bdero/fix-animation-tree-player-typo | Juan Linietsky | |
Fix AnimationTreePlayer.node_get_input_source typo | |||
2014-11-11 | Fixed documentation typo | Brandon DeRosier | |
2014-11-11 | Fix AnimationTreePlayer.node_get_input_source typo | Brandon DeRosier | |
- Changed node_get_input_sourcre to node_get_input_source | |||
2014-11-09 | Merge pull request #870 from Gerold31/fix-32bit-linux | Juan Linietsky | |
Fix compilation error on 32-bit linux | |||
2014-11-09 | Fix compilation error on 32-bit linux | Gerold31 | |
2014-11-06 | missing files with fixes for shower of bullets | Juan Linietsky | |
2014-11-05 | SceneMainLoop -> SceneTree | Juan 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-11-04 | Merge pull request #860 from Mavhod/patch-1 | Juan Linietsky | |
Update cubio.gd | |||
2014-11-05 | Update cubio.gd | Mavhod | |
a little wrong only. | |||
2014-11-02 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2014-11-02 | Bug Fixes | Juan Linietsky | |
-=-=-=-=- -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 | Merge pull request #722 from Marqin/master | Juan Linietsky | |
[FIX] "File->Save As" in Script panel | |||
2014-11-02 | Merge pull request #725 from Qwertie-/PR-GUI | Juan Linietsky | |
Changed GUI text to better match action | |||
2014-11-02 | Merge pull request #764 from marynate/PR-fix-android-build | Juan Linietsky | |
Fix android build on windows | |||
2014-11-02 | Merge pull request #765 from marynate/PR-fix-travis-build | Juan Linietsky | |
Fix travis-ci build config for new build system | |||
2014-11-02 | Merge pull request #811 from sanikoyes/Pr-Image-Group-UI | Juan Linietsky | |
Fix Export -> image group panel | |||
2014-11-02 | Merge pull request #839 from grabiller/radfac#005 | Juan Linietsky | |
Implement Windows fullscreen mode without video mode change. | |||
2014-11-02 | Merge pull request #851 from adolson/default-project-dir-fix | Juan Linietsky | |
fixes default project dir option | |||
2014-11-02 | Merge pull request #852 from adolson/autoscan-project-dir | Juan Linietsky | |
add option to auto-scan a directory for projects | |||
2014-11-02 | Merge pull request #853 from adolson/tsa-option-for-android | Juan Linietsky | |
add timestamping authority server option for Android | |||
2014-11-02 | Merge pull request #855 from adolson/android-release-keystore-fix | Juan Linietsky | |
fixes for release apk export | |||
2014-11-01 | fixes for release apk export | Dana Olson | |
2014-11-01 | add timestamping authority server option for Android | Dana Olson | |
2014-11-01 | add option to auto-scan a directory for projects | Dana Olson | |
2014-11-01 | fixes default project dir option for Create / Import dialogs after quitting ↵ | Dana Olson | |
to project manager | |||
2014-10-28 | - On Windows, Godot now goes fullscreen without video mode change. | Guy Rabiller | |
2014-10-27 | -Much improvement to baked light baker | Juan Linietsky | |
-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 | Merge pull request #823 from grabiller/#821 | Juan Linietsky | |
Fix issue #821: GDScript now accepts single quoted as well as double quoted strings. | |||
2014-10-27 | Merge pull request #829 from grabiller/#802 | Juan Linietsky | |
Fix issue #802: randomize() now generate non-zero seed... | |||
2014-10-27 | Merge pull request #832 from grabiller/#391 | Juan Linietsky | |
seems ok! | |||
2014-10-27 | - Fix issue #391: GDScript now reduce constant expressions to constant and ↵ | Guy Rabiller | |
forbids constant assignment after being defined. | |||
2014-10-27 | - Fix issue #802: randomize() now generate non-zero seed during the first ↵ | Guy Rabiller | |
hour of every days, the first minute of every hours and the first second of every minutes. | |||
2014-10-26 | Merge pull request #824 from Gerold31/fix-more-bindings | Juan Linietsky | |
this is great,thanks! will fix the typos here | |||
2014-10-26 | Fix some more incorrect bindings | Gerold31 | |
2014-10-26 | Fix issue #821: GDScript now accepts single quoted as well as double quoted ↵ | Guy Rabiller | |
strings. |