Commit Graph
89 Commits
Author SHA1 Message Date
Paul Gilbert 27e141eaf4 VOYEUR: Fix exiting game from the VCR screen 2017-08-06 23:02:55 -04:00
Paul Gilbert c05a09d337 VOYEUR: Changed engine to use Graphics::ManagedSurface 2016-03-14 20:56:30 -04:00
Torbjörn Andersson 742b04cc49 VOYEUR: Remove unnecessary semicolon 2015-05-31 09:21:47 +02:00
Strangerke 7ebd6c974c VOYEUR: Fix bug in vDoCycleInt 2015-01-26 23:14:16 +01:00
Sven Hesse fc250701c5 VOYEUR: Janitorial - Remove trailing whitespace 2014-05-28 23:30:29 +02:00
Strangerke 4b8d0c5916 VOYEUR: Remove useless usage of pointer in EventManager 2014-03-24 18:17:54 +01:00
Strangerke 1e45673b4d VOYEUR: Fix some uninitialized variables 2014-03-08 14:26:25 +01:00
Strangerke ed52f7160d VOYEUR: Remove _field26 from the event timer 2014-03-06 08:10:17 +01:00
Paul Gilbert ae258cb350 VOYEUR: Change apartment cursor to use ScummVM cursor manager 2014-03-01 21:11:08 -05:00
Strangerke e44690dae9 VOYEUR: Remove setVm from GraphicsManager 2014-02-27 08:15:29 +01:00
Strangerke 9f74d13c57 VOYEUR: Remove setVm from EventManager 2014-02-27 07:29:49 +01:00
Strangerke 8215f59861 VOYEUR: Remove setVm from Debugger 2014-02-26 22:54:13 +01:00
Strangerke ccde2d5b76 VOYEUR: Remove setVm from SVoy 2014-02-26 22:45:16 +01:00
Strangerke 62d846d717 VOYEUR: Remove a useless function 2014-02-26 07:43:11 +01:00
Strangerke bcca831c68 VOYEUR: Fix some more uninitialized variables 2014-02-26 07:39:46 +01:00
Strangerke 27d624e79f VOYEUR: Remove unused variables and functions in GraphicsManager 2014-02-20 00:37:11 +01:00
Strangerke 6c63a9f4c7 VOYEUR: Remove some useless variables in Event, cleanup 2014-02-18 21:56:54 +01:00
Johannes Schickel 36ac801a4d VOYEUR: Make GPL headers consistent in themselves. 2014-02-18 02:43:50 +01:00
Strangerke 1b46f5f616 VOYEUR: Remove a useless keystate variable 2014-02-17 21:48:05 +01:00
Strangerke 013522457c VOYEUR: Remove useless fields in Events, some renaming 2014-02-13 08:44:06 +01:00
Strangerke 0d99418791 VOYEUR: Some more renaming 2014-02-11 08:24:26 +01:00
Strangerke 5cc1bd626d VOYEUR: Remove unused function header 2014-02-11 08:21:07 +01:00
Strangerke 1ed4ed47af VOYEUR: Rename some fields related to fading 2014-02-11 08:00:15 +01:00
Strangerke e688cb5015 VOYEUR: Implement fadeIntFunc() 2014-02-11 07:51:55 +01:00
Paul Gilbert d3f4156e6a VOYEUR: Clean up, commenting, and bugfixes for checking for murder 2014-02-03 22:02:28 -05:00
Paul Gilbert ae9bca6bdf VOYEUR: Remove a lot of outdated TODO's and clean up of stubbed methods 2014-02-03 20:16:13 -05:00
Paul Gilbert 8385a0ef8e VOYEUR: Implemented checkForKey 2014-02-03 01:23:27 -05:00
Paul Gilbert f88985dc64 VOYEUR: Added debugger command to show mouse position 2014-02-02 20:28:24 -05:00
Paul Gilbert 2b69c5d07c VOYEUR: Fix issue with time not progressing, and renamed associated enum member 2014-02-02 18:42:45 -05:00
Paul Gilbert 647a2ded95 VOYEUR: Set up enum for event flags, and improved blinking record indicator 2014-02-01 23:33:30 -05:00
Paul Gilbert 7f236696c9 VOYEUR: Minor fixes to reviewTape 2014-01-18 17:57:40 -05:00
Strangerke e6e8008e67 VOYEUR: Change some more types, add comments about unused variables 2014-01-07 07:27:29 +01:00
Paul Gilbert 2a206ebd7f VOYEUR: Moved SVoy and game events to their own file 2014-01-06 22:01:36 -05:00
Strangerke 6dff157459 VOYEUR: Remove a couple of useless variables, change type of some other to use booleans, add CHECKME 2014-01-07 00:06:16 +01:00
Paul Gilbert 1fb73446e3 VOYEUR: Clean up of some of the startup code 2014-01-05 20:56:14 -05:00
Paul Gilbert 9c2b761b31 VOYEUR: Rename the old _playStamp1/2 variables to have better names 2014-01-05 14:54:55 -05:00
Paul Gilbert ce5b8c54a9 VOYEUR: Hooked up debugger, and added a 'time' command 2014-01-03 20:11:00 -10:00
Paul Gilbert bbecd20818 VOYEUR: Variable renaming for Video Id 2014-01-03 11:00:12 -10:00
Paul Gilbert 1c3708630b VOYEUR: Replaced original game mansion scrolling with a more effective one
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-03 09:20:53 -10:00
Paul Gilbert 2d71a0594d VOYEUR: Fix guilt check post doTapePlaying call 2013-12-31 18:39:38 +11:00
Paul Gilbert 87a6e72fc5 VOYEUR: Fixes to vDoCycleInt for tape playback palette animation 2013-12-30 22:00:15 +11:00
Paul Gilbert f08231939f VOYEUR: Removed duplicate vStopCycle method 2013-12-30 20:28:29 +11:00
Paul Gilbert 60743fc8c9 VOYEUR: Implemented vDoCycleInt 2013-12-30 16:52:50 +11:00
Paul Gilbert 485c19b569 VOYEUR: Clean up playAVideoDuration 2013-12-30 10:25:46 +11:00
Paul Gilbert 10af04da6a VOYEUR: Mouse flags cleanup and in progress work on doGossip 2013-12-29 09:58:43 +11:00
Paul Gilbert d763f83862 VOYEUR: Fixes for mouse cursor calls 2013-12-28 20:53:33 +11:00
Paul Gilbert 8fa75375d4 VOYEUR: Bugfixes for doEvidDisplay 2013-12-28 20:32:17 +11:00
Paul Gilbert f88c472778 VOYEUR: Fixed naming of mouse state flags 2013-12-28 19:53:00 +11:00
Paul Gilbert b08e80cd66 VOYEUR: Implemented evidence display code 2013-12-28 18:37:37 +11:00
Paul Gilbert 9eccf91aea VOYEUR: Implemented startCursorBlink and drawDot 2013-12-28 14:01:06 +11:00