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-25 22:05:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e5727980da1ca57e435ae7097a494a562babe4ca
0ad
/
source
/
simulation2
/
serialization
T
History
leper
c93c1c92eb
Replace std::auto_ptr uses by std::unique_ptr since the former is deprecated.
...
This was SVN commit r16674.
2015-05-25 01:23:27 +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
Serialization support for ES6 Sets.
2015-05-01 23:04:28 +00:00
SerializeTemplates.h
…
StdDeserializer.cpp
Serialization support for ES6 Sets.
2015-05-01 23:04:28 +00:00
StdDeserializer.h
…
StdSerializer.cpp
…
StdSerializer.h
…