aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/saveload.cpp
AgeCommit message (Expand)Author
2008-09-29- Merged 75 revisions from trunk.Vicent Marti
2008-09-20fix drawing order in saveload choosers (draw container before contents)Willem Jan Palenstijn
2008-09-20- Merged the new RTL changes into the branch.Vicent Marti
2008-09-03Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...Max Horn
2008-09-02Merging more of the GSoC 2008 RTL branch: PARALLACTIONNicola Mettifogo
2008-08-31Moved save/load code into SaveLoad class.Nicola Mettifogo
2008-08-31Uniformed the interface of Parallaction class (and its hierarchy) with regard...Nicola Mettifogo
2008-08-30Moved mouse cursor loading/handling to Input class.Nicola Mettifogo
2008-08-16Merged revisions 33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-...Christopher Page
2008-08-16Merged revisions 33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,...Vicent Marti
2008-08-15Made coordinates and frame number protected into Zone and Animation, and chan...Nicola Mettifogo
2008-08-14Some variable renamed to make more sense.Nicola Mettifogo
2008-08-13Finished legacy API cleanup. Removed all legacy code.Vicent Marti
2008-06-25Parallaction now uses the new _quit flagChristopher Page
2008-04-06Replaced custom ManagedList with Common::SharedPtr.Nicola Mettifogo
2008-01-06Indent with tabs instead of spaces.Torbjörn Andersson
2007-12-10Updated outdated comment.Nicola Mettifogo
2007-12-10Added 90 extra save slots for Nippon Safes.Nicola Mettifogo
2007-12-10* Switched Nippon Safes to use new names for savefiles. User will be asked to...Nicola Mettifogo
2007-11-14* centralized kEngineChangeLocation flag handlingNicola Mettifogo
2007-11-01Consolidated game data cleanup in a single routine to location switches more ...Nicola Mettifogo
2007-11-01Fix regression introduced in revision 29355. First loadgame performed was des...Nicola Mettifogo
2007-11-01More refactoring for gui code.Nicola Mettifogo
2007-10-21Now stopping music when loading a game in Amiga versions of Nippon Safes.Nicola Mettifogo
2007-10-19Fixed loadgame bug: old game state wasn't fully wiped out before loading, thu...Nicola Mettifogo
2007-09-24Fixed inventory regression introduced with yesterday's commit.Nicola Mettifogo
2007-09-23Moved most of inventory-related code inside classes Inventory and InventoryRe...Nicola Mettifogo
2007-09-22Refactored a lot of Character-related code and put it into the Character class.Nicola Mettifogo
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-08-31Pushed current save/load code from Parallaction down to Parallaction_ns.Nicola Mettifogo
2007-07-08Changed inventory graphics update from synchronous to lazy.Nicola Mettifogo
2007-07-08Cleanup inventory code.Nicola Mettifogo
2007-07-07Moved SaveLoadChooser class to saveload.cpp and adjusted dependencies.Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-13cleanupNicola Mettifogo
2007-04-11- Moved Zone and Animation to List<>.Nicola Mettifogo
2007-04-09Cleanup of Zone/Animation removal code. Only the good god of void pointers kn...Nicola Mettifogo
2007-04-09- moved walk code to List<>Nicola Mettifogo
2007-04-07cleanupNicola Mettifogo
2007-04-07Turned free___() routines into proper destructors for Zone, Animation and Pro...Nicola Mettifogo
2007-04-01Function changeCharacter is now responsible for loading character specific Zo...Nicola Mettifogo
2007-03-19made Animation a subclass of Zone (finally!)Nicola Mettifogo
2007-03-18converted DoorData and Zone to Common::PointNicola Mettifogo
2007-03-18Bug fixed: inventory wasn't refreshed when loading a savegame if character wa...Nicola Mettifogo
2007-03-17Flattened anonymous union in Zone. Its members have been partially merged.Nicola Mettifogo
2007-03-17some renaming to shorten linesNicola Mettifogo
2007-03-17gathered character related stuff into a new struct Character, and modified ca...Nicola Mettifogo
2007-03-13removed pointless dependenciesNicola Mettifogo
2007-03-11oopsNicola Mettifogo
2007-03-11fixed bug: loading a game from the start menu doesn't lead to a crash anymoreNicola Mettifogo