aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-03VOYEUR: Fix names of cursor variables in doInterfacePaul Gilbert
2014-01-03VOYEUR: Replaced original game mansion scrolling with a more effective onePaul Gilbert
The original had the cursor fixed in the middle of the screen, and scrolled the mansion view as the mouse moves. Since this doesn't really work for windowed mode nor tablets, I've replaced it with a new version that scrolls when the mouse cursor is near any edge of the screen
2014-01-02VOYEUR: In progress work trying to fix doGossipPaul Gilbert
2013-12-31VOYEUR: Implemented game ending title and creditsPaul Gilbert
2013-12-31VOYEUR: Implementing game end methodsPaul Gilbert
2013-12-31VOYEUR: Fix to cardPerform switch casesPaul Gilbert
2014-01-01VOYEUR: Workaround for original intrepreter frame overrunsPaul Gilbert
2014-01-01VOYEUR: Fix compiler warningPaul Gilbert
2014-01-01VOYEUR: Fix memory leak in animation header classPaul Gilbert
2014-01-01VOYEUR: Animation improvements to better handle Voyeur RL2 videosPaul Gilbert
2013-12-31VOYEUR: Fix guilt check post doTapePlaying callPaul Gilbert
2013-12-30VOYEUR: Fixes to vDoCycleInt for tape playback palette animationPaul Gilbert
2013-12-30VOYEUR: Removed duplicate vStopCycle methodPaul Gilbert
2013-12-30VOYEUR: Fix to doTapePlaying to show tape imagePaul Gilbert
2013-12-30VOYEUR: Implemented vDoCycleIntPaul Gilbert
2013-12-30VOYEUR: Clean up playAVideoDurationPaul Gilbert
2013-12-30VOYEUR: Fix bugs in police arriving playbackPaul Gilbert
2013-12-30VOYEUR: Implemented remainder of playAVideoDurationPaul Gilbert
2013-12-30VOYEUR: Move _isRLV3 flag to animation header classPaul Gilbert
2013-12-30VOYEUR: Adding support for manually set backgrounds to RL2 playbackPaul Gilbert
2013-12-29VOYEUR: Implemented playAVideo code, and support for RLV3 videosPaul Gilbert
2013-12-29VOYEUR: Mouse flags cleanup and in progress work on doGossipPaul Gilbert
2013-12-29VOYEUR: Add support for creating a PictureResource from a Graphics::SurfacePaul Gilbert
2013-12-28VOYEUR: Fix right click to exit room closeupsPaul Gilbert
2013-12-28VOYEUR: Fixes for mouse cursor callsPaul Gilbert
2013-12-28VOYEUR: Fix data needed for drawDotPaul Gilbert
2013-12-28VOYEUR: Bugfixes for doEvidDisplayPaul Gilbert
2013-12-28VOYEUR: Fixed naming of mouse state flagsPaul Gilbert
2013-12-28VOYEUR: Further replacement of page flip code with flipPageAndWait callsPaul Gilbert
2013-12-28VOYEUR: Implemented evidence display codePaul Gilbert
2013-12-28VOYEUR: Refactored code fragments to use flipPageAndWaitPaul Gilbert
2013-12-28VOYEUR: Refactored code fragments to use flipPageAndWaitForFade methodPaul Gilbert
2013-12-28VOYEUR: Implemented startCursorBlink and drawDotPaul Gilbert
2013-12-28VOYEUR: Fix for doRoom start and loopingPaul Gilbert
2013-12-27VOYEUR: Convert doInterface to use new rects resource typePaul Gilbert
2013-12-26VOYEUR: Remove redundant method definitionPaul Gilbert
2013-12-26VOYEUR: Fix prototype for playAVideoDurationPaul Gilbert
2013-12-26VOYEUR: Implemented getChooseButtonPaul Gilbert
2013-12-26VOYEUR: Implemented playAVideoDurationPaul Gilbert
2013-12-25VOYEUR: Implemented checkForIncriminatePaul Gilbert
2013-12-25VOYEUR: Implemented checkForMurderPaul Gilbert
2013-12-25VOYEUR: Enhance RectResource to handle rect setsPaul Gilbert
2013-12-25VOYEUR: Better implementation of rect resourcesPaul Gilbert
2013-12-25VOYEUR: Implement doTapePlayingPaul Gilbert
2013-12-25VOYEUR: Implemented doGossipPaul Gilbert
2013-12-25VOYEUR: Implemented reviewTape and dependent codePaul Gilbert
2013-12-24VOYEUR: Implemented further event methods, and miscellaneousPaul Gilbert
2013-12-24VOYEUR: Bugfixes and move for doScroll methodPaul Gilbert
2013-12-24VOYEUR: Fix for setting up viewport clipping rectPaul Gilbert
2013-12-24VOYEUR: Fixes for video camera battery countdownPaul Gilbert