aboutsummaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fixed leak when saving PNG-skoalefant2015-11-291-0/+1
* Remove redundant Opus directive definitionGeorge Marques2015-11-27179-180/+178
* Remove Opus extra includesGeorge Marques2015-11-27236-820/+817
* 0theora compilation fixesJuan Linietsky2015-11-256-23/+47
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-11-243-2/+19
|\
| * Merge pull request #2752 from SaracenOne/shadow_colorRémi Verschelde2015-11-233-2/+19
| |\
| | * Merge branch 'master' of https://github.com/okamstudio/godot into shadow_colorSaracen2015-11-1835-420/+956
| | |\
| | * | New shader feature: change the colour of shadows on a per-material basis.Saracen2015-11-083-0/+17
* | | | -work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky2015-11-243-10/+3
|/ / /
* | | Revert "libao audio driver"Juan Linietsky2015-11-194-246/+0
* | | Merge pull request #2756 from trond/bugfix_udpJuan Linietsky2015-11-191-1/+3
|\ \ \
| * | | Fixed mistake where available buffer size would not be updated for each recvf...Trond Abusdal2015-11-191-3/+1
| * | | * Winsock UDP messages sent to an unavailable target causing WSAECONNRESET wi...Trond Abusdal2015-11-091-1/+5
| * | | Fixed PacketPeerUDP getting wrongly closed due to recvfrom using rb.data_left...Trond Abusdal2015-11-091-1/+1
| |/ /
* | | Merge pull request #903 from a12n/libaoJuan Linietsky2015-11-194-0/+246
|\ \ \
| * \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-11-02416-76791/+89839
| |\ \ \
| * \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-07-29142-1763/+3743
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-04-0415-83/+303
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotAnton Yabchinskiy2015-03-108-80/+932
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotAnton Yabchinskiy2015-02-204-200/+412
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotAnton Yabchinskiy2015-02-174-69/+142
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotAnton Yabchinskiy2015-01-214-31/+76
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-01-1411-7262/+661
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-01-105-33/+35
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2015-01-059-20/+39
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy2014-12-2318-10/+367
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of http://github.com/okamstudio/godotAnton Yabchinskiy2014-12-092-2/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add missing check for AO_ENABLED in audio_driver_ao.cppAnton Yabchinskiy2014-11-281-0/+4
| * | | | | | | | | | | | | | | Update the list of authors in libao driver sourcesAnton Yabchinskiy2014-11-242-0/+2
| * | | | | | | | | | | | | | | Include cstring header for memset()Anton Yabchinskiy2014-11-221-0/+2
| * | | | | | | | | | | | | | | Cast samples_in to samples_out with reinterpret_cast<int16_t*>Anton Yabchinskiy2014-11-221-1/+2
| * | | | | | | | | | | | | | | samples_in is an instance variable, prefix it with ad->Anton Yabchinskiy2014-11-221-1/+1
| * | | | | | | | | | | | | | | Fix syntax error in call to ao_play()Anton Yabchinskiy2014-11-221-1/+1
| * | | | | | | | | | | | | | | Set libao sample format to 16 bitsAnton Yabchinskiy2014-11-221-5/+13
| * | | | | | | | | | | | | | | Check return value of ao_play()Anton Yabchinskiy2014-11-221-2/+5
| * | | | | | | | | | | | | | | Write audio samples to libao deviceAnton Yabchinskiy2014-11-221-7/+7
| * | | | | | | | | | | | | | | Change 0 to NULL for ao_open_live() and deviceAnton Yabchinskiy2014-11-221-2/+2
| * | | | | | | | | | | | | | | Minor code formatting fixes in ao driverAnton Yabchinskiy2014-11-221-6/+4
| * | | | | | | | | | | | | | | Open/close libao audio deviceAnton Yabchinskiy2014-11-222-0/+17
| * | | | | | | | | | | | | | | Initialize/shutdown libaoAnton Yabchinskiy2014-11-221-2/+2
| * | | | | | | | | | | | | | | Add ao/ subdir to drivers/SCsubAnton Yabchinskiy2014-11-221-0/+1
| * | | | | | | | | | | | | | | Import sources for libao driver (unfinished, based on dummy driver)Anton Yabchinskiy2014-11-223-0/+210
* | | | | | | | | | | | | | | | Merge pull request #2518 from masoudbh3/godot-iconsJuan Linietsky2015-11-191-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | change pe_bliss parent directory from /drivers to /toolsmasoud bh2015-11-0986-16449/+0
| * | | | | | | | | | | | | | | | Add icon to exe file in windows exportmasoud bh2015-11-0986-1/+16455
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #2699 from ZuBsPaCe/visual-studio-2015-compilationJuan Linietsky2015-11-181-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fixes Visual Studio 2015 linker error (___iob_func)ZuBsPaCe2015-10-301-3/+3
* | | | | | | | | | | | | | | | Merge pull request #2707 from akien-mga/masterJuan Linietsky2015-11-1821-31/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-0121-31/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #2715 from SaracenOne/shader_fix_and_enhancementJuan Linietsky2015-11-183-108/+122
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \