Commit graph

144 commits

Author SHA1 Message Date
Adrian Frühwirth
a20f90cbb7 JANITORIAL: Fix formatting 2018-04-22 00:56:21 +02:00
Adrian Frühwirth
9bee9e1ba6 JANITORIAL: Fix whitespace 2018-04-19 12:08:31 +02:00
Torbjörn Andersson
70a2ca8b7d JANITORIAL: Silence more GCC 7 warnings
All these fall through were marked as deliberate, so again I've only
changed the comment to silence GCC.
2017-08-06 13:30:51 +02:00
Paul Gilbert
43440193f0 VOYEUR: Fix backgrounds not showing for static rooms 2017-06-10 18:21:04 -04:00
Paul Gilbert
c05a09d337 VOYEUR: Changed engine to use Graphics::ManagedSurface 2016-03-14 20:56:30 -04:00
Strangerke
273304d9ad VOYEUR: change the type of the variable in a for loop 2016-01-12 12:10:19 +01:00
Strangerke
56b273e0d2 VOYEUR: Replace a check on a value by the use of an enum 2016-01-12 11:46:33 +01:00
Strangerke
21a6618919 VOYEUR: Add missing break 2015-01-26 22:31:34 +01:00
Paul Gilbert
a7a8b49567 VOYEUR: Fix double apartment enter animation when loading save from launcher 2014-07-03 20:37:08 -04:00
Paul Gilbert
7cc44dbdf8 VOYEUR: Fix to show cursor after loading savegame 2014-07-01 21:54:22 -04:00
Sven Hesse
fc250701c5 VOYEUR: Janitorial - Remove trailing whitespace 2014-05-28 23:30:29 +02:00
Strangerke
f73901ca9a VOYEUR: Add a check to avoid potential use of negative value as an array index 2014-03-15 10:23:42 +01:00
Strangerke
38f90feaa5 VOYEUR: Hide the mouse cursor when the low battery screen is displayed 2014-03-14 06:51:05 +01:00
Strangerke
540566443f VOYEUR: Simplify the use of _vPort 2014-03-13 06:39:25 +01:00
Strangerke
62e58fd6b8 VOYEUR: Rename some computer fields 2014-03-07 08:04:33 +01:00
Strangerke
9ce7b11a7e VOYEUR: Fix logical bug related to the computer data and positioning 2014-03-06 20:52:42 +01:00
Strangerke
0362f41024 VOYEUR: Some renaming related to the computer buttons 2014-03-06 07:46:20 +01:00
Strangerke
3a017ac8a8 VOYEUR: Remove parameters matching the default parameter in freeBoltGroup() calls 2014-03-03 19:03:11 +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
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
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
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
eda34075c1 VOYEUR: Fix some uninitialized variables in ThreadResource 2014-02-25 08:09:28 +01:00
Strangerke
3a6e4b381e VOYEUR: Fix some more shadowed variables and functions 2014-02-21 19:35:37 +01:00
Strangerke
691ac84f36 VOYEUR: Fix some shadowed variables and functions in file handlers 2014-02-20 23:35:20 +01:00
Strangerke
d0bbb68eab VOYEUR: Some more renaming 2014-02-20 08:10:48 +01:00
Strangerke
31d3171b65 VOYEUR: Remove a useless parameter in doTimeBar() 2014-02-20 07:43:41 +01:00
Strangerke
27d624e79f VOYEUR: Remove unused variables and functions in GraphicsManager 2014-02-20 00:37:11 +01:00
Strangerke
2a62c310c3 VOYEUR: More cleanup 2014-02-19 07:28:55 +01:00
Johannes Schickel
36ac801a4d VOYEUR: Make GPL headers consistent in themselves. 2014-02-18 02:43:50 +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
1ed4ed47af VOYEUR: Rename some fields related to fading 2014-02-11 08:00:15 +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
9d86715e30 VOYEUR: Renaming SVoy fields 2014-02-07 20:40:04 -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
d3f4156e6a VOYEUR: Clean up, commenting, and bugfixes for checking for murder 2014-02-03 22:02:28 -05:00
Paul Gilbert
683ef9d50f VOYEUR: Fix for control data comparisons in parsePlayCommands 2014-02-03 21:27:26 -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
fcaf2af616 VOYEUR: Add a hotspot to the aprtment for the ScummVM GMM
The original game doesn't have any savegame support, so this
will provide users with a more obvious hint than knowing to
explicitly show the GMM when in the apartment.
2014-02-03 00:25:58 -05:00
Paul Gilbert
4ef57db61a VOYEUR: General field renaming and comments 2014-02-02 22:38:27 -05:00
Paul Gilbert
569fa63a3a VOYEUR: Fix for not highlighting camera on Monday morning after loading savegame 2014-02-02 19:01:01 -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