Age | Commit message (Expand) | Author |
2010-03-29 | Fixed bug 2969234 by tampering with the gameId. Probably not a nice solution,... | Nicola Mettifogo |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2009-10-15 | Fixed bug 2879795. Ensure cursor is visible after save/load dialog and debugg... | Nicola Mettifogo |
2009-10-15 | Save/load dialog now uses GUI::SaveLoadChooser. | Nicola Mettifogo |
2009-07-31 | When renaming old savefiles for Nippon Safes, don't assert if a file that mat... | Nicola Mettifogo |
2009-07-30 | Fixed typo in user message. | Nicola Mettifogo |
2009-07-30 | Use SaveFileMan::listSaveFiles() to build list of old savegames for Nippon Sa... | Nicola Mettifogo |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
2009-04-29 | * Refactored existing save/load code to ease extension | Nicola Mettifogo |
2009-04-06 | Cleanup of Balloon and Dialogue code: | Nicola Mettifogo |
2008-12-27 | GUI: Added Widget::setVisible convenience wrapper | Max Horn |
2008-12-03 | Replaced remaining usages of readLine_OLD with readLine. | Nicola Mettifogo |
2008-11-12 | Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI... | Max Horn |
2008-11-10 | Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine. | Vicent Marti |
2008-11-08 | * removed the obsolete _quit flag | Nicola Mettifogo |
2008-09-29 | - Merged 75 revisions from trunk. | Vicent Marti |
2008-09-20 | fix 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-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-16 | Merged revisions 33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,... | Vicent Marti |
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-08-13 | Finished legacy API cleanup. Removed all legacy code. | Vicent Marti |
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 |