summaryrefslogtreecommitdiff
path: root/modules/tga/config.py
AgeCommit message (Collapse)Author
2018-05-30SCons: Pass env to modules can_build methodRé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-15doc: Make all module docs self-containedRémi Verschelde
2017-06-07TGA support based on SaracenOne's work.Juan Linietsky