aboutsummaryrefslogtreecommitdiff
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | get_date on LinuxMavhod2015-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tm_mon is 0-11
| * | | | | | | | | | | | | | | Merge pull request #2369 from Max-Might/masterJuan Linietsky2015-10-174-3/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Haiku: platform support
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'Kostadin Damyanov2015-10-13402-76760/+89700
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'Kostadin Damyanov2015-09-0517-28/+62
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | Haiku: move the audio driver to platform/haikuKostadin Damyanov2015-08-144-221/+0
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master'Kostadin Damyanov2015-08-0921-1196/+1276
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Haiku: add sound supportKostadin Damyanov2015-07-264-0/+221
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master'Kostadin Damyanov2015-06-263-7/+25
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Haiku: fix the glew.c hackKostadin Damyanov2015-06-261-1/+5
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master'Kostadin Damyanov2015-06-186-19/+80
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Haiku: create a GL context and initialize the audio and physics serversKostadin Damyanov2015-06-111-1/+1
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Haiku: remove an #ifdef as the platform now supports MSG_NOSIGNALKostadin Damyanov2015-06-101-4/+0
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Haiku: some small fixesKostadin Damyanov2015-05-251-3/+2
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Haiku: link with the haiku libs, stub the OS_Haiku class.Kostadin Damyanov2015-05-251-2/+6
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Haiku: fix building with UNIX_ENABLED.Kostadin Damyanov2015-05-253-4/+17
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge pull request #2474 from masoudbh3/android-armeabi-v7aJuan Linietsky2015-10-171-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | Fix android build script
| | * | | | | | | | | | | | | | | | | | Fix android build scriptmasoud bh2015-09-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/
* | | | | | | | | | | | | | | | | | | | -some fixes to where screen is read from rasterizerJuan Linietsky2015-10-192-3/+11
|/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -fixed bug in ogg vorbis looping -properly flushing audiostream rb when stopping
* | | | | | | | | | | | | | | | | | | -A little More control about pixel snapping in 2DJuan Linietsky2015-10-131-2/+2
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-13281-20609/+88953
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: platform/windows/detect.py
| * | | | | | | | | | | | | | | | | | | newline fixesreduz2015-10-0812-20605/+20605
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | fixed uninitialized memory issues in audio codereduz2015-10-082-2/+3
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Fixes following Visual Studio 2013 compile error on windows:ZuBsPaCe2015-10-031-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | | Fixes following Visual Studio 2013 compile error on windows:ZuBsPaCe2015-10-032-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | | Add support for Opus audio formatGeorge Marques2015-10-02266-1/+68338
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | removed unnecessary clear, which prevented root viewport from working right ↵romulox_x2015-10-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when told not to clear
* | | | | | | | | | | | | | | | | | | | ability to change audio track in theora videoJuan Linietsky2015-10-132-3/+21
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Fixed theora playback. Removed theoraplayer.Juan Linietsky2015-09-26112-55852/+322
|/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still need to get proper audio output latency in some platforms.
* / / / / / / / / / / / / / / / / / / Ability to visually debug geometry visually:Juan Linietsky2015-09-201-0/+4
|/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -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
* | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-09-122-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2461 from romulox-x/iphoneSplashJuan Linietsky2015-09-122-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed iOS splash screen
| | * | | | | | | | | | | | | | | | | | ios now displays splash screen between launch image and main scene, instead ↵steve2015-09-102-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of a black screen
* | | | | | | | | | | | | | | | | | | | HTML5 exporter seems to be fully functionalJuan Linietsky2015-09-122-2/+13
|/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -user:// filesystem implemented -default template page could look prettier, help appreciated
* | | | | | | | | | | | | | | | | | | more c++ include references removedJuan Linietsky2015-09-101-2/+2
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-09-101-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Removing locatime so this function compiles again.Juan Linietsky2015-09-101-2/+2
| |/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't think it has any practical use anyway.
* / / / / / / / / / / / / / / / / / / remotion of some c++ includes to avoid dependency on libstdc++Juan Linietsky2015-09-102-2/+3
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-09-091-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | fixed localtime thing for ios, not tested anywhere elseAriel Manzur2015-09-091-1/+2
| | |_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* / | | | | | | | | | | | | | | | | Rewrite of the AudioStream APIJuan Linietsky2015-09-096-288/+371
|/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -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
* | | | | | | | | | | | | | | | | merged some stuff for okamJuan Linietsky2015-09-032-12/+12
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-08-234-2/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request #2302 from antonyjones67/AndroidTemplateCompileWindowsJuan Linietsky2015-08-081-1/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compile bug for Android template on Windows.
| | * | | | | | | | | | | | | | | | Fixes compile bug for Android template on Windows.PeaceSells2015-07-241-1/+4
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request #2328 from her001/patch-1Juan Linietsky2015-08-081-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix vorbis seek_pos
| | * | | | | | | | | | | | | | | | Fix vorbis seek_posAndy Conrad2015-08-031-1/+1
| | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | tested and fixed unix os_system_time_msec()xodene2015-08-061-2/+3
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Add OS.get_system_time_msecMaximillian2015-08-062-0/+8
| |/ / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / **WARNING BEFORE PULLING**Juan Linietsky2015-08-2315-16/+50
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | Fixed incorrect failsafe return valuesZher Huei Lee2015-07-241-3/+3
| | | | | | | | | | | | | | |