Age | Commit message (Expand) | Author |
2014-02-18 | PARALLACTION: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-04-17 | PARALLACTION: Don't use an invalid array index. | Alyssa Milburn |
2012-09-27 | PARALLACTION: Clean up global variables a bit. | Alyssa Milburn |
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn |
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-01-29 | PARALLACTION: Cleanup dialogue code. | Nicola Mettifogo |
2011-01-29 | PARALLACTION: Add default case to silence GCC warning. | Torbjörn Andersson |
2011-01-29 | PARALLACTION: Cleanup dialogue code. | Nicola Mettifogo |
2011-01-29 | PARALLACTION: Cleanup dialogue code. | Nicola Mettifogo |
2011-01-29 | PARALLACTION: Simplify text comparisons in dialogue code. | Nicola Mettifogo |
2011-01-29 | PARALLACTION: Clarify strategy for choosing (answer) dialogue paths. | Nicola Mettifogo |
2011-01-29 | PARALLACTION: Don't show 'null' answers in dialogues. | Nicola Mettifogo |
2011-01-29 | PARALLACTION: Improve dialogue debug output. | Nicola Mettifogo |
2011-01-29 | PARALLACTION: encapsulate dialogue state changes to aid debugging. | Nicola Mettifogo |
2011-01-28 | PARALLACTION: Flexible monologues in BRA (patch #3021740 by fuzzie) | Nicola Mettifogo |
2011-01-28 | Replaced char* with Common::String in balloon code. | Nicola Mettifogo |
2010-05-22 | Make sure a dialogue is valid before entering dialogue mode. | Nicola Mettifogo |
2010-05-18 | Fix missing dialogue index. | Willem Jan Palenstijn |
2010-05-12 | Changed the last global objects to class members. | Nicola Mettifogo |
2010-04-28 | Make sure dialogue manager is destroyed on quit. | Nicola Mettifogo |
2010-04-02 | Fix whitespace | Willem Jan Palenstijn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2009-10-15 | Fixed bug 2879785. Dialogue commands were partly executed too early: see comm... | Nicola Mettifogo |
2009-10-14 | Fixed regression bug #2874229. Regression had happened in r39878, when the di... | Nicola Mettifogo |
2009-04-06 | Removed useless references to the global _vm. | Nicola Mettifogo |
2009-04-06 | Cleanup of Balloon and Dialogue code: | Nicola Mettifogo |
2009-03-31 | Fixed dialogue balloon appearing in the wrong position after commit 39772. | Nicola Mettifogo |
2009-03-31 | There 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-23 | Merged GetData, HearData, SpeakData, PathData, ExamineData, MergeData into Ty... | Nicola Mettifogo |
2009-02-26 | Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointe... | Nicola Mettifogo |
2009-02-26 | Cleanup of CommandExec and ProgramExec, and pushed down dependencies from exe... | Nicola Mettifogo |
2009-01-06 | Fixed broken condition check for displaying dialogue balloons. | Nicola Mettifogo |
2009-01-04 | Fixed warning | Max Horn |
2009-01-04 | Implemented counters in BRA. Only valid answer options are shown, and counter... | Nicola Mettifogo |
2008-12-21 | Moved more GfxObj management to Gfx object. | Nicola Mettifogo |
2008-12-14 | Removed references to _vm from the engine itself. | Nicola Mettifogo |
2008-12-13 | Restructuring of rendering code. | Nicola Mettifogo |
2008-12-13 | * Replaced char* with Common::String in the parser. | Nicola Mettifogo |
2008-08-16 | Extended balloon manager to handle color constants and fixed color of text in... | Nicola Mettifogo |
2008-08-14 | Some 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-22 | Fix build. | Nicola Mettifogo |
2008-07-22 | Fixed regression in dialogue code: certain commands weren't executed anymore ... | Nicola Mettifogo |
2008-07-21 | Massive refactoring of dialogue code, which is now implemented as a finite st... | Nicola Mettifogo |
2008-07-17 | Fixed regression bug in dialogue, which de-facto allowed user to skip in-game... | Nicola Mettifogo |
2008-07-11 | Moved program and command execution code out of the engine, into their own br... | Nicola Mettifogo |