aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/talk.cpp
AgeCommit message (Expand)Author
2015-06-03SHERLOCK: Fix gcc warningsPaul Gilbert
2015-06-03SHERLOCK: Implemented setObjTalkSequence methodsPaul Gilbert
2015-06-01SHERLOCK: Add extra constructor field initializationsPaul Gilbert
2015-05-31SHERLOCK: Fix regression in conversationsTorbjörn Andersson
2015-05-30SHERLOCK: Fix restoring info line when talk window closesPaul Gilbert
2015-05-28SHERLOCK: Moving split up classes into their own filesPaul Gilbert
2015-05-27SHERLOCK: Implemented initial background clearing of RT doBgAnimPaul Gilbert
2015-05-25SHERLOCK: Cleanup of checkBgShapes and updateBackgroundPaul Gilbert
2015-05-24SHERLOCK: Fix People data initialization and general start fixesPaul Gilbert
2015-05-24SHERLOCK: Implement cmdNextSongPaul Gilbert
2015-05-24SHERLOCK: Implement cmdSetNPCWalkGraphics methodPaul Gilbert
2015-05-24SHERLOCK: Fix script opcode table lookupPaul 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: Replaced second MAX_PEOPLE definition with _characters.size()Paul Gilbert
2015-05-21SHERLOCK: Clean up initialization and handling of NPC dataPaul Gilbert
2015-05-21SHERLOCK: Correct some commentsPaul Gilbert
2015-05-20SHERLOCK: Re-add GCC_PRINTF and fix resulting GCC warningsPaul Gilbert
2015-05-19SHERLOCK: Use a bit more MenuMode and SaveModeStrangerke
2015-05-19SHERLOCK: Move method comments from cpp to headersPaul Gilbert
2015-05-18SHERLOCK: Further syntactic fixesPaul Gilbert
2015-05-18SHERLOCK: Syntactic fixesPaul Gilbert
2015-05-18SHERLOCK: Added more of the game options to the Engine tabPaul Gilbert
2015-05-18SHERLOCK: More replacing numbers with constantsPaul Gilbert
2015-05-18SHERLOCK: Fix spacing in constructorsPaul Gilbert
2015-05-18SHERLOCK: Fix some issues pointed by LordHotoStrangerke
2015-05-17SHERLOCK: Replace scumm_stricmp() with equalsIgnoreCase()sirlemonhead
2015-05-17SHERLOCK: Beginnings of UserInterface split for Scalpel vs TattooPaul Gilbert
2015-05-14SHERLOCK: Remove redundant _scriptCurrentIndex fieldPaul Gilbert
2015-05-13SHERLOCK: Implement sound priorityStrangerke
2015-05-12SHERLOCK: Correct some minor spelling mistakessirlemonhead
2015-05-09SHERLOCK: Make copyright headers consistentWillem Jan Palenstijn
2015-05-09SHERLOCK: Some more fixesStrangerke
2015-05-08SHERLOCK: Fix some reads beyond script end in doScriptPaul Gilbert
2015-05-08SHERLOCK: Fix some more GCC warningsStrangerke
2015-05-07SHERLOCK: some code formattingStrangerke
2015-05-06SHERLOCK: Dropped _saveSeqNum in favor of _savedSequences sizePaul Gilbert
2015-05-03SHERLOCK: Fix picking up knife in taxidermyPaul Gilbert
2015-05-03SHERLOCK: Fix crash when moving cratesPaul Gilbert
2015-05-02SHERLOCK: Fix original game bug when testing powdery substancePaul Gilbert
2015-05-01SHERLOCK: Extra method commentsPaul Gilbert
2015-05-01SHERLOCK: Rename playPrologue to playPaul Gilbert
2015-05-01SHERLOCK: Fix conversation with Lord BrumwellPaul Gilbert
2015-05-01SHERLOCK: Refactored out _ongoingCans fieldPaul Gilbert
2015-04-30SHERLOCK: Fix looking at items with multiple pages of descriptionPaul Gilbert
2015-04-30SHERLOCK: Simplify all the castings of char to byte in Talk and JournalPaul Gilbert
2015-04-30SHERLOCK: Use script opcode constants in journal loadingPaul Gilbert