aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/dialogue.cpp
AgeCommit message (Collapse)Author
2007-03-17gathered character related stuff into a new struct Character, and modified ↵Nicola Mettifogo
calling code accordingly svn-id: r26158
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
svn-id: r26156
2007-03-13made hi-level graphics routine use Common::Rect instead of (x,y,w,h) t-uplesNicola Mettifogo
svn-id: r26121
2007-03-12removed useless routines (maybe leftovers from the amiga conversion)Nicola Mettifogo
svn-id: r26116
2007-03-12renamed Graphics class to Gfx and Parallaction::_graphics to ↵Nicola Mettifogo
Parallaction::_gfx to shorten lines and avoid aliasing with framework's Graphics svn-id: r26111
2007-03-11wrapped active location data into a new structureNicola Mettifogo
svn-id: r26085
2007-03-11should stop Q's Visual Studio from complainingNicola Mettifogo
svn-id: r26079
2007-03-11more refactoringNicola Mettifogo
svn-id: r26076
2007-03-10some refactoringNicola Mettifogo
svn-id: r26072
2007-03-10commented nasty hack in the original codeNicola Mettifogo
svn-id: r26071
2007-03-10character loading/freeing routines now also handle Heads and Talks, instead ↵Nicola Mettifogo
of having scattered code around svn-id: r26059
2007-03-04wrapped loader routines into a new class named Disk. The new class is also ↵Nicola Mettifogo
responsible for handling Archives in place of the Parallaction engine. svn-id: r25972
2007-03-04replaced memAlloc/memFree with standard malloc/freeNicola Mettifogo
svn-id: r25962
2007-03-02added loaders for static images like pickable items and for characters framesNicola Mettifogo
svn-id: r25940
2007-03-02enforced convention on loader names: load[ItemType]Nicola Mettifogo
svn-id: r25937
2007-03-02changed every font name to be platform independent, added font loader routineNicola Mettifogo
svn-id: r25935
2007-03-02added openTalk as loader for talk resourcesNicola Mettifogo
svn-id: r25931
2007-02-27changed font handling:Nicola Mettifogo
- engine doesn't see font as a low-level Cnv anymore - the Graphics class takes care of freeing memory on font changes svn-id: r25900
2007-02-25wrapped archive routines into a new class named Archive. File-level static ↵Nicola Mettifogo
variables have been made members of the new class. svn-id: r25866
2007-02-20made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ↵Nicola Mettifogo
Script objects for input. svn-id: r25743
2007-02-19first step in parser simplificationNicola Mettifogo
svn-id: r25733
2007-02-17Changed spaces to tabs again.Torbjörn Andersson
svn-id: r25656
2007-02-17more conventional termination handling. Event loops are going to get merged ↵Nicola Mettifogo
soon, so there are FIXME remainders around there. svn-id: r25655
2007-02-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
svn-id: r25654
2007-02-14More skip_whitespace -> Common::ltrim(). For real now.Eugene Sandulenko
svn-id: r25577
2007-02-08fixed bug: dialogue questions don't clutter the screen anymore when user is ↵Nicola Mettifogo
selecting an answer svn-id: r25429
2007-02-08fixed bug in dialogue parsing code: available answers now really depend on ↵Nicola Mettifogo
game flags svn-id: r25427
2007-02-01Used Fingolfin's workaround for a bogus (?) warning produced by some versionsTorbjörn Andersson
of GCC. (Not the one he's using, though, which is why I'm doing this instead.) svn-id: r25327
2007-01-31fixed casting bug as suggested by fingolfin on tracker item #1648325Nicola Mettifogo
svn-id: r25304
2007-01-26fixed out-of-bounds error causing random crashes in dialoguesNicola Mettifogo
svn-id: r25215
2007-01-26added more debug messagesNicola Mettifogo
svn-id: r25214
2007-01-15Fixing const related warnings in the parallaction engineMax Horn
svn-id: r25095
2007-01-14Initial import of Parallaction engineEugene Sandulenko
svn-id: r25083