aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/dialogue.cpp
AgeCommit message (Expand)Author
2010-05-22Make sure a dialogue is valid before entering dialogue mode.Nicola Mettifogo
2010-05-18Fix missing dialogue index.Willem Jan Palenstijn
2010-05-12Changed the last global objects to class members.Nicola Mettifogo
2010-04-28Make sure dialogue manager is destroyed on quit.Nicola Mettifogo
2010-04-02Fix whitespaceWillem Jan Palenstijn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-10-15Fixed bug 2879785. Dialogue commands were partly executed too early: see comm...Nicola Mettifogo
2009-10-14Fixed regression bug #2874229. Regression had happened in r39878, when the di...Nicola Mettifogo
2009-04-06Removed useless references to the global _vm.Nicola Mettifogo
2009-04-06Cleanup of Balloon and Dialogue code:Nicola Mettifogo
2009-03-31Fixed dialogue balloon appearing in the wrong position after commit 39772.Nicola Mettifogo
2009-03-31There have been subclasses of DialogueManager for a while, so now we use thei...Nicola Mettifogo
2009-03-24* Pushed evaluation of 'following question' from dialogue parsing to dialogue...Nicola Mettifogo
2009-03-23Merged GetData, HearData, SpeakData, PathData, ExamineData, MergeData into Ty...Nicola Mettifogo
2009-02-26Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointe...Nicola Mettifogo
2009-02-26Cleanup of CommandExec and ProgramExec, and pushed down dependencies from exe...Nicola Mettifogo
2009-01-06Fixed broken condition check for displaying dialogue balloons.Nicola Mettifogo
2009-01-04Fixed warningMax Horn
2009-01-04Implemented counters in BRA. Only valid answer options are shown, and counter...Nicola Mettifogo
2008-12-21Moved more GfxObj management to Gfx object.Nicola Mettifogo
2008-12-14Removed references to _vm from the engine itself.Nicola Mettifogo
2008-12-13Restructuring of rendering code.Nicola Mettifogo
2008-12-13* Replaced char* with Common::String in the parser.Nicola Mettifogo
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