aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-08SHERLOCK: events delay quit eventMartin Kiewitz
2015-06-08SHERLOCK: Don't skip rest of intro when skipping DOS EA logoTorbjörn Andersson
This is how the original works, as far as I can tell.
2015-06-08SHERLOCK: 3DO: add 3DO EA Splash screenMartin Kiewitz
2015-06-08SHERLOCK: 3DO: play EA intro movieMartin Kiewitz
2015-06-08SHERLOCK: Fix checkSprite() regression from FIXED_INT_MULTIPLIERTorbjörn Andersson
I think these 100 should be FIXED_INT_MULTIPLIER, which was changed to 1000 recently to accomodate for The Case of the Rose Tattoo. Bizarrely, the noticeable regression from this was that the first few paragraphs of the journal (referencing events in the intro) were not recorded. I trust someone will let me know if I got it wrong.
2015-06-08SHERLOCK: adjust music play code (file extension)Martin Kiewitz
2015-06-08SHERLOCK: 3DO: add delay right at the intro startMartin Kiewitz
2015-06-08SHERLOCK: add music + sync to 3DO introMartin Kiewitz
2015-06-08SHERLOCK: 3DO: add comment about ccbFlag bit 5Martin Kiewitz
2015-06-08SHERLOCK: 3DO intro screen clear addedMartin Kiewitz
2015-06-08SHERLOCK: 3DO intro cels added (+scream +note)Martin Kiewitz
2015-06-08SHERLOCK: 3do cel uncompressed fix, adjust cityMartin Kiewitz
- uncompressed data is still DWORD aligned - fixes "copyright EA" cel - adjusted city scene coordinates
2015-06-08SHERLOCK: 3DO cel decoding supportMartin Kiewitz
2015-06-08SHERLOCK: Remove redundant game check from ScalpelMapPaul Gilbert
2015-06-08SHERLOCK: Add virtual destructors to Map classesPaul Gilbert
2015-06-08SHERLOCK: Move Scalpel map code to ScalpelMapPaul Gilbert
2015-06-08SHERLOCK: bit of work on 3DO graphic resourcesMartin Kiewitz
2015-06-08SHERLOCK: Fix comment typoTorbjörn Andersson
2015-06-07SHERLOCK: Beginnings of Map descendent classesPaul Gilbert
2015-06-07SHERLOCK: Move Scalpel scene enum to scalpel_scene.hPaul Gilbert
2015-06-07SHERLOCK: Fix loadWalk checks against WALK_LIB_NAMESPaul Gilbert
2015-06-07SHERLOCK: Fix cmdSetNPCInfoLinePaul Gilbert
2015-06-07SHERLOCK: Fix cmdWalkToCoordsPaul Gilbert
2015-06-07SHERLOCK: Refactoring, cleanup, and fixes for savegame codePaul Gilbert
2015-06-08SHERLOCK: Silence GCC warningTorbjörn Andersson
2015-06-07SHERLOCK: Fix Scalpel bug when picking up paperPaul Gilbert
2015-06-08SHERLOCK: Add missing check for the rightmost limit in adjustSpriteFilippos Karapetis
2015-06-07SHERLOCK: Fix loading of character walk sequence dataPaul Gilbert
2015-06-08SHERLOCK: More differences implemented for RT's loadJournalFileFilippos Karapetis
2015-06-07SHERLOCK: Add missing OP_END_TEXT_WINDOW opcodePaul Gilbert
2015-06-07SHERLOCK: Fix mistakes in opcode listsPaul Gilbert
2015-06-07SHERLOCK: Clean up EA logo animationTorbjörn Andersson
Since I don't know the TsAGE engine, it's possible that this could be done in some better way, but I think it's still an improvement over the old code.
2015-06-07SHERLOCK: Fix animation speed in EA logoTorbjörn Andersson
The slowness of the animation was caused by a misunderstanding of _counter vs frame counter. The nextFrame() function is called every two frames, so when the cases were set up five frames apart, they were actually advancing the animation once every ten frames.
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: Fix for switching speakersPaul Gilbert
2015-06-07SHERLOCK: Adapt more code to use FIXED_INT_MULTIPLIERFilippos Karapetis
2015-06-07SHERLOCK: Split cmdGotoScene and add the Rose Tattoo implementationFilippos Karapetis
This also adds some code missing from the Serrated Scalpel implementation
2015-06-07SHERLOCK: Implement the "dumpfile" debugger commandFilippos Karapetis
This can help us debug resources bundled within LIB files
2015-06-07SHERLOCK: Initialize _midiParser. Fixes crash on exit in 3DO version.Torbjörn Andersson
2015-06-07SHERLOCK: 3DO intro: audio implementedMartin Kiewitz
2015-06-07SHERLOCK: Fix animation/growing rate of EA logoTorbjörn Andersson
2015-06-07SHERLOCK: Add walk.lib to cache for Rose TattooFilippos Karapetis
2015-06-07SHERLOCK: Implemented talk/listen sequence methodsPaul Gilbert
2015-06-07SHERLOCK: Fix GCC compilationTorbjörn Andersson
2015-06-07SHERLOCK: 3DO animation supportMartin Kiewitz
2015-06-07SHERLOCK: Fix compiler warningPaul Gilbert
2015-06-07SHERLOCK: Add initial handling of journal talk and location data for RTFilippos Karapetis
2015-06-06SHERLOCK: Move Scalpel specific talk window drawing into ScalpelTalkPaul Gilbert
2015-06-06SHERLOCK: Remove comma from end of ScalpelSequences enumPaul Gilbert