aboutsummaryrefslogtreecommitdiff
path: root/tools/cfsml.pl
AgeCommit message (Collapse)Author
2009-02-21SCI: Fixed warnings in engine/savegame.cpp, by improving cfsml.pl; also ↵Max Horn
improved the build rule which is responsible for creating engine/savegame.cpp from engine/savegame.cfsml svn-id: r38657
2009-02-20Converted SCI saving to use saveFileMan. Instead of a savegame beingWillem Jan Palenstijn
a directory with an id and a state file, a savegame now consists of two consecutive CFSML-serialized structs: SavegameMetadata and state_t. The former contains the savegame title, and is loaded when scanning saves. svn-id: r38649
2009-02-20formatingPaweł Kołodziejski
svn-id: r38612
2009-02-18Updated the cfsml tool to silence MSVC warnings and to remove memory testingFilippos Karapetis
svn-id: r38492
2009-02-18move cfsml.pl to the tools/ directoryEugene Sandulenko
svn-id: r38486