aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/talk.h
AgeCommit message (Expand)Author
2015-07-01SHERLOCK: RT: Fix infinite empty talk dialog in introPaul Gilbert
2015-06-25SHERLOCK: RT: Further split-off of Scalpel-specific codePaul Gilbert
2015-06-23SHERLOCK: RT: Beginnings of talk window widget classPaul Gilbert
2015-06-14SHERLOCK: remove virtual from Talk::isOpcode()Martin Kiewitz
2015-06-14SHERLOCK: remove inline from Talk::isOpcode()Martin Kiewitz
2015-06-14SHERLOCK: fix buildMartin Kiewitz
2015-06-14SHERLOCK: SS: fix talkInterf to handle int. charsMartin Kiewitz
2015-06-13SHERLOCK: 3DO: movie playback for script eventsMartin Kiewitz
2015-06-13SHERLOCK: 3DO: support for talk moviesMartin Kiewitz
2015-06-12SHERLOCK: RT: Fix loading talk/script statementsPaul Gilbert
2015-06-12SHERLOCK: RT: Initial implementation of cmdWalkHolmesToCoordsFilippos Karapetis
2015-06-07SHERLOCK: Refactoring, cleanup, and fixes for savegame codePaul Gilbert
2015-06-07SHERLOCK: Add missing OP_END_TEXT_WINDOW opcodePaul Gilbert
2015-06-07SHERLOCK: Fix mistakes in opcode listsPaul Gilbert
2015-06-07SHERLOCK: Fix for switching speakersPaul Gilbert
2015-06-07SHERLOCK: Split cmdGotoScene and add the Rose Tattoo implementationFilippos Karapetis
2015-06-07SHERLOCK: Implemented talk/listen sequence methodsPaul Gilbert
2015-06-06SHERLOCK: Move Scalpel specific talk window drawing into ScalpelTalkPaul Gilbert
2015-06-06SHERLOCK: Setting up game specific People descendant classesPaul Gilbert
2015-06-06SHERLOCK: Created common base class for Sprite and ObjectPaul Gilbert
2015-06-06SHERLOCK: Increase size of RT _talkHistoryPaul Gilbert
2015-06-05SHERLOCK: Move the Talk descendant classes into their own filesPaul Gilbert
2015-06-03SHERLOCK: Implemented setObjTalkSequence methodsPaul Gilbert
2015-05-30SHERLOCK: Silence GCC warning.Torbjörn Andersson
2015-05-27SHERLOCK: Implemented initial background clearing of RT doBgAnimPaul Gilbert
2015-05-24SHERLOCK: Implement method stubs for Tattoo opcodesPaul Gilbert
2015-05-24SHERLOCK: Splitting Talk up to implement individual opcode methodsPaul Gilbert
2015-05-24SHERLOCK: Fully implemented RT opcodes arrayPaul Gilbert
2015-05-24SHERLOCK: Create separate opcode list for Scalpel vs TattooPaul Gilbert
2015-05-22Merge branch 'master' into sherlock2Paul Gilbert
2015-05-21SHERLOCK: Clean up initialization and handling of NPC dataPaul Gilbert
2015-05-19SHERLOCK: Move method comments from cpp to headersPaul Gilbert
2015-05-17SHERLOCK: Beginnings of UserInterface split for Scalpel vs TattooPaul Gilbert
2015-05-14SHERLOCK: Remove redundant _scriptCurrentIndex fieldPaul Gilbert
2015-05-09SHERLOCK: Remove duplicated _converseNum field from JournalPaul Gilbert
2015-05-09SHERLOCK: Make copyright headers consistentWillem Jan Palenstijn
2015-05-06SHERLOCK: Dropped _saveSeqNum in favor of _savedSequences sizePaul Gilbert
2015-05-03SHERLOCK: Fix crash when moving cratesPaul Gilbert
2015-04-30SHERLOCK: Use script opcode constants in journal loadingPaul Gilbert
2015-04-21SHERLOCK: Implement savegame synchronizationPaul Gilbert
2015-04-15SHERLOCK: Refactored out Scripts classPaul Gilbert
2015-04-12SHERLOCK: Fix mixups with sequence stack and script stackPaul Gilbert
2015-04-12SHERLOCK: Implementing event handling for talk displayPaul Gilbert
2015-05-07SHERLOCK: Implemented stubbed talk and inventory methodsPaul Gilbert
2015-04-10SHERLOCK: Implemented doScript and support methodsPaul Gilbert
2015-04-01SHERLOCK: Implemented loadJournalFilePaul Gilbert
2015-03-31SHERLOCK: Implement pushSequence and pullSequencePaul Gilbert
2015-03-31SHERLOCK: Loading for TALK_SEQUENCES and STILL_SEQUENCES Scalpel arraysPaul Gilbert
2015-03-31SHERLOCK: Implement clearTalking and Talk::drawInterfacePaul Gilbert
2015-03-31SHERLOCK: Implemented displayTalkPaul Gilbert