aboutsummaryrefslogtreecommitdiff
path: root/drivers (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | added low_memory_2d_mode, to indicate when 3D post processing buffers and ↵romulox_x2015-10-212-5/+14
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | viewport depth buffers should not be allocated
* | | | | | | | | | | | | | | | Merge pull request #2726 from SaracenOne/set_loop_restart_time_fixJuan Linietsky2015-11-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed broken set_loop_restart_time method in AudioStreamPlaybackOGGVorbis
| * | | | | | | | | | | | | | | | Fixed broken set_loop_restart_time method in AudioStreamPlaybackOGGVorbis class.Saracen2015-11-021-1/+1
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #2737 from akien-mga/type-specific-error-outputJuan Linietsky2015-11-181-8/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display error type (error, warning, script error) in OS::print_error + cleanup error ANSI coloring
| * | | | | | | | | | | | | | | | Fix error messages forcing a white font for subsequent messagesRémi Verschelde2015-11-101-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is achieved using the "no specific formatting" \E[0m tag. Fixes #2566. Also remove the hardcoded black background colour and use default bolded terminal font for error message. Error logs should now look good both on terminals with a dark and light background colour.
| * | | | | | | | | | | | | | | | Display error type (error, warning, script error) in OS::print_errorRémi Verschelde2015-11-101-8/+18
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously all types of errors would be shown as ERROR, thus making for example warnings (WARN_PRINT) somewhat aggressive. ERROR is displayed in red, WARNING in yellow and SCRIPT ERROR in magenta (though the latter does not seem used so far). Fixes #1127.
* | | | | | | | | | | | | | | | Merge pull request #2748 from vnen/fix-2744Juan Linietsky2015-11-181-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Opus driver build for VS2010 and VS2012
| * | | | | | | | | | | | | | | | Fix Opus driver build for VS2010 and VS2012George Marques2015-11-061-0/+8
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #2744
* | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-11-185-27/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/theora/video_stream_theora.cpp
| * | | | | | | | | | | | | | | | tabsAriel Manzur2015-11-161-2/+2
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | drivers and theoraAriel Manzur2015-11-162-9/+16
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Changed drviers/SCsub spaces to tabs.Aren Villanueva2015-11-161-20/+20
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Properly fixes compilation in an msys environment.Aren Villanueva2015-11-161-2/+1
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | iOS compile fixes.Aren Villanueva2015-11-162-3/+3
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Optimised the oc_filter_hedge and oc_filter_vedge routines in theora a little.Aren Villanueva2015-11-161-16/+30
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Compile fixes for mingw msys2.Aren Villanueva2015-11-161-18/+25
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The drivers directory has way too many source files being compiled for a single library file. The command line length limit was getting hit.
* / / / / / / / / / / / / / / / -Merged Script and Help tabsJuan Linietsky2015-11-171-9/+15
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Help tabs can be opened many at the same time -Color temperatures for opened scripts -Dominant script opening when switching scene tab
* | | | | | | | | | | | | | | maybe fix stop issue in theoraJuan Linietsky2015-11-041-1/+5
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | fix video/audio synchronization code in theoraJuan Linietsky2015-11-032-12/+33
|/ / / / / / / / / / / / / /
* / / / / / / / / / / / / / properly compute total time for ogg vorbisJuan Linietsky2015-11-011-2/+1
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | -Ability to debug video memory usageJuan Linietsky2015-10-212-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Small fix to xml saver (swapping > and <)
* | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-196-5/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2365 from Mavhod/patch-1Juan Linietsky2015-10-171-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | get_date on Linux
| | * | | | | | | | | | | | | add ()Mavhod2015-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sorry, firt time I put it but had no compiled for check.
| | * | | | | | | | | | | | | 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