Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-30 | SCons: Pass env to modules can_build method | Rémi Verschelde | |
This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not. | |||
2017-11-15 | doc: Make all module docs self-contained | Rémi Verschelde | |
2017-09-25 | Use BoolVariable for module options. | Elliott Sales de Andrade | |
2017-09-25 | Use BoolVariable in target/component/advanced options. | Elliott Sales de Andrade | |
2017-06-30 | Disable etc2comp and tinyexr modules on non-tools build | Rémi Verschelde | |
They are not necessary in such configuration, and require C++11 and (on Android) the STL. Fixes #9273. | |||
2017-05-31 | Add ETC1/ETC2 compression support though etc2comp. | Ferenc Arn | |
Remove rg-etc1 code. Also updated travis to use ubuntu 14.04. Fixes #8457. |