aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/dialogue.cpp
AgeCommit message (Expand)Author
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
2007-08-25Added an abstract base class for representing multiple-frames for animations....Nicola Mettifogo
2007-08-25Merged most parser contexts into a single structure, added some new fields to...Nicola Mettifogo
2007-08-24First step in restructuring engine code:Nicola Mettifogo
2007-08-16Changed more parsing routines to use tables instead of switch statements.Nicola Mettifogo
2007-08-13Changed Table to return 0 instead of -1 when lookup fails. Lookup already yie...Nicola Mettifogo
2007-08-11Moved core font management from Gfx to engine. Gfx still retains features rel...Nicola Mettifogo
2007-08-07Turned StaticCnv struct into stock Graphics::Surface, and changed all relevan...Nicola Mettifogo
2007-08-06User can now quit (using shortcuts) when asked for ingame protection code.Nicola Mettifogo
2007-08-06Fixes bug #1766217 (flickering monk), and prevents animations from stepping b...Nicola Mettifogo
2007-08-04Fixes bug #1765310. Counter needs to be reset at the beginning of each iterat...Nicola Mettifogo
2007-07-29Cleanup.Nicola Mettifogo
2007-07-08Changed inventory graphics update from synchronous to lazy.Nicola Mettifogo
2007-07-08Cleanup inventory code.Nicola Mettifogo
2007-07-08The mouse cursor is shown during dialogues in the Amiga versions (Demo and Mu...Travis Howell
2007-07-05Fix incorrect face frame been shown during dialogs, due to regression in revi...Travis Howell
2007-07-03Changed Dialogue from a typedef for an implicit n-tree of Questions to a plai...Nicola Mettifogo
2007-07-03Some cheap renaming and cleanup.Nicola Mettifogo
2007-07-02Removed special displayBalloonString routine.Nicola Mettifogo
2007-07-02Fixed glitch: protection code appearing over prompt.Nicola Mettifogo
2007-07-01Applied new flatBlitCnv and little refactoring to dialogue code.Nicola Mettifogo
2007-07-01Wrapped dialogue functions into a new DialogueManager, and some basic refacto...Nicola Mettifogo
2007-06-220xD -> Common::KEYCODE_RETURNMax Horn
2007-06-18Mouse is now properly hidden during dialogues, and is restored after load/sav...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-15Fixed bug when typing protection code.Nicola Mettifogo
2007-05-13cleanupNicola Mettifogo
2007-04-16Now handling fonts with brand-new Font hierarchy. Amiga font have been implem...Nicola Mettifogo
2007-04-15- Fonts are now preloaded at start.Nicola Mettifogo
2007-04-09Fixed regression bug in dialogue code.Nicola Mettifogo
2007-04-07Added new ManagedList class to handle Instruction and Command lists. The same...Nicola Mettifogo
2007-04-07cleanupNicola Mettifogo
2007-04-07Fixed incomplete implementation of Command lists.Nicola Mettifogo
2007-04-07Changed Commands to use List<>Nicola Mettifogo
2007-04-07Implemented destructors for Question and Answer.Nicola Mettifogo
2007-04-07New struct Answer introduced.Nicola Mettifogo
2007-04-07Reduced dependency between project files, and prepared defs.h for deletion as...Nicola Mettifogo
2007-03-29- implemented destructor for Cnv, thus removing calls to Gfx::freeCnv()Nicola Mettifogo
2007-03-24Added new class Table, and updated Disk accordingly. Tables can be populated ...Nicola Mettifogo
2007-03-24made more functions members of ParallactionNicola Mettifogo
2007-03-19final version of runDialogueNicola Mettifogo
2007-03-19applied De Morgan's law to an expression to expose similaritiesNicola Mettifogo
2007-03-19fixed bug from first decompileNicola Mettifogo
2007-03-19refactoring of the main loop of runDialogue, now in a decent shapeNicola Mettifogo
2007-03-19a bit of refactoring for dialogue codeNicola Mettifogo
2007-03-19removed most useless (paranoid) debugCNicola Mettifogo
2007-03-18- added constructors for most structsNicola Mettifogo
2007-03-18changed remaining stuff to Common::Point and got rid of custom Point and RectNicola Mettifogo
2007-03-18Made loadTalk return a new Cnv instead of accepting a parameter.Nicola Mettifogo