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 02:24:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0e4e3754e9fb0a554cad70c46558e695135d46ca
0ad
/
source
/
simulation2
/
serialization
T
History
Itms
e1a34eb4ea
Handle (de)serialization of the AI pathfinder.
...
This was SVN commit r16815.
2015-06-24 20:24:58 +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
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
…
HashSerializer.h
…
IDeserializer.cpp
…
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
Handle (de)serialization of the AI pathfinder.
2015-06-24 20:24:58 +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
SpiderMonkey 31 upgrade
2015-01-24 14:46:52 +00:00
StdSerializer.cpp
…
StdSerializer.h
…