summaryrefslogtreecommitdiff
path: root/SConstruct
AgeCommit message (Expand)Author
2017-01-11Remove libmpcdec bundled lib, no longer usedRémi Verschelde
2017-01-08Move core engine tests to core/Rémi Verschelde
2017-01-06Remove bundled glew, obsoleted by gladRémi Verschelde
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2016-11-03scons: Reorder options for clarityRémi Verschelde
2016-11-01style: Various other PEP8 fixes in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 blank lines issues 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 #6490 from zaps166/webm-prRé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-26fix bug introduced by #6501yg2f
2016-10-23Add WebM moduleBłażej Szczygieł
2016-10-22"CCFLAGS" are for C and C++ compilerBłażej Szczygieł
2016-10-22Merge pull request #6881 from vnen/msvc-project-outputRémi Verschelde
2016-10-22Merge pull request #6858 from zaps166/gcc-color-outputRémi Verschelde
2016-10-22Merge pull request #6857 from zaps166/disable-asserts-in-releaseRémi Verschelde
2016-10-20Fix output binary paths for VS project generationGeorge Marques
2016-10-18Merge pull request #6855 from vnen/xaudio2-driverRémi Verschelde
2016-10-17Isolate XAudio2 driverGeorge Marques
2016-10-17SCons: Use colored output if available, change "colored"->"verbose"Błażej Szczygieł
2016-10-17Disable asserts in release modeBłażej Szczygieł
2016-10-17Merge pull request #6850 from akien-mga/pr-scsub-shebangRémi Verschelde
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
2016-10-16Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł
2016-10-15freetype: Make it a module and split thirdparty libraryRémi Verschelde
2016-10-15zlib: Split thirdparty files, simplify scons optionRémi Verschelde
2016-10-15glew: Split thirdparty files and isolate envRémi Verschelde
2016-10-15squish: Move to a module and split thirdparty libRé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-15enet: Split enet thirdparty files and allow unbundlingRé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-13Remove speex support, it is obsoleted by opusRémi Verschelde
2016-10-09Fix Android build detection on WindowsGeorge Marques
2016-10-03Begining of GLES3 renderer:Juan Linietsky
2016-10-03Merge pull request #6501 from SuperUserNameMan/windows_compile_with_standalon...Rémi Verschelde
2016-09-25Add CC parameter to allow use of custom C compilerEmmanuel Leblond
2016-09-16scons detects standalone MSVC on Windowsyg2f
2016-07-07Add android_add_default_config for config.pyvolzhs
2016-06-28Change method of storing folding, solves problems with inheritance, closes #3395Juan Linietsky
2016-06-26Cleaner way to enable ptrcallJuan Linietsky
2016-06-23added "arch" parameter, made iphone use it to build isimAriel Manzur
2016-06-09-make freetype build for all platforms the same, default as builtin except on...Juan Linietsky