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 12:27:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4e95efacb8b0585044ba89d419e14bb5d581bdd4
0ad
/
source
/
simulation2
/
serialization
T
History
Itms
dcf8e66aca
Update the goal serialization for
03d2c5e40b
.
Fixes
#3425
.
...
This was SVN commit r17068.
2015-09-24 17:13:39 +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
…
HashSerializer.cpp
…
HashSerializer.h
…
IDeserializer.cpp
…
IDeserializer.h
SpiderMonkey 31 upgrade
2015-01-24 14:46:52 +00:00
ISerializer.cpp
…
ISerializer.h
…
SerializedScriptTypes.h
Serialization support for ES6 Sets.
2015-05-01 23:04:28 +00:00
SerializeTemplates.h
Update the goal serialization for
03d2c5e40b
.
Fixes
#3425
.
2015-09-24 17:13:39 +00:00
StdDeserializer.cpp
Handle backrefs properly for maps and sets.
Fixes
#3374
.
2015-08-30 04:51:16 +00:00
StdDeserializer.h
SpiderMonkey 31 upgrade
2015-01-24 14:46:52 +00:00
StdSerializer.cpp
…
StdSerializer.h
…