Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-04 | maybe fix stop issue in theora | Juan Linietsky | |
2015-11-03 | fix video/audio synchronization code in theora | Juan Linietsky | |
2015-11-01 | properly compute total time for ogg vorbis | Juan Linietsky | |
2015-10-21 | -Ability to debug video memory usage | Juan Linietsky | |
-Small fix to xml saver (swapping > and <) | |||
2015-10-19 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-10-19 | -some fixes to where screen is read from rasterizer | Juan Linietsky | |
-fixed bug in ogg vorbis looping -properly flushing audiostream rb when stopping | |||
2015-10-17 | Merge pull request #2365 from Mavhod/patch-1 | Juan Linietsky | |
get_date on Linux | |||
2015-10-17 | Merge pull request #2369 from Max-Might/master | Juan Linietsky | |
Haiku: platform support | |||
2015-10-17 | Merge pull request #2474 from masoudbh3/android-armeabi-v7a | Juan Linietsky | |
Fix android build script | |||
2015-10-13 | -A little More control about pixel snapping in 2D | Juan Linietsky | |
2015-10-13 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
Conflicts: platform/windows/detect.py | |||
2015-10-13 | ability to change audio track in theora video | Juan Linietsky | |
2015-10-13 | Merge remote-tracking branch 'upstream/master' | Kostadin Damyanov | |
2015-10-08 | newline fixes | reduz | |
2015-10-08 | fixed uninitialized memory issues in audio code | reduz | |
2015-10-03 | Fixes following Visual Studio 2013 compile error on windows: | ZuBsPaCe | |
drivers\opus\celt\bands.c(555) : error C2057: expected constant expression drivers\opus\celt\bands.c(555) : error C2466: cannot allocate an array of constant size 0 drivers\opus\celt\bands.c(555) : error C2133: 'tmp' : unknown size | |||
2015-10-03 | Fixes following Visual Studio 2013 compile error on windows: | ZuBsPaCe | |
audio_stream_opus.h(57) : error C2864: 'AudioStreamPlaybackOpus::osrate' : a static data member with an in-class initializer must have non-volatile const integral type See: http://stackoverflow.com/questions/2454019/why-arent-static-const-floats-allowed | |||
2015-10-02 | Add support for Opus audio format | George Marques | |
2015-10-01 | removed unnecessary clear, which prevented root viewport from working right ↵ | romulox_x | |
when told not to clear | |||
2015-09-26 | Fixed theora playback. Removed theoraplayer. | Juan Linietsky | |
Still need to get proper audio output latency in some platforms. | |||
2015-09-20 | Ability to visually debug geometry visually: | Juan Linietsky | |
-Visible 2D and 3D Shapes, Polygons, Tile collisions, etc. -Visible Navmesh and Navpoly -Visible collision contacts for 2D and 3D as a red point -Customizable colors in project settings | |||
2015-09-16 | Fix android build script | masoud bh | |
some fixes for android build script. remove armv6,x86 options and add "android_arch" option for select compiler architecture (armv7,armv6,x86)(default armv7). add architecture suffix for output files and you can compile for several architecture simultaneously. example: libgodot.android.opt.debug.armv7.so libgodot.android.opt.debug.armv7.neon.so libgodot.android.opt.debug.armv6.so libgodot.android.opt.debug.x86.so now we can enable/disable neon on armv7 with "android_neon" option (default enable). add "NDK_TARGET_X86" option for select toolchain to use for the NDK x86 (default x86-4.8). change inputs model for "ndk_platform" option (default android-15). fix armv7 ccflags. with this patch, must put libgodot_android.so file in specific architecture folder: armv7 (default): <android-java>/libs/armeabi-v7a/ armv6: <android-java>/libs/armeabi/ x86: <android-java>/libs/x86/ | |||
2015-09-12 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-09-12 | HTML5 exporter seems to be fully functional | Juan Linietsky | |
-user:// filesystem implemented -default template page could look prettier, help appreciated | |||
2015-09-12 | Merge pull request #2461 from romulox-x/iphoneSplash | Juan Linietsky | |
fixed iOS splash screen | |||
2015-09-10 | more c++ include references removed | Juan Linietsky | |
2015-09-10 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-09-10 | remotion of some c++ includes to avoid dependency on libstdc++ | Juan Linietsky | |
2015-09-10 | ios now displays splash screen between launch image and main scene, instead ↵ | steve | |
of a black screen | |||
2015-09-10 | Removing locatime so this function compiles again. | Juan Linietsky | |
I don't think it has any practical use anyway. | |||
2015-09-09 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-09-09 | Rewrite of the AudioStream API | Juan Linietsky | |
-Fixes long-standing issues regarding to playing a single stream multiple times simultanteously -Fixes wrong-looping, starting, caching, etc. Issues resulting from bad original design -Allows more interesting kinds of streams (stream graphs with streams inside streams!) in the future | |||
2015-09-09 | fixed localtime thing for ios, not tested anywhere else | Ariel Manzur | |
2015-09-05 | Merge remote-tracking branch 'upstream/master' | Kostadin Damyanov | |
2015-09-03 | merged some stuff for okam | Juan Linietsky | |
2015-08-23 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-08-23 | **WARNING BEFORE PULLING** | Juan Linietsky | |
This push changes the binary and XML formats and bumps the major version to 2.0. As such, files saved in this version WILL NO LONGER WORK IN PREVIOUS VERSIONS. This compatibility breakage with older versions was required in order to properly provide project refactoring tools. If I were you, unless you are brave, I would wait a week or two before pulling, in case of bugs :) Summary of Changes -New Filesystem dock, with filesystem & tree view modes. -New refactoring tools, to change or fix dependencies. -Quick search dialog, to quickly search any file | |||
2015-08-14 | Haiku: move the audio driver to platform/haiku | Kostadin Damyanov | |
2015-08-13 | add () | Mavhod | |
Sorry, firt time I put it but had no compiled for check. | |||
2015-08-13 | get_date on Linux | Mavhod | |
tm_mon is 0-11 | |||
2015-08-09 | Merge remote-tracking branch 'upstream/master' | Kostadin Damyanov | |
2015-08-08 | Merge pull request #2302 from antonyjones67/AndroidTemplateCompileWindows | Juan Linietsky | |
Fixes compile bug for Android template on Windows. | |||
2015-08-08 | Merge pull request #2328 from her001/patch-1 | Juan Linietsky | |
Fix vorbis seek_pos | |||
2015-08-06 | tested and fixed unix os_system_time_msec() | xodene | |
2015-08-06 | Add OS.get_system_time_msec | Maximillian | |
2015-08-03 | Fix vorbis seek_pos | Andy Conrad | |
2015-07-26 | Haiku: add sound support | Kostadin Damyanov | |
2015-07-24 | Fixes compile bug for Android template on Windows. | PeaceSells | |
2015-07-24 | Fixed incorrect failsafe return values | Zher Huei Lee | |
2015-07-24 | Made RegEx API similar to old version | Zher Huei Lee | |