aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/dialogue.cpp
AgeCommit message (Expand)Author
2008-08-16Extended balloon manager to handle color constants and fixed color of text in...Nicola Mettifogo
2008-08-14Some variable renamed to make more sense.Nicola Mettifogo
2008-07-29* Fixed positioning of balloons and faces in BRA (dos, at least).Nicola Mettifogo
2008-07-22Fix build.Nicola Mettifogo
2008-07-22Fixed regression in dialogue code: certain commands weren't executed anymore ...Nicola Mettifogo
2008-07-21Massive refactoring of dialogue code, which is now implemented as a finite st...Nicola Mettifogo
2008-07-17Fixed regression bug in dialogue, which de-facto allowed user to skip in-game...Nicola Mettifogo
2008-07-11Moved program and command execution code out of the engine, into their own br...Nicola Mettifogo
2008-07-04- Moved dialogue balloon management code from Gfx to its own classNicola Mettifogo
2008-06-29Changed all remaining code to use the GfxObj class to keep frames data. This ...Nicola Mettifogo
2008-06-22Fixed 2 MSVC warnings (potentially undefined behavior and possibly uninitiali...Filippos Karapetis
2008-06-02PARA: Got rid of calls to system->quit() so that the Parallaction engine can ...Christopher Page
2008-05-14- Moved input code to its own class.Nicola Mettifogo
2008-05-05- Moved some members from the engine class to Location, since they belong there.Nicola Mettifogo
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-09Turned Gfx::setFont into a protected member, since now Gfx can automatically ...Nicola Mettifogo
2008-01-07Fixed an MSVC warningFilippos Karapetis
2008-01-06Fixes wrong type.Nicola Mettifogo
2008-01-06Indent with tabs instead of spaces.Torbjörn Andersson
2008-01-06Moved balloons management into Gfx, which is now responsible for positioning ...Nicola Mettifogo
2008-01-02Fix for bug #1829409. Character now changes expression accordingly with avail...Nicola Mettifogo
2007-11-17Refactored main input code.Nicola Mettifogo
2007-10-27Temporarily force quits when user presses exit key combination. A TODO commen...Nicola Mettifogo
2007-10-13Decoupled password request from actual rendering of the dialogue screen, thus...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-25Added an abstract base class for representing multiple-frames for animations....Nicola Mettifogo
2007-08-25Merged most parser contexts into a single structure, added some new fields to...Nicola Mettifogo
2007-08-24First step in restructuring engine code:Nicola Mettifogo
2007-08-16Changed more parsing routines to use tables instead of switch statements.Nicola Mettifogo
2007-08-13Changed Table to return 0 instead of -1 when lookup fails. Lookup already yie...Nicola Mettifogo
2007-08-11Moved core font management from Gfx to engine. Gfx still retains features rel...Nicola Mettifogo
2007-08-07Turned StaticCnv struct into stock Graphics::Surface, and changed all relevan...Nicola Mettifogo
2007-08-06User can now quit (using shortcuts) when asked for ingame protection code.Nicola Mettifogo
2007-08-06Fixes bug #1766217 (flickering monk), and prevents animations from stepping b...Nicola Mettifogo
2007-08-04Fixes bug #1765310. Counter needs to be reset at the beginning of each iterat...Nicola Mettifogo
2007-07-29Cleanup.Nicola Mettifogo
2007-07-08Changed inventory graphics update from synchronous to lazy.Nicola Mettifogo
2007-07-08Cleanup inventory code.Nicola Mettifogo
2007-07-08The mouse cursor is shown during dialogues in the Amiga versions (Demo and Mu...Travis Howell
2007-07-05Fix incorrect face frame been shown during dialogs, due to regression in revi...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-01Wrapped dialogue functions into a new DialogueManager, and some basic refacto...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