Strangerke
|
bc8486a76b
|
VOYEUR: Fix memory leak when quitting in showTitleScreen()
|
2014-03-05 08:16:49 +01:00 |
|
Strangerke
|
afb785e5c1
|
VOYEUR: Some cleanup related to the onOff and pick masks
|
2014-03-05 07:59:39 +01:00 |
|
Strangerke
|
4e68a67613
|
VOYEUR: Fix the new password behavior (still not saved, just as in the original)
|
2014-03-04 08:26:37 +01:00 |
|
Strangerke
|
c6467bcc1d
|
VOYEUR: Refresh mouse events in safe screen, fixing the 'enter password' behavior
|
2014-03-04 08:01:25 +01:00 |
|
Strangerke
|
f0111e92dc
|
VOYEUR: Rewrite hotspot code in doLock()
|
2014-03-03 23:04:51 +01:00 |
|
Strangerke
|
1c6a6474d2
|
VOYEUR: Fix a comment
|
2014-03-03 23:03:01 +01:00 |
|
Strangerke
|
db7d8a0d40
|
VOYEUR: Remove a couple of default values in function declaration
|
2014-03-03 23:02:44 +01:00 |
|
Strangerke
|
e6b56b0b85
|
VOYEUR: Remove the second (useless) parameter of freeBoltGroup()
|
2014-03-03 19:05:55 +01:00 |
|
Strangerke
|
3a017ac8a8
|
VOYEUR: Remove parameters matching the default parameter in freeBoltGroup() calls
|
2014-03-03 19:03:11 +01:00 |
|
Strangerke
|
6db1e8ae46
|
VOYEUR: Simplify getBoltGroup() by removing the second (useless) parameter
|
2014-03-03 19:00:14 +01:00 |
|
Strangerke
|
834cd6cc50
|
VOYEUR: Remove 2 parameters matching the default parameter in function calls
|
2014-03-03 18:55:00 +01:00 |
|
Paul Gilbert
|
ae258cb350
|
VOYEUR: Change apartment cursor to use ScummVM cursor manager
|
2014-03-01 21:11:08 -05:00 |
|
Strangerke
|
558887c1f1
|
VOYEUR: Fix the value of the CMapResource used in the fading of showConversionScreen()
|
2014-03-01 00:15:41 +01:00 |
|
Strangerke
|
7efe29249b
|
VOYEUR: Match the original and test _iForcedDeath after doHeadTitle()
|
2014-03-01 00:04:43 +01:00 |
|
Strangerke
|
885013febb
|
VOYEUR: Remove initializeManagers()
|
2014-02-27 08:17:26 +01:00 |
|
Strangerke
|
e44690dae9
|
VOYEUR: Remove setVm from GraphicsManager
|
2014-02-27 08:15:29 +01:00 |
|
Strangerke
|
6dd0a81fdf
|
VOYEUR: Remove setVm from FilesManager
|
2014-02-27 08:09:57 +01:00 |
|
Strangerke
|
9f74d13c57
|
VOYEUR: Remove setVm from EventManager
|
2014-02-27 07:29:49 +01:00 |
|
Strangerke
|
9278ec342c
|
VOYEUR: Remove setVm from SoundManager
|
2014-02-27 07:12:43 +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
|
8661653670
|
VOYEUR: Remove a boolean increment in checkPhoneCall()
|
2014-02-26 08:15:31 +01:00 |
|
Strangerke
|
2d12325006
|
VOYEUR: Fix eternal loop bug in sDrawPic()
|
2014-02-26 08:10:46 +01:00 |
|
Strangerke
|
63bf41f417
|
VOYEUR: Add missing break in cardPerform() switch
|
2014-02-26 08:05:11 +01:00 |
|
Strangerke
|
54095bd323
|
VOYEUR: Add a sanity check in loadAStack()
|
2014-02-26 07:59:56 +01:00 |
|
Strangerke
|
eb5b927ed1
|
VOYEUR: Fix read out of bounds in Debugger
|
2014-02-26 07:54:44 +01:00 |
|
Strangerke
|
0b57c1771e
|
VOYEUR: Fix pointer in BoltFile::initDefault()
|
2014-02-26 07:48:32 +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
|
27a098cd65
|
VOYEUR: Fix a couple of uninitialized variables in RL2VideoTrack and GraphicsManager
|
2014-02-26 07:22:44 +01:00 |
|
Strangerke
|
227d80e0fd
|
VOYEUR: Add some details about unused variables, initialize some variables
|
2014-02-25 23:04:42 +01:00 |
|
Strangerke
|
0a6a76c478
|
VOYEUR: Fix uninitialized variables in DisplayResource and RL2Decoder
|
2014-02-25 08:14:29 +01:00 |
|
Strangerke
|
eda34075c1
|
VOYEUR: Fix some uninitialized variables in ThreadResource
|
2014-02-25 08:09:28 +01:00 |
|
Strangerke
|
64a0e78473
|
VOYEUR: Add some missing initializations in SVoy, introduce EVTYPE_NONE even type
|
2014-02-25 07:55:57 +01:00 |
|
Strangerke
|
8cd0d40cef
|
VOYEUR: reduce the scope of a variable
|
2014-02-21 19:40:10 +01:00 |
|
Strangerke
|
3a6e4b381e
|
VOYEUR: Fix some more shadowed variables and functions
|
2014-02-21 19:35:37 +01:00 |
|
Strangerke
|
1aa9749beb
|
VOYEUR: Fix some shadowed variables in VoyeurEngine
|
2014-02-21 08:17:56 +01:00 |
|
Strangerke
|
eee040cd29
|
VOYEUR: Fix some shadowed variables in GraphicsManager
|
2014-02-21 08:05:56 +01:00 |
|
Strangerke
|
691ac84f36
|
VOYEUR: Fix some shadowed variables and functions in file handlers
|
2014-02-20 23:35:20 +01:00 |
|
Strangerke
|
36a4cda68e
|
VOYEUR: Fix comment related to iForcedDeath
|
2014-02-20 23:34:56 +01:00 |
|
Strangerke
|
4e80bb12d4
|
VOYEUR: Fix crash introduced in 4065c79527
|
2014-02-20 21:50:34 +01:00 |
|
Strangerke
|
5a57838416
|
VOYEUR: Add iForcedDeath as a boot parameter
|
2014-02-20 21:31:19 +01:00 |
|
Strangerke
|
4065c79527
|
VOYEUR: Some more renaming in GraphicsManager
|
2014-02-20 08:31:15 +01:00 |
|
Strangerke
|
d0bbb68eab
|
VOYEUR: Some more renaming
|
2014-02-20 08:10:48 +01:00 |
|
Strangerke
|
48c439a0eb
|
VOYEUR: Remove some more variables in ViewPortResource
|
2014-02-20 07:49:38 +01:00 |
|
Strangerke
|
31d3171b65
|
VOYEUR: Remove a useless parameter in doTimeBar()
|
2014-02-20 07:43:41 +01:00 |
|
Strangerke
|
29b9bba62c
|
VOYEUR: Remove useless function in SoundManager
|
2014-02-20 00:48:35 +01:00 |
|
Strangerke
|
27d624e79f
|
VOYEUR: Remove unused variables and functions in GraphicsManager
|
2014-02-20 00:37:11 +01:00 |
|
Strangerke
|
8d25112e14
|
VOYEUR: Some British to American English
|
2014-02-19 21:45:29 +01:00 |
|
Strangerke
|
2f0b6c7e95
|
VOYEUR: Set private some functions in ThreadResources
|
2014-02-19 21:02:22 +01:00 |
|
Strangerke
|
2a62c310c3
|
VOYEUR: More cleanup
|
2014-02-19 07:28:55 +01:00 |
|
Strangerke
|
e8076473bd
|
VOYEUR: Remove a useless parameter in vStartCycle()
|
2014-02-19 00:37:51 +01:00 |
|
Strangerke
|
ee6ac179ff
|
VOYEUR: Some more clean up in FILES
|
2014-02-19 00:15:22 +01:00 |
|
Strangerke
|
cd3e48cace
|
VOYEUR: Fix a null pointer assigned to 0
|
2014-02-19 00:15:21 +01:00 |
|
Strangerke
|
b06497f351
|
VOYEUR: Start cleaning FILES
|
2014-02-18 22:43:48 +01:00 |
|
Strangerke
|
6c63a9f4c7
|
VOYEUR: Remove some useless variables in Event, cleanup
|
2014-02-18 21:56:54 +01:00 |
|
Strangerke
|
0002eb0eaa
|
VOYEUR: Remove some useless variables
|
2014-02-18 19:53:31 +01:00 |
|
Strangerke
|
1434940253
|
VOYEUR: Remove useless variable in synchronize
|
2014-02-18 18:58:58 +01:00 |
|
Johannes Schickel
|
36ac801a4d
|
VOYEUR: Make GPL headers consistent in themselves.
|
2014-02-18 02:43:50 +01:00 |
|
Paul Gilbert
|
dc8b58a0f9
|
VOYEUR: Changed signature check for savegames to use MKTAG
|
2014-02-17 16:16:37 -05:00 |
|
Strangerke
|
2725bc88aa
|
VOYEUR: Get rid of a magic value, replaced by DECOMPRESS_SIZE
|
2014-02-17 21:49:07 +01:00 |
|
Strangerke
|
1b46f5f616
|
VOYEUR: Remove a useless keystate variable
|
2014-02-17 21:48:05 +01:00 |
|
Strangerke
|
f660e3ba11
|
VOYEUR: Fix some function definitions in voyeur_game
|
2014-02-17 21:45:49 +01:00 |
|
Strangerke
|
ee9c59b225
|
VOYEUR: Fix tabulation in staticres
|
2014-02-17 21:43:04 +01:00 |
|
Strangerke
|
d439747147
|
VOYEUR: Fix formatting in GraphicsManager
|
2014-02-17 21:40:27 +01:00 |
|
Strangerke
|
ed681f49e3
|
VOYEUR: Fix formatting
|
2014-02-17 21:37:37 +01:00 |
|
Strangerke
|
4367ade8c7
|
VOYEUR: Fix maximum number of savegames
|
2014-02-17 21:29:15 +01:00 |
|
Strangerke
|
473732d9fb
|
VOYEUR: Use AD_ENTRY1 for detection
|
2014-02-17 21:26:52 +01:00 |
|
Paul Gilbert
|
fe0376dbb0
|
VOYEUR: Indent register plugin lines to match standard practice
|
2014-02-16 23:43:15 -05:00 |
|
Paul Gilbert
|
b2bf4c6b17
|
VOYEUR: Changed SVoy initialisation to individual field values
|
2014-02-16 23:38:05 -05:00 |
|
Paul Gilbert
|
56a32b3652
|
VOYEUR: Fix checking RLV header signature
|
2014-02-16 23:29:19 -05:00 |
|
Strangerke
|
bc8542aa20
|
VOYEUR: Set private some DATA variables
|
2014-02-14 20:48:25 +01:00 |
|
Strangerke
|
2a97f13c0e
|
VOYEUR: Set private some variables and functions
|
2014-02-14 01:17:34 +01:00 |
|
Strangerke
|
013522457c
|
VOYEUR: Remove useless fields in Events, some renaming
|
2014-02-13 08:44:06 +01:00 |
|
Strangerke
|
1949f4511f
|
VOYEUR: Some renaming in Files
|
2014-02-13 08:14:01 +01:00 |
|
Strangerke
|
e7cc3fc4df
|
VOYEUR: Use American English instead of British English in several places
|
2014-02-12 07:54:14 +01:00 |
|
Strangerke
|
82b4768dd7
|
VOYEUR: Initialize some more variables
|
2014-02-12 07:48:03 +01:00 |
|
Strangerke
|
1b7a4cf4a0
|
VOYEUR: Initialize properly a couple of Bolt variables
|
2014-02-12 07:36:37 +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 |
|
Strangerke
|
72d2131263
|
VOYEUR: Remove a useless variable
|
2014-02-10 07:57:57 +01:00 |
|
Strangerke
|
9608a52162
|
VOYEUR: Reduce the scope of a couple of variables
|
2014-02-10 07:56:35 +01:00 |
|
Paul Gilbert
|
26f5475136
|
VOYEUR: Remove redundant code from RL2Decoder class
|
2014-02-07 20:57:49 -05:00 |
|
Paul Gilbert
|
e3b666a27a
|
VOYEUR: Standardised delay amount between frame checks in video playback methods
|
2014-02-07 20:46:02 -05:00 |
|
Paul Gilbert
|
9d86715e30
|
VOYEUR: Renaming SVoy fields
|
2014-02-07 20:40:04 -05:00 |
|
Paul Gilbert
|
f407a292a1
|
VOYEUR: Fix decoder _curFrame to start at -1
|
2014-02-07 08:03:49 -05:00 |
|
Paul Gilbert
|
ab0cdde539
|
VOYEUR: Fix sound distortions in the second part of the gossip interview
|
2014-02-06 22:47:34 -05:00 |
|
Paul Gilbert
|
f6c6871918
|
VOYEUR: Fix preloading incriminating videos if the debug _iForceDeath is set
|
2014-02-05 09:00:43 -05:00 |
|
Paul Gilbert
|
d0ca824a62
|
VOYEUR: Opening sequence video should not be completely skipped
|
2014-02-05 08:41:33 -05:00 |
|
Paul Gilbert
|
eca87a63e9
|
VOYEUR: Renamings for the fields of the new StateResource class
|
2014-02-04 22:38:35 -05:00 |
|
Paul Gilbert
|
f075f0336e
|
VOYEUR: Convert ControlResource::_ptr raw data to a deserialized state object
|
2014-02-04 22:23:15 -05:00 |
|
Paul Gilbert
|
49e3c9bcd2
|
VOYEUR: Moved RL2Decoder::seek to be seekIntern
|
2014-02-04 20:35:42 -05:00 |
|
Paul Gilbert
|
07f57ac650
|
VOYEUR: Simplified reference to audio and video tracks in the RL2Decoder
|
2014-02-04 00:20:24 -05:00 |
|
Paul Gilbert
|
bb37927afd
|
VOYEUR: Cleaner implementation of RL2Decoder seek
|
2014-02-04 00:14:48 -05:00 |
|
Paul Gilbert
|
77d8810b19
|
VOYEUR: Converted RL2 header getFrameRate to use Common::Rational
|
2014-02-04 00:05:56 -05:00 |
|
Paul Gilbert
|
d5231aa862
|
VOYEUR: Moved RL2Decoder into Voyeur namespace, and merged with VoyeurRL2Decoder
|
2014-02-03 23:44:50 -05:00 |
|
Paul Gilbert
|
90b7d10a77
|
VOYEUR: Fixes to keep credits on-screen during opening sequence
|
2014-02-03 23:00:59 -05:00 |
|
Paul Gilbert
|
0c1a0a28c2
|
VOYEUR: Re-enabled and completed implementing title sequence
|
2014-02-03 22:45:52 -05:00 |
|