0ad/source/scriptinterface/tests
wraitii d46a417748 Replace ScriptInterface::Call* with new ScriptFunction functions
Finishes work started in f3aedf88a6.
This removes the boost-CPP function wrappers entirely, in favour of pure
templated code in FunctionWrapper.h
The Call* functions were already heavily templated, so there is nothing
really new here. I just use tag dispatch to reduce the number of
overloads slightly.

The new functions do not need the script interface, only the script
request.

Differential Revision: https://code.wildfiregames.com/D3912
This was SVN commit r25354.
2021-05-01 14:04:53 +00:00
..
test_FunctionWrapper.h Fixes & improvements to FunctionWrapper 2021-03-02 16:55:22 +00:00
test_ScriptConversions.h Replace ScriptInterface::Call* with new ScriptFunction functions 2021-05-01 14:04:53 +00:00
test_ScriptInterface.h Replace ScriptInterface::Call* with new ScriptFunction functions 2021-05-01 14:04:53 +00:00