bilwis / RMD

RMD
0 stars 0 forks source link

Implement saving/loading of game data #6

Open bilwis opened 9 years ago

bilwis commented 9 years ago

Preferrably by using boost::serialization into an XML file. This ensures good version control, easy extensibility and cross-platform compatibility as well as being human-readable (more than binary, at least...)

bilwis commented 9 years ago

First step in commit c5b466d279

bilwis commented 9 years ago

Second step in commit ecd70ccaa3353ab24e99516da8972f7bba24e26a (action and AI state saving)