aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/journal.cpp
AgeCommit message (Collapse)Author
2016-09-03SHERLOCK: SS: Fix German journal crash moving tobacco boxPaul Gilbert
2016-02-16SHERLOCK: RT: Only see German Sharp-S char as printableMartin Kiewitz
And not the full 0xE0 -> 0xFF range Fixes bug #7042
2016-02-09SHERLOCK: RT: Fix German umlaut display in JournalPaul Gilbert
2016-02-07SHERLOCK: Make journal entries multilingualMartin Kiewitz
Spanish needs to be checked Spanish also needs to be copy and slightly changed for SH1 Also fixed Journal button text for French + Spanish Fixes bug #7019
2016-01-28SHERLOCK: SS: Fix signed char issues with new isPrintable functionPaul Gilbert
2016-01-27SHERLOCK: SS: Fix German accents not showing in journalPaul Gilbert
2015-12-09SHERLOCK: Add validation for journal entry valuesPaul Gilbert
2015-10-08SHERLOCK: SS: Move fixBadText from ScalpelJournal to ScalpelTalkPaul Gilbert
2015-10-05SHERLOCK: SS: Fix garbage text in German version conversationPaul Gilbert
Talking to Watson in the Alleyway scene can result in the text "Change Speaker to Sherlock Holmes" appearing mid-conversation, even in DosBox. This workaround fixes this by skipping the text.
2015-10-05SHERLOCK: SS: Fix German conversation crashPaul Gilbert
The crash occurred due to the presense of a single character printable string between two script opcodes
2015-09-03SHERLOCK: RT: Fix searching and displaying matchesPaul Gilbert
2015-08-20SHERLOCK: RT: Minor fixes and added highlight enum to JournalPaul Gilbert
2015-08-03SHERLOCK: RT: Fix journal handling of OP_NPC_DESC_ON_OFF opcodePaul Gilbert
2015-07-28SHERLOCK: RT: Fix redundant speaker lines in JournalPaul Gilbert
2015-07-27SHERLOCK: RT: Fix loading and display of journal locationsPaul Gilbert
2015-07-26SHERLOCK: RT: Fix vertical spacing in journalPaul Gilbert
2015-07-26SHERLOCK: RT: Fix placement of journal textPaul Gilbert
2015-07-26SHERLOCK: RT: Move Journal record method back to Journal classPaul Gilbert
2015-07-05SHERLOCK: RT: Cleanup and fleshing out of savingPaul Gilbert
2015-07-01SHERLOCK: RT: Fix infinite empty talk dialog in introPaul Gilbert
2015-06-29SHERLOCK: RT: Fix Coverity problemsPaul Gilbert
2015-06-28SHERLOCK: Silence gcc warningsMatthew Hoops
2015-06-26SHERLOCK: Split FixedText into separate descendents for each gamePaul Gilbert
2015-06-25SHERLOCK: RT: Set up new values for color constantsPaul Gilbert
2015-06-21SHERLOCK: RT: Implemented further journal draw methodsPaul Gilbert
2015-06-21SHERLOCK: RT: Move journal code used by both games back to JournalPaul Gilbert
2015-06-21SHERLOCK: Split up Journal class for each gamePaul Gilbert
2015-06-16SHERLOCK: Introduce a IS_3DO defineFilippos Karapetis
This is similar to IS_SERRATED_SCALPEL and IS_ROSE_TATTOO, and makes the code a bit easier to read
2015-06-15SHERLOCK: Use a string literal as the format stringMatthew Hoops
It's a gcc warning, but can lead to crashes should a string with a specifier in it be passed in and no arguments on the stack.
2015-06-14SHERLOCK: journal uses fixed text class nowMartin Kiewitz
journal buttons and some text is now localized
2015-06-12SHERLOCK: 3DO: fix library loading on 3DOMartin Kiewitz
also disable journal recording for 3DO
2015-06-11SHERLOCK: Remove redundant cursor animation when searching journalPaul Gilbert
2015-06-08SHERLOCK: Fix comment typoTorbjörn Andersson
2015-06-07SHERLOCK: Refactoring, cleanup, and fixes for savegame codePaul Gilbert
2015-06-08SHERLOCK: More differences implemented for RT's loadJournalFileFilippos Karapetis
2015-06-07SHERLOCK: Implement more differences in loadJournalFile for Rose TattooFilippos Karapetis
2015-06-07SHERLOCK: Implement some differences in loadJournalFile for Rose TattooFilippos Karapetis
2015-06-07SHERLOCK: Add initial handling of journal talk and location data for RTFilippos Karapetis
2015-06-05SHERLOCK: 3DO changesMartin Kiewitz
- journal.txt is actually missing - chess.txt is the same as on PC - information about 3DA/3DX files
2015-06-04SHERLOCK: tiny bit of work on 3DOMartin Kiewitz
2015-06-01SHERLOCK: Fix bug when opening the journalFilippos Karapetis
2015-05-24SHERLOCK: Create separate opcode list for Scalpel vs TattooPaul 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-20SHERLOCK: Fix display of 'Text Not Found' when doing journal searchesPaul Gilbert
2015-05-20SHERLOCK: Re-add GCC_PRINTF and fix resulting GCC warningsPaul Gilbert
2015-05-19SHERLOCK: Trim useless spaces and tabsStrangerke
2015-05-19SHERLOCK: Further minor cleanupsPaul Gilbert
2015-05-19SHERLOCK: More syntactic fixesPaul Gilbert
2015-05-19SHERLOCK: Move method comments from cpp to headersPaul Gilbert