Age | Commit message (Expand) | Author |
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 |
2008-07-04 | - Moved dialogue balloon management code from Gfx to its own class | Nicola Mettifogo |
2008-06-29 | Changed all remaining code to use the GfxObj class to keep frames data. This ... | Nicola Mettifogo |
2008-06-22 | Fixed 2 MSVC warnings (potentially undefined behavior and possibly uninitiali... | Filippos Karapetis |
2008-06-02 | PARA: 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-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-09 | Turned Gfx::setFont into a protected member, since now Gfx can automatically ... | Nicola Mettifogo |
2008-01-07 | Fixed an MSVC warning | Filippos Karapetis |
2008-01-06 | Fixes wrong type. | Nicola Mettifogo |
2008-01-06 | Indent with tabs instead of spaces. | Torbjörn Andersson |
2008-01-06 | Moved balloons management into Gfx, which is now responsible for positioning ... | Nicola Mettifogo |
2008-01-02 | Fix for bug #1829409. Character now changes expression accordingly with avail... | Nicola Mettifogo |
2007-11-17 | Refactored main input code. | Nicola Mettifogo |
2007-10-27 | Temporarily force quits when user presses exit key combination. A TODO commen... | Nicola Mettifogo |
2007-10-13 | Decoupled password request from actual rendering of the dialogue screen, thus... | Nicola Mettifogo |
2007-09-22 | Refactored a lot of Character-related code and put it into the Character class. | Nicola Mettifogo |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-16 | Revised debug levels and added many debug strings for parsers. | Nicola Mettifogo |
2007-08-25 | Added an abstract base class for representing multiple-frames for animations.... | Nicola Mettifogo |
2007-08-25 | Merged most parser contexts into a single structure, added some new fields to... | Nicola Mettifogo |
2007-08-24 | First step in restructuring engine code: | Nicola Mettifogo |
2007-08-16 | Changed more parsing routines to use tables instead of switch statements. | Nicola Mettifogo |
2007-08-13 | Changed Table to return 0 instead of -1 when lookup fails. Lookup already yie... | Nicola Mettifogo |
2007-08-11 | Moved core font management from Gfx to engine. Gfx still retains features rel... | Nicola Mettifogo |