virtualx-engine/modules/gdscript
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
gd_compiler.cpp
gd_compiler.h
gd_editor.cpp Added constants from types in code completion, somehow this was never added. 2016-09-18 23:19:04 +02:00
gd_function.cpp Fix #5891 by not expecting the script instance to be a GDInstance 2016-08-08 18:14:44 +02:00
gd_function.h
gd_functions.cpp Revert "Add warning when (pre)loading paths with leading / (#4280 - #3106)" 2016-10-17 20:48:52 +02:00
gd_functions.h
gd_parser.cpp Revert "Add warning when (pre)loading paths with leading / (#4280 - #3106)" 2016-10-17 20:48:52 +02:00
gd_parser.h
gd_script.cpp Fixed reloading of tool scripts within editor, they should work much better now, closes #3194 2016-07-20 22:37:48 -03:00
gd_script.h Fixed reloading of tool scripts within editor, they should work much better now, closes #3194 2016-07-20 22:37:48 -03:00
gd_tokenizer.cpp Adapt overlooked instances of zero-based column numbers 2016-10-17 20:49:28 +02:00
gd_tokenizer.h
register_types.cpp
register_types.h
SCsub modules: Clone env in each module 2016-10-30 14:51:32 +01:00