aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2007-07-10Removed leftover empty function.Nicola Mettifogo
2007-07-09Moved mouse cursor tampering from inventory.cpp to Gfx class, and some cleanup.Nicola Mettifogo
2007-07-08Changed inventory graphics update from synchronous to lazy.Nicola Mettifogo
2007-07-08Cleanup inventory code.Nicola Mettifogo
2007-07-08Oops.Nicola Mettifogo
2007-07-08Yet another fix for broken parsing/displaying of strings. Now quotes are prop...Nicola Mettifogo
2007-07-08Finally fixed parsing of labels.Nicola Mettifogo
2007-07-08Made parseNextToken *really* work this time.Nicola Mettifogo
2007-07-08Parser is now able to deal with missing quotes at the end of instructions in ...Nicola Mettifogo
2007-07-08Location background sound (different from music) now implemented.Nicola Mettifogo
2007-07-08The mouse cursor is shown during dialogues in the Amiga versions (Demo and Mu...Travis Howell
2007-07-07Moved SaveLoadChooser class to saveload.cpp and adjusted dependencies.Nicola Mettifogo
2007-07-07Oops. Crappy dump code doesn't belong to global repository.Nicola Mettifogo
2007-07-07DLTA tags in multi-frame images are now supported.Nicola Mettifogo
2007-07-05Skip DLTA frames for now, when loading character face data in the Amiga multi...Travis Howell
2007-07-05Fix incorrect face frame been shown during dialogs, due to regression in revi...Travis Howell
2007-07-04Fix introduction in Amiga multi-lingual version. Specifically characters for ...Travis Howell
2007-07-03Changed Dialogue from a typedef for an implicit n-tree of Questions to a plai...Nicola Mettifogo
2007-07-03Some cheap renaming and cleanup.Nicola Mettifogo
2007-07-02Removed special displayBalloonString routine.Nicola Mettifogo
2007-07-02Fixed glitch: protection code appearing over prompt.Nicola Mettifogo
2007-07-01Applied new flatBlitCnv and little refactoring to dialogue code.Nicola Mettifogo
2007-07-01Introduced new flatBlitCnv to reduce code duplication.Nicola Mettifogo
2007-07-01Re-added __attribute__(packed)Max Horn
2007-07-01Wrapped dialogue functions into a new DialogueManager, and some basic refacto...Nicola Mettifogo
2007-07-01Removed some paranoia screen updates. May cause some minor glitches.Nicola Mettifogo
2007-06-23Made changeCharacter restore the previous open Archive after completing its d...Nicola Mettifogo
2007-06-23Now clipping frame # to avoid crashes because of bad behavior of game scripts.Nicola Mettifogo
2007-06-23Compare Common::KEYCODE_ against KeyState::keycode, not KeyState::asciiMax Horn
2007-06-23Changed input routine to use KEYCODE.Nicola Mettifogo
2007-06-220xD -> Common::KEYCODE_RETURNMax Horn
2007-06-18Mouse is now properly hidden during dialogues, and is restored after load/sav...Nicola Mettifogo
2007-06-16Silence MSVC8 warningFilippos Karapetis
2007-06-16The codes difference when selecting character, only applies to the Amiga mult...Travis Howell
2007-06-16Fixed - embarrassing - broken password check.Nicola Mettifogo
2007-06-16Add code difference in Amiga versions, when selecting character.Travis Howell
2007-06-16Made language selection screen policy clearer.Nicola Mettifogo
2007-06-16Fixed regression: crash when loading objects on Amiga.Nicola Mettifogo
2007-06-16Reduce code duplication.Travis Howell
2007-06-16Fix quit command failing in certain locations (ie character/language selectio...Travis Howell
2007-06-16Update comment.Travis Howell
2007-06-16Remove code to skip frames in the Amiga demo again, as it fixes Honest Chan n...Travis Howell
2007-06-16Add GF_LANG_MULT game flag, for detecting differences between the two Amiga v...Travis Howell
2007-06-15All known versions of Nippon Safes are now enabled with all features except f...Nicola Mettifogo
2007-06-15More adjustments for Amiga version.Travis Howell
2007-06-15More adjustments for Amiga version.Travis Howell
2007-06-15When selecting language, ignore request for language that doesn't exist.Travis Howell
2007-06-15Another adjustment for Amiga version.Travis Howell
2007-06-15Enable language screen in Amiga version.Travis Howell
2007-06-15Add basic support for Amiga version.Travis Howell