aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/callables_ns.cpp
AgeCommit message (Expand)Author
2007-11-01Fix for bug #1822819. Donna now changes her look into Suzy after makeup.Nicola Mettifogo
2007-11-01Consolidated game data cleanup in a single routine to location switches more ...Nicola Mettifogo
2007-11-01More refactoring for gui code.Nicola Mettifogo
2007-11-01* Merged object Menu into Parallaction_ns.Nicola Mettifogo
2007-10-21Now stopping music when loading a game in Amiga versions of Nippon Safes.Nicola Mettifogo
2007-10-15Fixed bug #1814061. Special effect routine was overflowing palette size.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-09-16Revised debug levels and added many debug strings for parsers.Nicola Mettifogo
2007-08-14Oops oops. This fixes the bug fix.Nicola Mettifogo
2007-08-14Oops. Removed debug code.Nicola Mettifogo
2007-08-14Fixed bug (array-overflow) in NS introduction. This randomly caused the intro...Nicola Mettifogo
2007-08-12Moved intro hack routines to Parallaction_ns callables, where they belonged f...Nicola Mettifogo
2007-08-11Moved core font management from Gfx to engine. Gfx still retains features rel...Nicola Mettifogo
2007-08-09Encapsulated palette stuff into a new Palette object and got rid of a lot of ...Nicola Mettifogo
2007-08-07Location comments are now displayed by a single Gfx function.Nicola Mettifogo
2007-08-06Changed graphics mask to a more generic BitBuffer object.Nicola Mettifogo
2007-08-06Made thickness of balloon borders consistent with original games.Nicola Mettifogo
2007-07-31Changed code to use the new fadePalette function, thus removing fadeInPalette...Nicola Mettifogo
2007-07-31Renamed palette functions.Nicola Mettifogo
2007-07-30Fixed palette going psychedelic at the very end of the game.Nicola Mettifogo
2007-07-30Replaced some palette code in _c_endComment with a function call.Nicola Mettifogo
2007-07-29Cleanup.Nicola Mettifogo
2007-07-29Made current callable routines members of Parallaction_ns, and moved them to ...Nicola Mettifogo