Commit graph

55 commits

Author SHA1 Message Date
Paul Gilbert
bbecd20818 VOYEUR: Variable renaming for Video Id 2014-01-03 11:00:12 -10:00
Paul Gilbert
ac157b7bc7 VOYEUR: Workaround for original code causing crash after calling doEvidDisplay 2014-01-03 10:17:40 -10:00
Paul Gilbert
795422bb29 VOYEUR: Fix loading of correct hotspot list in doInterface 2014-01-03 09:35:17 -10:00
Paul Gilbert
5b2ad8515e VOYEUR: Fix names of cursor variables in doInterface 2014-01-03 09:28:40 -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
3e268ca4e0 VOYEUR: Fix to cardPerform switch cases 2013-12-31 13:43:47 -10:00
Paul Gilbert
f1686fcf16 VOYEUR: Fix bugs in police arriving playback 2013-12-30 10:00:26 +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
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
84752aa272 VOYEUR: Refactored code fragments to use flipPageAndWait 2013-12-28 15:09:44 +11:00
Paul Gilbert
19c208a05d VOYEUR: Refactored code fragments to use flipPageAndWaitForFade method 2013-12-28 15:02:54 +11:00
Paul Gilbert
8ed1171ca0 VOYEUR: Convert doInterface to use new rects resource type 2013-12-27 20:42:05 +11:00
Paul Gilbert
88c9dac8c0 VOYEUR: Implemented playAVideoDuration 2013-12-26 07:30:46 +11:00
Paul Gilbert
6e801e246b VOYEUR: Enhance RectResource to handle rect sets 2013-12-25 17:07:05 +11:00
Paul Gilbert
754601bbab VOYEUR: Better implementation of rect resources 2013-12-25 16:40:46 +11:00
Paul Gilbert
c5f9cf9134 VOYEUR: Implemented doGossip 2013-12-25 15:43:18 +11:00
Paul Gilbert
fa6eb76d66 VOYEUR: Implemented further event methods, and miscellaneous 2013-12-24 16:32:50 +11:00
Paul Gilbert
156f78e7cd VOYEUR: Bugfixes and move for doScroll method 2013-12-24 10:32:41 +11:00
Paul Gilbert
4f9c900a03 VOYEUR: Fixes for video camera battery countdown 2013-12-24 07:38:39 +11:00
Paul Gilbert
537ec24e1e VOYEUR: Renamed a couple of event fields 2013-12-20 23:03:17 -05:00
Paul Gilbert
171d159489 VOYEUR: Implemented doRoom method 2013-12-20 22:51:31 -05:00
Paul Gilbert
a73ea5c3dc VOYEUR: Beginnings of camera spy screen 2013-12-19 09:25:40 -05:00
Paul Gilbert
72c21cf0a7 VOYEUR: Implemented drawIfaceTime 2013-12-18 22:01:16 -05:00
Paul Gilbert
f588211815 VOYEUR: Implemented checkTransition 2013-12-18 21:26:26 -05:00
Paul Gilbert
13b4c9ca68 VOYEUR: Renaming of mouse click fields 2013-12-18 20:13:34 -05:00
Paul Gilbert
6cd2d01397 VOYEUR: Fixes for doApt mouse handling 2013-12-18 09:34:48 -05:00
Paul Gilbert
1a4c6d46ac VOYEUR: Reset doAptAnim frame delay back to what it should be 2013-12-18 09:17:47 -05:00
Paul Gilbert
23f9cb19b4 VOYEUR: In progress work on fixing initial apartment animation 2013-12-18 08:53:44 -05:00
Paul Gilbert
b99176fee6 VOYEUR: Fix for sound playback in the apartment 2013-12-17 20:18:01 -05:00
Paul Gilbert
2346671e7c VOYEUR: Resource fix in doAptAnim 2013-12-16 22:21:41 -05:00
Paul Gilbert
e132e8b7c1 VOYEUR: Implemented doApt 2013-12-15 19:01:44 -05:00
Paul Gilbert
28ecf5ba53 VOYEUR: Fix extra flag parameters for getBoltGroup and freeBoltGroup 2013-12-15 15:08:25 -05:00
Paul Gilbert
e44fa657e4 VOYEUR: Implemented support methods needed for doApt 2013-12-14 22:27:16 -05:00
Paul Gilbert
798a93d899 VOYEUR: Slight fix to doInterface method 2013-12-14 21:08:56 -05:00
Paul Gilbert
fc757c3169 VOYEUR: Fix shadowed variable in doInterface 2013-12-14 20:42:16 -05:00
Paul Gilbert
95316a5956 VOYEUR: Implemented doInterface method 2013-12-14 20:40:19 -05:00
Paul Gilbert
af90a11ff2 VOYEUR: Fix various warnings 2013-12-14 17:38:01 -05:00
Paul Gilbert
49d50afb47 VOYEUR: In progress implementation of doInterface 2013-12-14 11:39:15 -05:00
Paul Gilbert
4ffa060832 VOYEUR: Make parsePlayCommands debug parse Index be 1-based 2013-12-13 23:26:51 -05:00
Paul Gilbert
033929d701 VOYEUR: Fixes for parsePlayCommands command 8 2013-12-13 23:18:59 -05:00
Paul Gilbert
b9bd380a29 VOYEUR: Fixes for parsePlayCommands command 7 2013-12-13 23:13:35 -05:00
Paul Gilbert
208c5aa6b7 VOYEUR: Fix for parsePlayCommands command 9 2013-12-13 23:03:25 -05:00
Paul Gilbert
b80d0e9aa3 VOYEUR: Fix field intiialisation in getStateInfo 2013-12-13 22:11:16 -05:00
Paul Gilbert
09b22952ce VOYEUR: Minor fix to getNextRecord and added a few debug lines 2013-12-13 20:51:06 -05:00
Paul Gilbert
c479aed9d1 VOYEUR: Implemented cardPerform and cardPerform2 2013-12-12 23:56:54 -05:00
Paul Gilbert
1187a4fc25 VOYEUR: Implemented goToState method 2013-12-12 20:33:59 -05:00
Paul Gilbert
dfd4e765f2 VOYEUR: Implementing code for chooseSTAMPButton and sub-methods 2013-12-12 08:51:13 -05:00
Paul Gilbert
ae7bb13f20 VOYEUR: Fix loading of ControlResource 2013-12-11 22:36:40 -05:00