aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/talk.cpp
AgeCommit message (Expand)Author
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
2015-04-30SHERLOCK: Fix blank talk windows sometimes remaining openPaul Gilbert
2015-04-30SHERLOCK: Fix color of talk response textPaul Gilbert
2015-04-30SHERLOCK: Fix Gregson disappearing at MorguePaul Gilbert
2015-04-30SHERLOCK: Fix talking to Gregson at morguePaul Gilbert
2015-04-30SHERLOCK: More descriptive comment for talkToPaul Gilbert
2015-04-30SHERLOCK: Fix picking up pail at docksPaul Gilbert
2015-04-30SHERLOCK: Fix DISPLAY_INFO_LINE talk opcodePaul Gilbert
2015-04-30SHERLOCK: Fix display of item descriptionsPaul Gilbert
2015-04-27SHERLOCK: Fixes for giving flower to WigginsPaul Gilbert
2015-04-27SHERLOCK: Further fixes for analysing flower on lab tablePaul Gilbert
2015-04-27SHERLOCK: Fix analysing flower on lab tablePaul Gilbert
2015-04-26SHERLOCK: Fixes for using flower on lab tablePaul Gilbert
2015-04-26SHERLOCK: Cleanup and moving of map variables into Map classPaul Gilbert
2015-04-26SHERLOCK: Fix character positioning after loading savegamesPaul Gilbert
2015-04-26SHERLOCK: Fix SET_FLAG talk opcodePaul Gilbert
2015-04-26SHERLOCK: Fix casting of data in talk opcode handlingPaul Gilbert
2015-04-26SHERLOCK: Fix missing increments from various talk opcodesPaul Gilbert
2015-04-26SHERLOCK: Fix TOGGLE_OBJECT talk opcodePaul Gilbert
2015-04-26SHERLOCK: Fix RUN_CANIMATION talk opcodePaul Gilbert
2015-04-24SHERLOCK: Fix talk dialog buttonsPaul Gilbert
2015-04-24SHERLOCK: Formatting fixesPaul Gilbert
2015-04-24SHERLOCK: Fix display of look description dialogsPaul Gilbert
2015-04-24SHERLOCK: Fix button display in talk dialogPaul Gilbert
2015-04-21SHERLOCK: Implement savegame synchronizationPaul Gilbert
2015-04-15SHERLOCK: Refactored Chess class to be Map classPaul Gilbert
2015-04-15SHERLOCK: Refactored out Scripts classPaul Gilbert
2015-04-14SHERLOCK: Fix stopping Watson from moving when talking to himPaul Gilbert
2015-04-14SHERLOCK: Fix talking to Watson when he's sitting downPaul Gilbert
2015-04-14SHERLOCK: Fix word-wrap of talk optionsPaul Gilbert
2015-04-13SHERLOCK: Fixes for talk setup and portrait loadingPaul Gilbert
2015-04-12SHERLOCK: Fix mixups with sequence stack and script stackPaul Gilbert
2015-04-11SHERLOCK: Fixes for opening doorPaul Gilbert
2015-04-11SHERLOCK: Fix startup initializationPaul Gilbert
2015-05-07SHERLOCK: Implemented stubbed talk and inventory methodsPaul Gilbert
2015-04-10SHERLOCK: Implemented doScript and support methodsPaul Gilbert