This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
a4e606c575835248428b37dcd46631c79acaa560
0ad
/
source
/
simulation2
/
serialization
T
History
leper
8bfe16cac8
Use in-place construction.
...
This was SVN commit r16894.
2015-07-29 23:44:17 +00:00
..
BinarySerializer.cpp
Do not serialize properties for Sets. Serialization tests for Map and Set.
2015-05-04 01:41:09 +00:00
BinarySerializer.h
Replace std::auto_ptr uses by std::unique_ptr since the former is deprecated.
2015-05-25 01:23:27 +00:00
DebugSerializer.cpp
…
DebugSerializer.h
…
HashSerializer.cpp
…
HashSerializer.h
…
IDeserializer.cpp
…
IDeserializer.h
…
ISerializer.cpp
…
ISerializer.h
…
SerializedScriptTypes.h
…
SerializeTemplates.h
Use in-place construction.
2015-07-29 23:44:17 +00:00
StdDeserializer.cpp
Fixes instant multiplayer crash on OS X Lion (10.7). libc++ had a bug where it set eofbit on reading the last character in a stringstream, we compare gcount with the expected length as a workaround to detect real eofs.
Fixes
#3109
.
2015-06-04 05:11:47 +00:00
StdDeserializer.h
…
StdSerializer.cpp
…
StdSerializer.h
…