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-09-21 20:06:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c29423c7239efbf7d1f4b67be70dfb68200075be
0ad
/
source
/
simulation2
/
serialization
T
History
vladislavbelov
e104b41be2
Cleanups includes for cassert and streams.
...
This was SVN commit r25002.
2021-03-03 22:26:49 +00:00
..
BinarySerializer.cpp
Change ENSURE in BinarySerializer to try and get more debug data.
2021-01-30 09:13:13 +00:00
BinarySerializer.h
Cleanups includes for cassert and streams.
2021-03-03 22:26:49 +00:00
DebugSerializer.cpp
Fix lag on OOS with AIs
2021-01-16 10:33:00 +00:00
DebugSerializer.h
…
HashSerializer.cpp
…
HashSerializer.h
…
IDeserializer.cpp
…
IDeserializer.h
Correctly serialize/deserialize user-defined JS objects.
2020-12-27 17:18:13 +00:00
ISerializer.cpp
…
ISerializer.h
Fix building without precompiled headers.
2020-11-18 11:35:36 +00:00
SerializedPathfinder.h
Commit new files forgotten in
5b46ce0778
2020-12-19 09:48:11 +00:00
SerializedScriptTypes.h
Fix instacrash when saving a game & serialization fails for "no Deserialize"
2021-01-20 08:16:34 +00:00
SerializedTypes.h
Commit new files forgotten in
5b46ce0778
2020-12-19 09:48:11 +00:00
SerializeTemplates.h
Use templates to replace explicit serialization helpers.
2020-12-19 09:10:37 +00:00
StdDeserializer.cpp
Fix NOPCH builds.
2021-01-25 11:12:11 +00:00
StdDeserializer.h
Correctly serialize/deserialize user-defined JS objects.
2020-12-27 17:18:13 +00:00
StdSerializer.cpp
…
StdSerializer.h
…