0ad/source/scripting
Yves 20ed5b118c Unify script conversions and remove JSInterface_Vector3D.
Because it was historically grown, we have some duplicated code for
converting script types to native types.
This patch removes the file JSConversions.cpp and moves some code to
ScriptConversions.cpp.
The places using JSConversions.cpp are changed to use the
ScriptInterface's conversion functions in ScriptConversions.cpp.
I also removed JSInterface_Vector3D because it had additional
requirements to the conversion code that no other code has and because
it's currently not used. I think it doesn't make sense to maintain code
just because it could possibly be used again later.

Closes #2213
Refs #1886

This was SVN commit r14036.
2013-10-20 17:13:53 +00:00
..
JSUtil.cpp Support new SpiderMonkey API. 2010-11-16 23:00:52 +00:00
JSUtil.h Support new SpiderMonkey API. 2010-11-16 23:00:52 +00:00
ScriptGlue.cpp Unify script conversions and remove JSInterface_Vector3D. 2013-10-20 17:13:53 +00:00
ScriptGlue.h Changes the Console to expose global functions to scripts instead of properties. 2013-09-21 14:48:19 +00:00
ScriptingHost.cpp Changes the Console to expose global functions to scripts instead of properties. 2013-09-21 14:48:19 +00:00
ScriptingHost.h Fix some Clang warnings about unused private members 2013-10-19 00:53:58 +00:00
SpiderMonkey.h Support new SpiderMonkey API. 2010-11-16 23:00:52 +00:00