This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-06-30 05:27:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fd3d697edf3069f9608ab2f1951636d43fe02712
0ad
/
source
/
simulation2
/
serialization
T
History
historic_bruno
f6f4f83784
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
.
...
This was SVN commit r16714.
2015-06-04 05:11:47 +00:00
..
BinarySerializer.cpp
…
BinarySerializer.h
…
DebugSerializer.cpp
…
DebugSerializer.h
…
HashSerializer.cpp
…
HashSerializer.h
…
IDeserializer.cpp
…
IDeserializer.h
…
ISerializer.cpp
…
ISerializer.h
…
SerializedScriptTypes.h
…
SerializeTemplates.h
…
StdDeserializer.cpp
…
StdDeserializer.h
…
StdSerializer.cpp
…
StdSerializer.h
…