godot/modules/gridmap
Rémi Verschelde bfea3f1d9a 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.

(cherry picked from commit da09c6131b)

Obviously removed the parts about enet and visual_script.
2016-10-30 14:51:32 +01:00
..
config.py Remove trailing spaces 2016-04-02 20:26:12 +02:00
grid_map.cpp Removed unused variables (first pass) 2016-07-07 23:15:03 +02:00
grid_map.h manually fix indent 2016-04-20 21:21:51 +03:00
grid_map_editor_plugin.cpp Improve/fix GridMap editor 2016-09-01 08:41:31 +02:00
grid_map_editor_plugin.h Improve/fix GridMap editor 2016-09-01 08:41:31 +02:00
register_types.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
register_types.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
SCsub modules: Clone env in each module 2016-10-30 14:51:32 +01:00