aboutsummaryrefslogtreecommitdiff
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* png: Do not output warnings as errorsRémi Verschelde2016-06-251-1/+1
* properly initialize loops to 0 in eventplayerJuan Linietsky2016-06-251-1/+1
* fix loop counter for eventstream, closes #4493Juan Linietsky2016-06-251-4/+6
* libtheora: New version 1.1.1J08nY2016-06-253-32/+17
* libvorbis: New version 1.3.5J08nY2016-06-2535-3549/+2081
* libogg: New version 1.3.2J08nY2016-06-254-134/+388
* RtAudio: proper under/overflow warningJ08nY2016-06-251-2/+8
* GLEW: Update to upstream version 1.13.0 (pristine)Rémi Verschelde2016-06-254-2830/+11149
* GLEW: Define static + enabled and includes via SConsRémi Verschelde2016-06-255-15/+12
* Haiku: Do not define GLEW_ENABLED to undefine it laterRémi Verschelde2016-06-251-4/+0
* Add missing license information (ogg/vorbis/opus)Roberto2016-06-253-0/+84
* Add missing license information (Theora)Roberto2016-06-252-0/+46
* Add missing license information (WebP)Roberto2016-06-253-0/+79
* change invalid characters when get user data dir on Windows & Unixvolzhs2016-06-251-1/+1
* Fix Theora video playback without a Vorbis streamBłażej Szczygieł2016-06-171-1/+1
* Update to libpng 1.5.27Rémi Verschelde2016-06-045-49/+66
* SCons: using 1 env for all driversAriel Manzur2016-06-044-30/+31
* Remove nocpuid.c from builtin OpenSSLeska2016-05-122-8/+0
* Windows: Fix GCC/Clang argument being passed to MSVCRémi Verschelde2016-05-121-3/+5
* Add ignore error flag to OpenSSL driverGeorge Marques2016-05-121-0/+1
* cloning env for builtin_openssl _and_ openssl :)Ariel Manzur2016-05-123-17/+24
* clonning env for builtin sslAriel Manzur2016-05-121-646/+653
* Fix build for Windows 64-bits with GCCGeorge Marques2016-05-061-0/+4
* Fix windows 64-bits build.George Marques2016-05-061-2/+1
* Update OpenSSL to 1.0.2hmrezai2016-05-0635-153/+365
* missing default valueJuan Linietsky2016-05-051-1/+1
* fix to avoid video texture scalingJuan Linietsky2016-05-051-1/+1
* ability to shrink all images x2 on loadJuan Linietsky2016-05-052-1/+22
* Fixed zero-length arrays in nrex. Fixes #4346Zher Huei Lee2016-04-271-4/+10
* Update OpenSSL to version 1.0.2gmrezai2016-04-27447-113853/+32779
* Update OpenSSL to version 1.0.1smrezai2016-04-27914-209156/+215797
* Updated nrex to v0.2Zher Huei Lee2016-04-273-43/+113
* Revert "free Material 'shadow_material_double_sided' on ::finish()"Rémi Verschelde2016-04-061-1/+0
* free Material 'shadow_material_double_sided' on ::finish()MSC2016-04-061-0/+1
* This will disable png arm neon optimizing for android template if compile on ...volzhs2016-04-021-6/+5
* Added relative paths for DirAccess::remove()Zher Huei Lee2016-03-052-4/+10
* Fix allocation bug if compiled with modern clang or gccest312016-02-271-5/+22
* Forgot to correct the ERR_FAIL_COND_V.Julian Murgia - StraToN2016-02-121-1/+1
* Added RegEx::get_capture_start() methodJulian Murgia - StraToN2016-02-122-0/+10
* Removed PE-bliss, win32 binares so far remain without icon, had many issues w...Juan Linietsky2016-02-041-1/+0
* -Correctly flip BG texture if viewport is flipped, fixes #3507Juan Linietsky2016-02-021-5/+7
* thread renamingAriel Manzur2016-01-312-14/+8
* total pointersAriel Manzur2016-01-311-1/+1
* checking for file?Ariel Manzur2016-01-311-0/+3
* -Many fixes to windows build system with Mingw on Windows. Fixes #2690Juan Linietsky2016-01-251-1/+1
* Correct viewport scaling with stretch mode viewport, fixes #1571Juan Linietsky2016-01-241-2/+13
* -Fixed video stream theora not finishing when stream finishes, closes #3066Juan Linietsky2016-01-232-5/+26
* -Support the TRNS flag on libpng, fixes #3097Juan Linietsky2016-01-231-0/+7
* Merge pull request #2180 from sketchyfun/SketchyFunRémi Verschelde2016-01-191-1/+7
|\
| * Billboards were being displayed upside down when drawn to a render textureBenH2015-06-241-1/+7