aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-04SHERLOCK: improve 3DO movie player, add SDX2 codecMartin Kiewitz
- queue up to 0.5 seconds of audio to avoid buffer underruns - support for SDX2 codec - put both audio codecs into audio/decoders/3do.cpp - made movie player capable of playing EA logo movie
2015-06-03SHERLOCK: Fix gcc warningsPaul Gilbert
2015-06-03SHERLOCK: Implemented checkWalkGraphicsPaul Gilbert
2015-06-03SHERLOCK: Implemented setObjTalkSequence methodsPaul Gilbert
2015-06-03SHERLOCK: Fix resetting cursor when leaving the mapPaul Gilbert
2015-06-03SHERLOCK: Fix resetting cursor when resetting UIPaul Gilbert
2015-06-03SHERLOCK: Implement changes for checkObjectPaul Gilbert
2015-06-03SHERLOCK: Fix issues with drawAllShapesPaul Gilbert
2015-06-03SHERLOCK: Clarify "song" command usageTorbjörn Andersson
Though now that I've realized that loadMusic() takes a room number, I see there seems to be at least one song that can't be played this way...
2015-06-03SHERLOCK: Add "song" debugger commandTorbjörn Andersson
It could be more user-friendly, but should work well enough for now.
2015-06-03SHERLOCK: unpause engine, when exiting the consoleMartin Kiewitz
2015-06-03SHERLOCK: 3do movie player non-FFR thx clone2727Martin Kiewitz
sherlock seems to only use a fixed frame rate but we now support dynamic frame rate timing
2015-06-03SHERLOCK: Add hotspot to magnifying glass cursorTorbjörn Andersson
I am not sure exactly what the original did, but this seems to match the behaviour I've observed in DOSBox.
2015-06-03SHERLOCK: Remove Subversion keywords from file header.Torbjörn Andersson
2015-06-03SHERLOCK: add 3DO movie player to module.mkMartin Kiewitz
2015-06-03SHERLOCK: 3DO movie player,thx clone2727 for videoMartin Kiewitz
2015-06-02SHERLOCK: Make some fields of CAnimStream privatePaul Gilbert
2015-06-02SHERLOCK: Implement getScaleValPaul Gilbert
2015-06-02SHERLOCK: Implement RT drawAllShapes and support methodsPaul Gilbert
2015-06-02SHERLOCK: Fix Scalpel cursor regressionsTorbjörn Andersson
There was no magnifying glass cursor, and the hourglass cursor wasn't animated.
2015-06-02SHERLOCK: start of street intro quitable nowMartin Kiewitz
2015-06-02SHERLOCK: hopefully fix crash on exit/Music classMartin Kiewitz
2015-06-02SHERLOCK: rename MT32 driver, fix SysExPosMartin Kiewitz
2015-06-02SHERLOCK: add MT32 debug, add music data commentMartin Kiewitz
2015-06-02SHERLOCK: add mt32 music driverMartin Kiewitz
2015-06-01SHERLOCK: Fix button check in lookScreenPaul Gilbert
2015-06-01SHERLOCK: Add extra constructor field initializationsPaul Gilbert
2015-06-02TSAGE: Add cast of nullptr to (const void *) in call to variadic functionsThierry Crozat
This should not be necessary, but this is for (at least) two reasons: - Our C++11 compatibility code simply defines nullptr as 0 (and 0 may have a different size to (const void *)0). - Xcode compiler on OS X throw an error without that cast (cannot pass object of non-POD type nullptr through variadic method).
2015-06-01SHERLOCK: Remove unnecessary object positioningTorbjörn Andersson
The final piece of the logo animation doesn't move, so we only need to set its position once. Obviously this could be further simplified.
2015-06-01SHERLOCK: remove debug #ifsMartin Kiewitz
2015-06-01SHERLOCK: intro: play constable anim slowerMartin Kiewitz
2015-06-01SHERLOCK: add comments about waitUntilTick()Martin Kiewitz
2015-06-01SHERLOCK: add fade out to street scene introMartin Kiewitz
2015-06-01SHERLOCK: fix flicker during EA logo introMartin Kiewitz
2015-06-01SHERLOCK: intro timing + fixesMartin Kiewitz
2015-06-01SHERLOCK: Erase the hand cursor when that part of the intro is doneTorbjörn Andersson
2015-06-01SHERLOCK: Fix closing namespace commentsFilippos Karapetis
2015-06-01SHERLOCK: Clean up the static people data arraysFilippos Karapetis
2015-06-01SHERLOCK: Fix bug when opening the journalFilippos Karapetis
2015-06-01SHERLOCK: intro changesMartin Kiewitz
- shortened delay during "in the alley" text, so that music track change occurs correctly - added fade to black during alley cutscene
2015-05-31SHERLOCK: Formatting fixPaul Gilbert
2015-06-01SHERLOCK: implement 2 palette faes for the introMartin Kiewitz
2015-05-31SHERLOCK: Remove unused variablePaul Gilbert
2015-05-31SHERLOCK: Implement remainder of RT doBgAnimPaul Gilbert
2015-05-31SHERLOCK: Silence GCC warningTorbjörn Andersson
2015-05-31SHERLOCK: debug levels for AdLib & MusicMartin Kiewitz
2015-05-31SHERLOCK: Implemented Tattoo UI drawInterfacePaul Gilbert
2015-05-31SHERLOCK: Move scroll variables from Screen to TattooUserInterfacePaul Gilbert
2015-05-31SHERLOCK: Added missing setAnimMode() callTorbjörn Andersson
It doesn't seem to make any difference, but surely it should be called here when it's called for earlier animations?
2015-05-31SHERLOCK: Fix brief black screen in EA logo introTorbjörn Andersson
There used to be a slight delay between clearing the screen and starting the "morph into EA logo" animation. Now those two things are done in the same stage of the intro.