Age | Commit message (Expand) | Author |
2008-09-03 | Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add... | Max Horn |
2008-09-02 | Merging more of the GSoC 2008 RTL branch: PARALLACTION | Nicola Mettifogo |
2008-08-31 | Moved save/load code into SaveLoad class. | Nicola Mettifogo |
2008-08-31 | Uniformed the interface of Parallaction class (and its hierarchy) with regard... | Nicola Mettifogo |
2008-08-30 | Moved mouse cursor loading/handling to Input class. | Nicola Mettifogo |
2008-08-16 | Merged revisions 33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-... | Christopher Page |
2008-08-15 | Made coordinates and frame number protected into Zone and Animation, and chan... | Nicola Mettifogo |
2008-08-14 | Some variable renamed to make more sense. | Nicola Mettifogo |
2008-06-25 | Parallaction now uses the new _quit flag | Christopher Page |
2008-04-06 | Replaced custom ManagedList with Common::SharedPtr. | Nicola Mettifogo |
2008-01-06 | Indent with tabs instead of spaces. | Torbjörn Andersson |
2007-12-10 | Updated outdated comment. | Nicola Mettifogo |
2007-12-10 | Added 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 handling | Nicola Mettifogo |
2007-11-01 | Consolidated game data cleanup in a single routine to location switches more ... | Nicola Mettifogo |
2007-11-01 | Fix regression introduced in revision 29355. First loadgame performed was des... | Nicola Mettifogo |
2007-11-01 | More refactoring for gui code. | Nicola Mettifogo |
2007-10-21 | Now stopping music when loading a game in Amiga versions of Nippon Safes. | Nicola Mettifogo |
2007-10-19 | Fixed loadgame bug: old game state wasn't fully wiped out before loading, thu... | Nicola Mettifogo |
2007-09-24 | Fixed inventory regression introduced with yesterday's commit. | Nicola Mettifogo |
2007-09-23 | Moved most of inventory-related code inside classes Inventory and InventoryRe... | Nicola Mettifogo |
2007-09-22 | Refactored a lot of Character-related code and put it into the Character class. | Nicola Mettifogo |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-08-31 | Pushed current save/load code from Parallaction down to Parallaction_ns. | Nicola Mettifogo |
2007-07-08 | Changed inventory graphics update from synchronous to lazy. | Nicola Mettifogo |
2007-07-08 | Cleanup inventory code. | Nicola Mettifogo |
2007-07-07 | Moved SaveLoadChooser class to saveload.cpp and adjusted dependencies. | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-13 | cleanup | Nicola Mettifogo |
2007-04-11 | - Moved Zone and Animation to List<>. | Nicola Mettifogo |
2007-04-09 | Cleanup 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-07 | cleanup | Nicola Mettifogo |
2007-04-07 | Turned free___() routines into proper destructors for Zone, Animation and Pro... | Nicola Mettifogo |
2007-04-01 | Function changeCharacter is now responsible for loading character specific Zo... | Nicola Mettifogo |
2007-03-19 | made Animation a subclass of Zone (finally!) | Nicola Mettifogo |
2007-03-18 | converted DoorData and Zone to Common::Point | Nicola Mettifogo |
2007-03-18 | Bug fixed: inventory wasn't refreshed when loading a savegame if character wa... | Nicola Mettifogo |
2007-03-17 | Flattened anonymous union in Zone. Its members have been partially merged. | Nicola Mettifogo |
2007-03-17 | some renaming to shorten lines | Nicola Mettifogo |
2007-03-17 | gathered character related stuff into a new struct Character, and modified ca... | Nicola Mettifogo |
2007-03-13 | removed pointless dependencies | Nicola Mettifogo |
2007-03-11 | oops | Nicola Mettifogo |
2007-03-11 | fixed bug: loading a game from the start menu doesn't lead to a crash anymore | Nicola Mettifogo |
2007-03-11 | wrapped active location data into a new structure | Nicola Mettifogo |
2007-03-10 | changed kEngineMiniDonna to a more appropriate kEngineTransformedDonna | Nicola Mettifogo |
2007-03-10 | simplified character mode handling | Nicola Mettifogo |
2007-03-10 | some refactoring | Nicola Mettifogo |
2007-03-08 | deleted useless code | Nicola Mettifogo |