godot/drivers
Rémi Verschelde da09c6131b modules: Clone env in each module
This allows to pass include paths and flags only to a given thirdparty
library, thus preventing conflicts between their files (e.g. between
opus and openssl which both provide modes.h.

This also has the nice effect of making the compilation command smaller
for each module as it no longer related to all other modules, only the
final linking brings them together.

This however requires adding manually the ogg include path in opus
and vorbis when building against the builtin ogg, since it is no longer
in the global env.

Also simplified template 'thirdparty_<module>_sources' to
'thirdparty_sources'.

"Core" modules like cscript, gdscript, gridmap, ik and virtual_script
still use the main env_modules, but it could be changed if need be.
2016-10-15 11:50:41 +02:00
..
alsa Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
builtin_zlib zlib: Update builtin version to upstream 1.2.8 2016-07-23 13:06:54 +02:00
chibi Removed unused variables (second pass) + dead code 2016-07-07 23:15:59 +02:00
convex_decomp Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
freetype Patch thirdy-party libraries to build for WinRT 2016-09-03 19:46:26 -03:00
gl_context Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
gles2 Merge pull request #6605 from zaps166/old-gl-ext-funcs 2016-10-03 14:21:37 +02:00
mpc Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
nrex Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
png modules: Clone env in each module 2016-10-15 11:50:41 +02:00
pulseaudio Fix some warnings about misleading indentation 2016-08-13 13:21:35 +02:00
rtaudio RtAudio: Update to upstream version 4.1.2 2016-07-23 13:25:25 +02:00
squish Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
theora Fixes in Theora SCsub 2016-10-03 12:26:52 +02:00
unix Merge pull request #5920 from 29jm/fix-warnings 2016-09-10 12:21:02 -03:00
windows Fix drivers coding for WinRT 2016-09-03 19:36:44 -03:00
register_driver_types.cpp openssl: Move to a module and split thirdparty lib 2016-10-15 11:50:41 +02:00
register_driver_types.h Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
SCsub openssl: Move to a module and split thirdparty lib 2016-10-15 11:50:41 +02:00