Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-04 | Merge branch 'master' of http://github.com/okamstudio/godot | Anton Yabchinskiy | |
2014-12-04 | Merge branch 'master' of https://github.com/okamstudio/godot | Anton Yabchinskiy | |
2014-12-03 | Merge pull request #917 from thomassigurdsen/master | Juan Linietsky | |
SConstruct imports multiprocessing, which is then never used | |||
2014-12-03 | Remove multiprocessing from imports in SConstruct | Thomas Sigurdsen | |
Rationale: unused import, also prevented scons from building on my setup. | |||
2014-12-02 | -fixes to vmethod for button | Juan Linietsky | |
2014-12-02 | -Ability to ask for documents/pictures/etc system dirs. | Juan Linietsky | |
-Fixes to animationplayer -fixes to collada importer | |||
2014-12-01 | Merge pull request #863 from JIghtuse/master | Juan Linietsky | |
Fix CppCheck 'duplicateExpression' warning | |||
2014-12-01 | Merge pull request #867 from adolson/circleshape2d-radius-increment | Juan Linietsky | |
add sane radius increment to CircleShape2D | |||
2014-11-28 | Merge branch 'libao' | Anton Yabchinskiy | |
2014-11-28 | Add missing check for AO_ENABLED in audio_driver_ao.cpp | Anton Yabchinskiy | |
2014-11-26 | -fix sound room params (was not working) | Juan Linietsky | |
-fixes to DAE exporter -ios fixes (video) | |||
2014-11-24 | Update the list of authors in libao driver sources | Anton Yabchinskiy | |
2014-11-22 | Merge branch 'libao' | Anton Yabchinskiy | |
2014-11-22 | Include cstring header for memset() | Anton Yabchinskiy | |
2014-11-22 | Cast samples_in to samples_out with reinterpret_cast<int16_t*> | Anton Yabchinskiy | |
2014-11-22 | samples_in is an instance variable, prefix it with ad-> | Anton Yabchinskiy | |
2014-11-22 | Fix syntax error in call to ao_play() | Anton Yabchinskiy | |
2014-11-22 | Merge branch 'libao' | Anton Yabchinskiy | |
2014-11-22 | Set libao sample format to 16 bits | Anton Yabchinskiy | |
Some plugins don't support 32 bit samples. | |||
2014-11-22 | Check return value of ao_play() | Anton Yabchinskiy | |
2014-11-22 | Write audio samples to libao device | Anton Yabchinskiy | |
2014-11-22 | Change 0 to NULL for ao_open_live() and device | Anton Yabchinskiy | |
It's NULL in other places. | |||
2014-11-22 | Minor code formatting fixes in ao driver | Anton Yabchinskiy | |
2014-11-22 | Open/close libao audio device | Anton Yabchinskiy | |
2014-11-22 | Initialize/shutdown libao | Anton Yabchinskiy | |
2014-11-22 | Use libao driver on X11 platform | Anton Yabchinskiy | |
2014-11-22 | Add ao/ subdir to drivers/SCsub | Anton Yabchinskiy | |
2014-11-22 | Add 'ao' build option | Anton Yabchinskiy | |
2014-11-22 | Import sources for libao driver (unfinished, based on dummy driver) | Anton Yabchinskiy | |
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-08 | add sane radius increment | Dana Olson | |