0ad/source/simulation2/serialization
leper 2239fe338c The jschar typedef is removed in SpiderMonkey 38.
Since it already is char16_t in 31 replace it by that.
https://bugzilla.mozilla.org/show_bug.cgi?id=1063962

This was SVN commit r17506.
2015-12-19 01:29:55 +00:00
..
BinarySerializer.cpp The jschar typedef is removed in SpiderMonkey 38. 2015-12-19 01:29:55 +00:00
BinarySerializer.h Fixes stream serialization bug on OS X 10.8 and older, which caused instant OOS in multiplayer games, fixes #3108. 2015-10-15 03:31:30 +00:00
DebugSerializer.cpp Convert CConsole to take UTF-8 strings. 2015-02-14 01:49:34 +00:00
DebugSerializer.h Exact stack rooting for ScriptInterface::ToString. 2014-08-03 17:29:49 +00:00
HashSerializer.cpp Convert serialization code to use less virtuals and allow more inlining. 2010-05-25 19:01:30 +00:00
HashSerializer.h Convert serialization code to use less virtuals and allow more inlining. 2010-05-25 19:01:30 +00:00
IDeserializer.cpp Fix invalid count for entityMaps 2014-03-05 14:58:17 +00:00
IDeserializer.h SpiderMonkey 31 upgrade 2015-01-24 14:46:52 +00:00
ISerializer.cpp Exact stack rooting for ScriptInterface::ToString. 2014-08-03 17:29:49 +00:00
ISerializer.h Exact stack rooting for ScriptInterface::ToString. 2014-08-03 17:29:49 +00:00
SerializedScriptTypes.h Serialization support for ES6 Sets. 2015-05-01 23:04:28 +00:00
SerializeTemplates.h Serialize everything that is needed by UpdateVisibilityData instead of assuming everything as dirty. 2015-11-11 12:15:57 +00:00
StdDeserializer.cpp The jschar typedef is removed in SpiderMonkey 38. 2015-12-19 01:29:55 +00:00
StdDeserializer.h SpiderMonkey 31 upgrade 2015-01-24 14:46:52 +00:00
StdSerializer.cpp # Add initial basic player AI framework. 2011-01-12 12:29:00 +00:00
StdSerializer.h Fixes stream serialization bug on OS X 10.8 and older, which caused instant OOS in multiplayer games, fixes #3108. 2015-10-15 03:31:30 +00:00