aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/savegame.cpp
AgeCommit message (Expand)Author
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
2009-05-11SCI: Simplified the Table class, by making it use an Common::Array internally...Max Horn
2009-05-10SCI: Replaced Cplain odeBlock array in class Script by a Common::Array<CodeBl...Max Horn
2009-05-10SCI: Changed object list in Script instances to use Common:::ArrayMax Horn
2009-05-08SCI: Renamed dstack_t -> DataStack; removed obsolete KF_OLD constantMax Horn
2009-05-05SCI: Actually, it turns out the SystemString is more messed up than I thought...Max Horn
2009-05-05SCI: Fixed out of bounds access in (still incomplete?) string frags codeMax Horn
2009-05-04SCI: Got rid of heapmgr.h; further improve the Table codeMax Horn
2009-05-04SCI: Unified serializing code for Table subclasses, using template specializa...Max Horn
2009-05-03SCI: Started adding methods to MemObject subclasses: constructors, destructor...Max Horn
2009-05-03SCI: Completed transition from MemObject (a union of various structs) to MemO...Max Horn
2009-05-03SCI: Changed SegManager to store the heap pointers in a Common::ArrrayMax Horn
2009-05-03SCI: Made SegManager::heap_size unsignedMax Horn
2009-05-03SCI: Begun conversion of the MemObject union (used to implement poor man's fa...Max Horn
2009-05-03SCI: Renamed MemObject::type and ::segmgr_id to _type resp. _segmgrId, and ad...Max Horn
2009-05-03SCI: Changed SegManager to subclass Common::SerializableMax Horn
2009-04-28SCI: Improved the Table template a bit by taking advantage of C++ featuresMax Horn
2009-04-27SCI: Turned classtable into a Common::Array<Class>Max Horn
2009-04-27SCI: Removed unused vars; doxygenified some comments; cleanupMax Horn
2009-04-24SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc.Max Horn
2009-04-24SCI: Started to C++ify the gfxw_widget_t codebaseMax Horn
2009-04-24SCI: Store parse_tree_branch_t in a Common::ArraayMax Horn
2009-04-22SCI: Changed kfunct_table to a Common::ArrayMax Horn
2009-04-22SCI: Changed knames (kernel function name table) to Common::StringListMax Horn
2009-04-02Disable some (quite chatty) debug output - the savegme system looks stable en...Filippos Karapetis
2009-03-24SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord>Max Horn
2009-03-24SCI: Changed some char* into Common::StringMax Horn
2009-03-24SCI: C++ify menu codeMax Horn
2009-03-17Renamed some defines:Filippos Karapetis
2009-03-15SCI: Rewrote the save/load code, see also patch #2687400.Max Horn
2009-03-15SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &'Max Horn
2009-03-14SCI: Removed more dead codeMax Horn
2009-03-14Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause tha...Filippos Karapetis
2009-03-12SCI: Moved savegame specific stuff from state.h to a new header savegame.hMax Horn
2009-03-12SCI: Removed some dead codeMax Horn
2009-03-11SCI: Removed some dead codeMax Horn
2009-03-10SCI: Removing unused line from savegame.cfsml, fixing SongIteratorMessage -> ...Max Horn
2009-03-10String fragments supportLars Skovlund
2009-03-10SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanupMax Horn
2009-03-09SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid roun...Max Horn
2009-03-08SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:...Max Horn
2009-03-07SCI: Reduced header interdependencies some moreMax Horn
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
2009-03-07SCI: More cleanup in the song iterator codebaseMax Horn
2009-03-06SCI: Reduce SFX header dependenciesMax Horn
2009-03-06SCI: C++ifyed SongIterator and its subclassesMax Horn
2009-03-06SCI: Some cleanup to the SongIteratorMessage codeMax Horn
2009-03-06SCI: Renamed lots of classes related to song iterators; allocate song iterato...Max Horn
2009-03-01SCI: Forgot to commit a couple files after renaming sfx headersMax Horn
2009-02-28SCI: Use the ResourceType enum instead of integers where it makes senseJordi Vilalta Prat