Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-14 | SHERLOCK: RT: Move more methods from Sprite to TattooPerson | Paul Gilbert | |
2015-06-14 | SHERLOCK: SS: fix talkInterf to handle int. chars | Martin Kiewitz | |
so that line wrapping works properly for international versions | |||
2015-06-14 | SHERLOCK: initial inventory via fixed text class | Martin Kiewitz | |
initial inventory is now localized | |||
2015-06-14 | SHERLOCK: 3DO: make inventory work somewhat | Martin Kiewitz | |
inventory images is in item.lib on 3DO | |||
2015-06-14 | SHERLOCK: add boundary checks to fixed text class | Martin Kiewitz | |
for action strings | |||
2015-06-14 | SHERLOCK: Move _walkDest from People to Person | Paul Gilbert | |
2015-06-14 | SHERLOCK: RT: Fix player movement whilst walking | Paul Gilbert | |
2015-06-14 | SHERLOCK: fixed text German adjustment | Martin Kiewitz | |
2 lines were duplicated, fixed it | |||
2015-06-14 | SHERLOCK: action processing uses fixed text class | Martin Kiewitz | |
action error messages are now localized too | |||
2015-06-14 | SHERLOCK: RT: Fix player animation when enterng scene | Paul Gilbert | |
2015-06-14 | SHERLOCK: Compilation fix | Paul Gilbert | |
2015-06-14 | SHERLOCK: journal uses fixed text class now | Martin Kiewitz | |
journal buttons and some text is now localized | |||
2015-06-14 | SHERLOCK: RT: Fix initialization of character animation sequences | Paul Gilbert | |
2015-06-14 | SHERLOCK: RT: Move checkObject from Object to BaseObject | Paul Gilbert | |
checkObject needs to be called in checkSprite now, which is in the Sprite class. So the method and a few others it depeends on have been moved into BaseObject | |||
2015-06-14 | SHERLOCK: inventory uses fixed text class now | Martin Kiewitz | |
inventory buttons now localized | |||
2015-06-14 | SHERLOCK: fixedText class to support localizations | Martin Kiewitz | |
also implemented text for windows (exit/up/down) using this class | |||
2015-06-14 | SHERLOCK: RT: Initial support for multiple sound effects | Filippos Karapetis | |
The paper boy in the intro sounds correct now | |||
2015-06-14 | SHERLOCK: improve image palette detection | Martin Kiewitz | |
fixes German+Spanish menu bars. The first menu bar of those versions is the exact same size as a palette. | |||
2015-06-14 | SHERLOCK: 3DO: enable button pressing in UI | Martin Kiewitz | |
2015-06-14 | SHERLOCK: Add mutex to Sherlock MIDI parser | Torbjörn Andersson | |
Hopefully this will put a stop to random crashes when music starts and/or stops. I'm never quite sure just how much locking is necessary, though... | |||
2015-06-14 | SHERLOCK: RT: Implemented walk setup | Paul Gilbert | |
2015-06-13 | SHERLOCK: Refactored walk data block to e a proper structure | Paul Gilbert | |
2015-06-14 | SHERLOCK: font class char 0xE1 treatment -> 135 | Martin Kiewitz | |
instead of 136. confirmed via disassembly. happens in German version, when talking to kid in 2nd room | |||
2015-06-13 | SHERLOCK: Further changes for different opcode ranges | Paul Gilbert | |
2015-06-13 | SHERLOCK: SS: German and Spanish use an alternate opcode range | Paul Gilbert | |
2015-06-14 | SHERLOCK: font class adjustment for int. versions | Martin Kiewitz | |
- allow characters > 0x80 - adjust characters >= 0x80 (Spanish + German didn't do exactly the same) - behavior inside SH2 unconfirmed - makes text in SH1 German+Spanish work | |||
2015-06-13 | SHERLOCK: RT: Fix initial facing of characters within scene | Paul Gilbert | |
2015-06-13 | SHERLOCK: RT: Replace values of 256 with SCALING_THRESHOLD | Paul Gilbert | |
2015-06-13 | SHERLOCK: add detection for SH1 German+Spanish | Martin Kiewitz | |
2015-06-13 | SHERLOCK: RT: Implement setWalking | Paul Gilbert | |
2015-06-13 | SHERLOCK: Initial implementation of the NPC-related opcodes | Filippos Karapetis | |
This includes cmdWalkHolmesAndNPCToCAnimation, cmdWalkNPCToCAnimation, cmdWalkNPCToCoords and cmdWalkHomesAndNPCToCoords | |||
2015-06-13 | SHERLOCK: Simplify UseType to derive from ActionType | Paul Gilbert | |
2015-06-13 | SHERLOCK: 3DO: talk movie playback changes | Martin Kiewitz | |
only trigger movie playback inside Talk::doScript when scripts switch to new speaker. That way longer text won't trigger movie playback. | |||
2015-06-13 | SHERLOCK: 3DO: dialog movie player adjustment | Martin Kiewitz | |
cut scriptname to 6 characters in case it's longer than that | |||
2015-06-13 | SHERLOCK: 3DO: movie playback for script events | Martin Kiewitz | |
also added debug information output | |||
2015-06-13 | SHERLOCK: Add names of missing opcodes and controls in warning messages | Filippos Karapetis | |
2015-06-13 | SHERLOCK: Clean up ADJUST_COORD slightly | Filippos Karapetis | |
2015-06-13 | SHERLOCK: Clean up the parameter passed in talk3DOMovieTrigger() | Filippos Karapetis | |
2015-06-13 | SHERLOCK: 3DO: close and delete videoDecoder | Martin Kiewitz | |
...after playing a movie. | |||
2015-06-13 | SHERLOCK: RT: Implemented doStandardControl | Paul Gilbert | |
2015-06-13 | SHERLOCK: 3DO: support for talk movies | Martin Kiewitz | |
2015-06-13 | SHERLOCK: RT: Reset _runningProlog when loading a savegame | Paul Gilbert | |
2015-06-13 | SHERLOCK: 3DO: object loading: fix _use loading | Martin Kiewitz | |
fixes murder scene room crash | |||
2015-06-13 | SHERLOCK: RT: Implemented handleInput method | Paul Gilbert | |
2015-06-13 | SHERLOCK: 3DO: add checks to ccb header reading | Martin Kiewitz | |
verify that height+width from PRE0/PRE1 are correct security check | |||
2015-06-13 | SHERLOCK: 3DO: adjust sprite frame only for walk | Martin Kiewitz | |
only adjust animation frame for walk.anim map uses another set of images and the same sprite code | |||
2015-06-13 | SHERLOCK: 3DO: implement map support + cel 8-bit | Martin Kiewitz | |
added PLUT shading | |||
2015-06-13 | SHERLOCK: RT: Fix getting default scene player position | Paul Gilbert | |
2015-06-13 | SHERLOCK: 3DO: load scene: load exits seek | Martin Kiewitz | |
2015-06-13 | SHERLOCK: 3DO: room loading: load exits | Martin Kiewitz | |