Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-15 | JANITORIAL: Fix whitespace | Adrian Frühwirth | |
2018-01-31 | COMMON: Move VER macro for serializer into common code | Colin Snover | |
2018-01-31 | COMMON: Add support for array serialization to Serializer | Colin Snover | |
SCUMM engine does quite a bit of direct array serialization. | |||
2017-08-07 | COMMON: Add a setVersion method to Common::Serializer | Paul Gilbert | |
2014-02-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-02-10 | JANITORIAL: Fix template definition whitespace | Tarek Soliman | |
2011-08-07 | COMMON: Remove superfluous Common:: qualifiers. | Christoph Mallon | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2009-11-06 | Commit digitall's patch for bugs #2892510 and #2892510 with an additional ↵ | Johannes Schickel | |
comment. svn-id: r45697 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-05-26 | Renamed Common::Serializer::syncMagic to matchBytes, and added version ↵ | Max Horn | |
paarms to it (we migh want to add corresponding matchUint32LE etc. functions if needed) svn-id: r40909 | |||
2009-05-19 | Improved Common::Serializer in several ways: | Max Horn | |
* Added support versioned serialization * Added a convenience API for handling 'magic IDs' transparently * Exposed the err()/clearErr() methods of the underlying streams * Added a basic unit test for versioned loading (more should be added, in particular for saving) * Removed the syncString(char *, uint16) alias for syncBytes(byte *buf, uint32 size) svn-id: r40723 | |||
2009-03-24 | cleanup | Max Horn | |
svn-id: r39658 | |||
2009-03-16 | Added a syncString variation needed for the Cruise engine | Paul Gilbert | |
svn-id: r39442 | |||
2009-03-15 | Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the ↵ | Max Horn | |
SCI engine svn-id: r39428 |