summaryrefslogtreecommitdiff
path: root/modules/stb_vorbis/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-01-21WIP new AudioServer, with buses, effects, etc.Juan Linietsky