aboutsummaryrefslogtreecommitdiff
path: root/modules/etc/config.py
Commit message (Collapse)AuthorAgeFilesLines
* SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-7/+3
| | | | | | This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not.
* doc: Make all module docs self-containedRémi Verschelde2017-11-151-2/+0
|
* Use BoolVariable for module options.Elliott Sales de Andrade2017-09-251-1/+1
|
* Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-251-1/+1
|
* Disable etc2comp and tinyexr modules on non-tools buildRémi Verschelde2017-06-301-1/+5
| | | | | | | They are not necessary in such configuration, and require C++11 and (on Android) the STL. Fixes #9273.
* Add ETC1/ETC2 compression support though etc2comp.Ferenc Arn2017-05-311-0/+7
Remove rg-etc1 code. Also updated travis to use ubuntu 14.04. Fixes #8457.