Age | Commit message (Expand) | Author |
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 |
2007-08-07 | Turned StaticCnv struct into stock Graphics::Surface, and changed all relevan... | Nicola Mettifogo |
2007-08-06 | User can now quit (using shortcuts) when asked for ingame protection code. | Nicola Mettifogo |
2007-08-06 | Fixes bug #1766217 (flickering monk), and prevents animations from stepping b... | Nicola Mettifogo |
2007-08-04 | Fixes bug #1765310. Counter needs to be reset at the beginning of each iterat... | Nicola Mettifogo |
2007-07-29 | Cleanup. | Nicola Mettifogo |
2007-07-08 | Changed inventory graphics update from synchronous to lazy. | Nicola Mettifogo |
2007-07-08 | Cleanup inventory code. | Nicola Mettifogo |
2007-07-08 | The mouse cursor is shown during dialogues in the Amiga versions (Demo and Mu... | Travis Howell |
2007-07-05 | Fix incorrect face frame been shown during dialogs, due to regression in revi... | Travis Howell |
2007-07-03 | Changed Dialogue from a typedef for an implicit n-tree of Questions to a plai... | Nicola Mettifogo |
2007-07-03 | Some cheap renaming and cleanup. | Nicola Mettifogo |
2007-07-02 | Removed special displayBalloonString routine. | Nicola Mettifogo |
2007-07-02 | Fixed glitch: protection code appearing over prompt. | Nicola Mettifogo |
2007-07-01 | Applied new flatBlitCnv and little refactoring to dialogue code. | Nicola Mettifogo |
2007-07-01 | Wrapped dialogue functions into a new DialogueManager, and some basic refacto... | Nicola Mettifogo |
2007-06-22 | 0xD -> Common::KEYCODE_RETURN | Max Horn |
2007-06-18 | Mouse is now properly hidden during dialogues, and is restored after load/sav... | Nicola Mettifogo |