aboutsummaryrefslogtreecommitdiff
path: root/tools/cfsml.pl
AgeCommit message (Collapse)Author
2009-02-28Make CFSML writers take const argumentsWillem Jan Palenstijn
svn-id: r38952
2009-02-24Fix compilationEugene Sandulenko
svn-id: r38850
2009-02-23Don't generate extra whitespaces (forgot to commit it before)Jordi Vilalta Prat
svn-id: r38798
2009-02-22Check for end of file more often while reading CFSMLWillem Jan Palenstijn
svn-id: r38796
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