summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Collapse)Author
2015-11-04maybe fix stop issue in theoraJuan Linietsky
2015-11-03fix video/audio synchronization code in theoraJuan Linietsky
2015-11-01properly compute total time for ogg vorbisJuan Linietsky
2015-10-21-Ability to debug video memory usageJuan Linietsky
-Small fix to xml saver (swapping > and <)
2015-10-19Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-10-19-some fixes to where screen is read from rasterizerJuan Linietsky
-fixed bug in ogg vorbis looping -properly flushing audiostream rb when stopping
2015-10-17Merge pull request #2365 from Mavhod/patch-1Juan Linietsky
get_date on Linux
2015-10-17Merge pull request #2369 from Max-Might/masterJuan Linietsky
Haiku: platform support
2015-10-17Merge pull request #2474 from masoudbh3/android-armeabi-v7aJuan Linietsky
Fix android build script
2015-10-13-A little More control about pixel snapping in 2DJuan Linietsky
2015-10-13Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
Conflicts: platform/windows/detect.py
2015-10-13ability to change audio track in theora videoJuan Linietsky
2015-10-13Merge remote-tracking branch 'upstream/master'Kostadin Damyanov
2015-10-08newline fixesreduz
2015-10-08fixed uninitialized memory issues in audio codereduz
2015-10-03Fixes 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-03Fixes 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-02Add support for Opus audio formatGeorge Marques
2015-10-01removed unnecessary clear, which prevented root viewport from working right ↵romulox_x
when told not to clear
2015-09-26Fixed theora playback. Removed theoraplayer.Juan Linietsky
Still need to get proper audio output latency in some platforms.
2015-09-20Ability 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-16Fix android build scriptmasoud 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-12Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-09-12HTML5 exporter seems to be fully functionalJuan Linietsky
-user:// filesystem implemented -default template page could look prettier, help appreciated
2015-09-12Merge pull request #2461 from romulox-x/iphoneSplashJuan Linietsky
fixed iOS splash screen
2015-09-10more c++ include references removedJuan Linietsky
2015-09-10Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-09-10remotion of some c++ includes to avoid dependency on libstdc++Juan Linietsky
2015-09-10ios now displays splash screen between launch image and main scene, instead ↵steve
of a black screen
2015-09-10Removing locatime so this function compiles again.Juan Linietsky
I don't think it has any practical use anyway.
2015-09-09Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-09-09Rewrite of the AudioStream APIJuan 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-09fixed localtime thing for ios, not tested anywhere elseAriel Manzur
2015-09-05Merge remote-tracking branch 'upstream/master'Kostadin Damyanov
2015-09-03merged some stuff for okamJuan Linietsky
2015-08-23Merge branch 'master' of https://github.com/okamstudio/godotJuan 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-14Haiku: move the audio driver to platform/haikuKostadin Damyanov
2015-08-13add ()Mavhod
Sorry, firt time I put it but had no compiled for check.
2015-08-13get_date on LinuxMavhod
tm_mon is 0-11
2015-08-09Merge remote-tracking branch 'upstream/master'Kostadin Damyanov
2015-08-08Merge pull request #2302 from antonyjones67/AndroidTemplateCompileWindowsJuan Linietsky
Fixes compile bug for Android template on Windows.
2015-08-08Merge pull request #2328 from her001/patch-1Juan Linietsky
Fix vorbis seek_pos
2015-08-06tested and fixed unix os_system_time_msec()xodene
2015-08-06Add OS.get_system_time_msecMaximillian
2015-08-03Fix vorbis seek_posAndy Conrad
2015-07-26Haiku: add sound supportKostadin Damyanov
2015-07-24Fixes compile bug for Android template on Windows.PeaceSells
2015-07-24Fixed incorrect failsafe return valuesZher Huei Lee
2015-07-24Made RegEx API similar to old versionZher Huei Lee