aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scene.cpp
AgeCommit message (Expand)Author
2015-06-02SHERLOCK: Implement RT drawAllShapes and support methodsPaul Gilbert
2015-05-31SHERLOCK: Move scroll variables from Screen to TattooUserInterfacePaul Gilbert
2015-05-30Merge branch 'sherlock2'Paul Gilbert
2015-05-28SHERLOCK: Moving split up classes into their own filesPaul Gilbert
2015-05-27SHERLOCK: Implement RT scrolling codePaul Gilbert
2015-05-27SHERLOCK: Implemented initial background clearing of RT doBgAnimPaul Gilbert
2015-05-26SHERLOK: Beginnings of split of doBgAnim logicPaul Gilbert
2015-05-26SHERLOCK: Starting to split Scene class, implemented checkBgShapes changesPaul Gilbert
2015-05-25SHERLOCK: Add define for fixed integer multiplierPaul Gilbert
2015-05-25SHERLOCK: Cleanup of checkBgShapes and updateBackgroundPaul Gilbert
2015-05-24SHERLOCK: Fix palette for RT scenePaul Gilbert
2015-05-24SHERLOCK: Fix display of first RT scene backgroundPaul Gilbert
2015-05-24SHERLOCK: Implement more scene loading and setNPCPathPaul Gilbert
2015-05-24SHERLOCK: Implemented initial RT palette loadingPaul Gilbert
2015-05-24SHERLOCK: Split sound class in two, add WIP music playerStrangerke
2015-05-23SHERLOCK: Implemented Tattoo loadWalk changesPaul Gilbert
2015-05-23SHERLOCK: Fix Rose Tattoo scene loading problems from mergePaul Gilbert
2015-05-22Merge branch 'master' into sherlock2Paul Gilbert
2015-05-22SHERLOCK: Rework use of music flagsStrangerke
2015-05-22SHERLOCK: Fix some uninitialized values and unused variablesStrangerke
2015-05-19SHERLOCK: Trim useless spaces and tabsStrangerke
2015-05-19SHERLOCK: Use a bit more MenuMode and SaveModeStrangerke
2015-05-19SHERLOCK: Add extra constants for object bit-flagsPaul Gilbert
2015-05-19SHERLOCK: Move method comments from cpp to headersPaul Gilbert
2015-05-18SHERLOCK: Syntactic fixesPaul Gilbert
2015-05-18SHERLOCK: More replacing numbers with constantsPaul Gilbert
2015-05-18SHERLOCK: Replace magic numbers with enums and constantsPaul Gilbert
2015-05-18SHERLOCK: Syntactic fixesPaul Gilbert
2015-05-18SHERLOCK: Fix spacing in constructorsPaul Gilbert
2015-05-18Merge pull request #8 from sirlemonhead/sherlockPaul Gilbert
2015-05-18SHERLOCK: Fix some issues pointed by LordHotoStrangerke
2015-05-18SHERLOCK: Fix code formatting issues and comment spelling mistakessirlemonhead
2015-05-17SHERLOCK: Replace scumm_stricmp() with equalsIgnoreCase()sirlemonhead
2015-05-17SHERLOCK: Fix scene loading when using a Small installationPaul Gilbert
2015-05-17SHERLOCK: Implement remaining Rose Tattoo scene data loadingPaul Gilbert
2015-05-16SHERLOCK: Update CAnim loading for Rose TattooPaul Gilbert
2015-05-16SHERLOCK: Implement Tattoo version of image RLE compressionPaul Gilbert
2015-05-16SHERLOCK: Fix reading scene shapes when compressedPaul Gilbert
2015-05-16SHERLOCK: Fix broken Scalpel scene loadingPaul Gilbert
2015-05-16SHERLOCK: Scene loading for shapes, desc, scripts for Rose TattooPaul Gilbert
2015-05-16SHERLOCK: Fix decompression for Rose TattooPaul Gilbert
2015-05-16Merge branch 'sherlock' into sherlock2Paul Gilbert
2015-05-16SHERLOCK: Merged decompression code into Resources classPaul Gilbert
2015-05-13SHERLOCK: More rename of synchronize methods to loadPaul Gilbert
2015-05-13SHERLOCK: Rename object loading methods from synchronize to loadPaul Gilbert
2015-05-13SHERLOCK: Implement sound priorityStrangerke
2015-05-12SHERLOCK: Beginnings of Rose Tattoo enginePaul Gilbert
2015-05-10SHERLOCK: Add some code for the interactive demo (still crashing)Strangerke
2015-05-09SHERLOCK: Make copyright headers consistentWillem Jan Palenstijn
2015-05-08SHERLOCK: Fix some more warningsStrangerke