aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/dialogue.cpp
AgeCommit message (Expand)Author
2018-08-01PARALLACTION: Fix invalid array access at dialogue selectionColin Snover
2016-05-30PARALLACTION: Fix object initializationEugene Sandulenko
2016-05-28PARALLACTION: Cleanup object initializationEugene Sandulenko
2014-02-18PARALLACTION: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-17PARALLACTION: Don't use an invalid array index.Alyssa Milburn
2012-09-27PARALLACTION: Clean up global variables a bit.Alyssa Milburn
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-01-29PARALLACTION: Cleanup dialogue code.Nicola Mettifogo
2011-01-29PARALLACTION: Add default case to silence GCC warning.Torbjörn Andersson
2011-01-29PARALLACTION: Cleanup dialogue code.Nicola Mettifogo
2011-01-29PARALLACTION: Cleanup dialogue code.Nicola Mettifogo
2011-01-29PARALLACTION: Simplify text comparisons in dialogue code.Nicola Mettifogo
2011-01-29PARALLACTION: Clarify strategy for choosing (answer) dialogue paths.Nicola Mettifogo
2011-01-29PARALLACTION: Don't show 'null' answers in dialogues.Nicola Mettifogo
2011-01-29PARALLACTION: Improve dialogue debug output.Nicola Mettifogo
2011-01-29PARALLACTION: encapsulate dialogue state changes to aid debugging.Nicola Mettifogo
2011-01-28PARALLACTION: Flexible monologues in BRA (patch #3021740 by fuzzie)Nicola Mettifogo
2011-01-28Replaced char* with Common::String in balloon code.Nicola Mettifogo
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