aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/dialogue.cpp
AgeCommit message (Expand)Author
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
2007-03-18Removed old and commented hack code for Dino in the museum location.Nicola Mettifogo
2007-03-18extracted more code from runDialogue and renamed some key variablesNicola Mettifogo
2007-03-18removed unused parameter from Gfx::flatBlitCnvNicola Mettifogo
2007-03-18more formattingNicola Mettifogo
2007-03-18formattingNicola Mettifogo
2007-03-18broke down huge runDialogue in more manageable chunksNicola Mettifogo
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17some renaming to shorten linesNicola Mettifogo
2007-03-17gathered character related stuff into a new struct Character, and modified ca...Nicola Mettifogo
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-03-13made hi-level graphics routine use Common::Rect instead of (x,y,w,h) t-uplesNicola Mettifogo
2007-03-12removed useless routines (maybe leftovers from the amiga conversion)Nicola Mettifogo
2007-03-12renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g...Nicola Mettifogo
2007-03-11wrapped active location data into a new structureNicola Mettifogo
2007-03-11should stop Q's Visual Studio from complainingNicola Mettifogo
2007-03-11more refactoringNicola Mettifogo
2007-03-10some refactoringNicola Mettifogo
2007-03-10commented nasty hack in the original codeNicola Mettifogo
2007-03-10character loading/freeing routines now also handle Heads and Talks, instead o...Nicola Mettifogo
2007-03-04wrapped loader routines into a new class named Disk. The new class is also re...Nicola Mettifogo
2007-03-04replaced memAlloc/memFree with standard malloc/freeNicola Mettifogo
2007-03-02added loaders for static images like pickable items and for characters framesNicola Mettifogo
2007-03-02enforced convention on loader names: load[ItemType]Nicola Mettifogo
2007-03-02changed every font name to be platform independent, added font loader routineNicola Mettifogo
2007-03-02added openTalk as loader for talk resourcesNicola Mettifogo
2007-02-27changed font handling:Nicola Mettifogo
2007-02-25wrapped archive routines into a new class named Archive. File-level static va...Nicola Mettifogo
2007-02-20made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ...Nicola Mettifogo
2007-02-19first step in parser simplificationNicola Mettifogo
2007-02-17Changed spaces to tabs again.Torbjörn Andersson
2007-02-17more conventional termination handling. Event loops are going to get merged s...Nicola Mettifogo
2007-02-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
2007-02-14More skip_whitespace -> Common::ltrim(). For real now.Eugene Sandulenko
2007-02-08fixed bug: dialogue questions don't clutter the screen anymore when user is s...Nicola Mettifogo
2007-02-08fixed bug in dialogue parsing code: available answers now really depend on ga...Nicola Mettifogo
2007-02-01Used Fingolfin's workaround for a bogus (?) warning produced by some versionsTorbjörn Andersson
2007-01-31fixed casting bug as suggested by fingolfin on tracker item #1648325Nicola Mettifogo
2007-01-26fixed out-of-bounds error causing random crashes in dialoguesNicola Mettifogo
2007-01-26added more debug messagesNicola Mettifogo
2007-01-15Fixing const related warnings in the parallaction engineMax Horn
2007-01-14Initial import of Parallaction engineEugene Sandulenko