0ad/source/simulation2/serialization
janwas ba2a9d7af3 improvements from work: [update-workspaces required]
- split precompiled.h into several headers (simplifies reuse)
- enable additional warnings not in W4
- split ErrorReaction into ErrorReactionInternal - clarifies which
values can actually be returned by debug_DisplayError
- wsdl: slightly safer HDC usage via CS_OWNDC, avoid dipping into DC
cache via ValidateRect instead of BeginPaint; remove unused thread
create
- StdDeserializer - wasn't including byte_order => BYTE_ORDER was
undefined
- wsysdep: clean up error dialog message handling

This was SVN commit r8828.
2010-12-09 11:16:21 +00:00
..
BinarySerializer.cpp Increase serializer reserved buffer space to cope with huge maps. 2010-11-30 12:24:46 +00:00
BinarySerializer.h Fix serialization of most components 2010-10-23 19:59:40 +00:00
DebugSerializer.cpp Fix serialization of most components 2010-10-23 19:59:40 +00:00
DebugSerializer.h Fix serialization of most components 2010-10-23 19:59:40 +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 serialization of most components 2010-10-23 19:59:40 +00:00
IDeserializer.h Fix serialization of most components 2010-10-23 19:59:40 +00:00
ISerializer.cpp Fix serialization of most components 2010-10-23 19:59:40 +00:00
ISerializer.h Fix serialization of most components 2010-10-23 19:59:40 +00:00
SerializedScriptTypes.h # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
SerializeTemplates.h Fix serialization of most components 2010-10-23 19:59:40 +00:00
StdDeserializer.cpp improvements from work: [update-workspaces required] 2010-12-09 11:16:21 +00:00
StdDeserializer.h Fix serialize/deserialize API asymmetry. 2010-09-17 17:53:26 +00:00
StdSerializer.cpp Add STL-compatible pool allocator. 2010-05-25 19:24:14 +00:00
StdSerializer.h warning fixes: mostly size_t vs. specialized API type and other type conversion. 2010-09-05 09:38:30 +00:00