Files
0ad/source/ps
wraitii f3aedf88a6 Introduce C++ templates replacements for DEFINE_INTERFACE_X and RegisterFunction macros
The new methods:
- aren't included in ScriptInterface.h directly, lightening that header
- don't use boost CPP
- don't need argument types or number or constness to be specified
- can work with object methods somewhat transparently
- support optional cmptPrivate (allowing removal of many UNUSED macro)
- support optional const ScriptRequest&, which is safer.

This first diff changes only some of the JSI files & the component
manager. Further diffs will update other files and finally delete the
current code.

Differential Revision: https://code.wildfiregames.com/D2818
This was SVN commit r24969.
2021-03-01 20:52:24 +00:00
..
2021-01-21 15:58:33 +00:00
2021-01-16 15:46:56 +00:00
2020-11-26 21:01:32 +00:00
…
…
2020-11-26 21:01:32 +00:00
2021-01-16 15:24:58 +00:00
…
2021-01-21 15:58:33 +00:00
2021-01-18 10:58:16 +00:00
2020-11-30 15:45:05 +00:00
…
…
…
2021-02-27 08:48:30 +00:00
…
…