summaryrefslogtreecommitdiff
path: root/drivers/SCsub
AgeCommit message (Expand)Author
2018-02-15Disable GLES builders and source from server compilationFabio Alessandrelli
2017-11-28disable caching for targets using helper functionsRhody Lugo
2017-11-28use the same cache for all branches for appveyorRhody Lugo
2017-11-19Visual Studio project creation bug fixRoyBerube
2017-09-30Merged iphone and osx audio drivers into drivers/coreaudioMarcelo Fernandez
2017-09-25Use BoolVariable for third-party options.Elliott Sales de Andrade
2017-09-25Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade
2017-08-27Added new WASAPI driver for WindowsMarcelo Fernandez
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2016-11-01style: Various other PEP8 fixes in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-11-01style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde
2016-10-30Merge pull request #6959 from RandomShaper/fix-big-libsRémi Verschelde
2016-10-30scons: Move lib splitting method to methods.pyRémi Verschelde
2016-10-29Adopt simpler strategy for big libs on WindowsPedro J. Estébanez
2016-10-27RegEx re-implemented as a moduleZher Huei Lee
2016-10-18Merge pull request #6855 from vnen/xaudio2-driverRémi Verschelde
2016-10-17Isolate XAudio2 driverGeorge Marques
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
2016-10-15drivers: Refactor SCsub and drop redundant env_drivers cloneRémi Verschelde
2016-10-15freetype: Make it a module and split thirdparty libraryRémi Verschelde
2016-10-15chibi: Move to a moduleRémi Verschelde
2016-10-15zlib: Split thirdparty files, simplify scons optionRémi Verschelde
2016-10-15squish: Move to a module and split thirdparty libRémi Verschelde
2016-10-15rtaudio: Split thirdparty filesRémi Verschelde
2016-10-15mpc: Move to a module and split thirdparty libmpcdecRémi Verschelde
2016-10-15theora: Move to a module and split thirdparty libRémi Verschelde
2016-10-15openssl: Move to a module and split thirdparty libRémi Verschelde
2016-10-15ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRémi Verschelde
2016-10-15webp: Make it a module and unbundle libwebp thirdparty filesRémi Verschelde
2016-10-15dds/etc1/pbm/pvr: Make those modules and split thirdparty filesRémi Verschelde
2016-10-15jpg: Make it a module and split jpgd thirdparty filesRémi Verschelde
2016-10-15png: Split library to thirdparty dir and allow unbundlingRémi Verschelde
2016-10-14Drop nedmalloc which is apparently not used anymoreRémi Verschelde
2016-10-13Remove speex support, it is obsoleted by opusRémi Verschelde
2016-10-03Begining of GLES3 renderer:Juan Linietsky
2016-09-06Add Windows Universal export to editorGeorge Marques
2016-05-29Finalized DynamicFont implementationJuan Linietsky
2016-05-21fixAriel Manzur
2016-05-21using 1 env for all driversAriel Manzur
2016-05-06cloning env for builtin_openssl _and_ openssl :)Ariel Manzur
2016-01-25-Many fixes to windows build system with Mingw on Windows. Fixes #2690Juan Linietsky
2016-01-03-Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs an...Juan Linietsky
2015-12-11remove editor driver splitJuan Linietsky
2015-11-24-work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky
2015-11-19Revert "libao audio driver"Juan Linietsky
2015-11-19Merge pull request #903 from a12n/libaoJuan Linietsky
2015-11-18Merge pull request #2707 from akien-mga/masterJuan Linietsky
2015-11-16drivers and theoraAriel Manzur
2015-11-16Changed drviers/SCsub spaces to tabs.Aren Villanueva