mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Generalize component/AI serialization system to any user-defined JS object. This includes Vector2D/3D, fixing an old issue. As with components/AI, JS Objects may implement a Serialize/Deserialize function to store custom data instead of the default, which attemps to serialize all enumerable properties. Fixes #4698 Differential Revision: https://code.wildfiregames.com/D2746 This was SVN commit r24462. |
||
|---|---|---|
| .. | ||
| tests | ||
| NativeWrapperDecls.h | ||
| NativeWrapperDefns.h | ||
| ScriptContext.cpp | ||
| ScriptContext.h | ||
| ScriptConversions.cpp | ||
| ScriptConversions.h | ||
| ScriptEngine.h | ||
| ScriptExceptions.cpp | ||
| ScriptExceptions.h | ||
| ScriptExtraHeaders.h | ||
| ScriptForward.h | ||
| ScriptInterface.cpp | ||
| ScriptInterface.h | ||
| ScriptStats.cpp | ||
| ScriptStats.h | ||
| ScriptTypes.h | ||