aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_scene.cpp
AgeCommit message (Collapse)Author
2015-06-13SHERLOCK: Clean up ADJUST_COORD slightlyFilippos Karapetis
2015-06-13SHERLOCK: RT: Reset _runningProlog when loading a savegamePaul Gilbert
2015-06-13SHERLOCK: RT: Implemented handleInput methodPaul Gilbert
2015-06-13SHERLOCK: adjust vars b/c last 3DO cAnim commitMartin Kiewitz
2015-06-13SHERLOCK: Remove unused variablesStrangerke
2015-06-13SHERLOCK: Reduce the scope of some variables, add a couple of CHECKMEsStrangerke
2015-06-12SHERLOCK: RT: Implement startCAnimPaul Gilbert
2015-06-12SHERLOCK: RT: Implement animation structure changesPaul Gilbert
2015-06-12SHERLOCK: RT: Refactor and remove remaining uses of MAX_NPCPaul Gilbert
2015-06-12SHERLOCK: RT: Move RT fields added to Person to TattooPersonPaul Gilbert
2015-06-11SHERLOCK: Refactor gotoStand into Person classesPaul Gilbert
2015-06-11SHERLOCK: Beginning of descendent Person classesPaul Gilbert
Tattoo has some different Sprite methods, and since Person descends from Sprite, need to create descendents from it. And this has also necessitated some refactoring of People class's _data array
2015-06-11SHERLOCK: Fix memory corruption when displaying mapPaul Gilbert
2015-06-11SHERLOCK: RT map display partially workingPaul Gilbert
2015-06-08SHERLOCK: Move Scalpel map code to ScalpelMapPaul Gilbert
2015-06-06SHERLOCK: Remove unused variablesPaul Gilbert
2015-06-06SHERLOCK: Implement setupBGAreaPaul Gilbert
2015-06-05SHERLOCK: Fixes for RT object sequence handlingPaul Gilbert
2015-06-05SHERLOCK: "Fix" corruption in Rose Tatto introTorbjörn Andersson
It still looks bad, but given the comments it makes more sense to copy from _backBuffer2 than trying to copy an invalid portion of the frame.
2015-06-04SHERLOCK: Add RT post-processing for loadScenePaul Gilbert
2015-06-03SHERLOCK: Fix issues with drawAllShapesPaul Gilbert
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-05-31SHERLOCK: Implement remainder of RT doBgAnimPaul Gilbert
2015-05-31SHERLOCK: Move scroll variables from Screen to TattooUserInterfacePaul Gilbert
2015-05-30SHERLOCK: Further compilation fixesPaul Gilbert
2015-05-30SHERLOCK: Fix incorrect if statementPaul Gilbert
2015-05-29SHERLOCK: More RT doBgAnim code, interface drawPaul Gilbert
2015-05-28SHERLOCK: Implement additions to updateBackground, some method stubsPaul Gilbert
2015-05-28SHERLOCK: Moving split up classes into their own filesPaul Gilbert