Commit Graph

434 Commits

Author SHA1 Message Date
Johannes Schickel
6b7d0554a4 VOYEUR: Only request actual save slots in listSaves. 2016-01-26 16:35:30 +01:00
Strangerke
273304d9ad VOYEUR: change the type of the variable in a for loop 2016-01-12 12:10:19 +01:00
Strangerke
eed0fe1a2d VOYEUR: Fix bitwise comparison, make more use of DISPFLAG enum 2016-01-12 12:01:01 +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
Johannes Schickel
575bcb54a2 VOYEUR: Fix formatting in sound.cpp. 2016-01-12 11:49:00 +01:00
Strangerke
8584315867 VOYEUR: Reduce variable scope, fix typo in comment 2016-01-12 11:19:39 +01:00
Strangerke
a2cb8ddcdd VOYEUR: Add a safeguard in getVOCFileName 2016-01-12 11:14:44 +01:00
Strangerke
427850b78d VOYEUR: Remove useless global variable 2015-12-02 11:41:55 +01: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
Strangerke
21a6618919 VOYEUR: Add missing break 2015-01-26 22:31:34 +01:00
Paul Gilbert
ff84741d39 VOYEUR: Fix crash when playing video #42 2014-07-03 21:00:17 -04: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
Johannes Schickel
d1157af89b YOVEUR: Enable engine by default.
We ship this with 1.7.0 according to our release plans, thus it should really
be enabled by default.
2014-07-01 19:49:50 +02:00
Paul Gilbert
1f26a75bb9 VOYEUR: Don't reset mansion view position after looking at rooms 2014-06-08 14:17:25 -04:00
Strangerke
48ffd0255d VOYEUR: Disable the if statement with identical statements in its branches, add a comment 2014-06-08 09:52:36 +02:00
Sven Hesse
fc250701c5 VOYEUR: Janitorial - Remove trailing whitespace 2014-05-28 23:30:29 +02:00
Johannes Schickel
3dccfda1cf VOYEUR: Don't overwrite "exit" command in the debugger.
It actually overwrite "exit" by cmdExit and thus effectively the same command...
2014-05-27 02:04:08 +02:00
Johannes Schickel
30d64edac4 ALL: Make Debugger command function names conform to our guidelines. 2014-05-27 02:04:08 +02:00
Johannes Schickel
ae4ffe01f0 ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd. 2014-05-27 02:04:08 +02:00
Johannes Schickel
daa8d57a86 ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf. 2014-05-27 02:04:07 +02:00
D G Turner
4e47f42853 VOYEUR: Make engine pointer in graphics class private. 2014-05-26 20:45:47 +01:00
Paul Gilbert
8d31150c09 VOYEUR: Fix showing credits in the introduction 2014-05-26 15:12:11 -04:00
Strangerke
4b8d0c5916 VOYEUR: Remove useless usage of pointer in EventManager 2014-03-24 18:17:54 +01:00
Strangerke
27a45d169e VOYEUR: Use a nullptr instead of a 0 in a return value 2014-03-17 21:19:28 +01:00
Strangerke
175cc60a0f VOYEUR: Initialize an unitialized variable 2014-03-16 14:55:34 +01:00
Strangerke
72770f2341 VOYEUR: Fix some missing variable initializations 2014-03-16 12:06:24 +01:00
Strangerke
a2380c7576 VOYEUR: Move the initialization of vm to the constructor of BoltFilesState 2014-03-15 10:43:06 +01: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
dd16e5f91c VOYEUR: Get rid of some magic values 2014-03-14 08:08:31 +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
779f3e5876 VOYEUR: Hide the mouse cursor when the low battery screen is displayed 2014-03-14 06:50:37 +01:00
Strangerke
e310e9832d VOYEUR: Make checkForKey() less verbose 2014-03-13 07:05:06 +01:00
Strangerke
540566443f VOYEUR: Simplify the use of _vPort 2014-03-13 06:39:25 +01:00
Strangerke
a7f506967d VOYEUR: Add Computer Hotspot in debugger 2014-03-12 07:46:44 +01:00
Strangerke
2bdad6250d VOYEUR: Fix default value of _computerTextId 2014-03-12 07:46:43 +01:00
Strangerke
864b97eb49 VOYEUR: rename audio and video track access functions 2014-03-09 21:48:40 +01:00
Strangerke
118e7395c3 VOYEUR: Another try to get rid of the hidden overloaded functions 2014-03-09 21:34:32 +01:00
Strangerke
857a017e8c VOYEUR: Remove a default parameter in RL2Decoder::loadfile() 2014-03-09 20:22:47 +01:00
Strangerke
2dac5b76b0 VOYEUR: Remove useless VoyeurEngine pointer in SoundManager 2014-03-09 19:33:28 +01:00
Strangerke
c72927bb86 VOYEUR: Remove useless object in RL2VideoTrack 2014-03-09 19:31:26 +01:00
Strangerke
af67394b44 VOYEUR: Fix a couple of hidden overloaded virtual functions 2014-03-09 19:27:17 +01:00
Strangerke
1e45673b4d VOYEUR: Fix some uninitialized variables 2014-03-08 14:26:25 +01:00
Strangerke
fe2e33e585 VOYEUR: Update engine status in header comment 2014-03-07 16:36:40 +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
ed52f7160d VOYEUR: Remove _field26 from the event timer 2014-03-06 08:10:17 +01:00
Strangerke
0362f41024 VOYEUR: Some renaming related to the computer buttons 2014-03-06 07:46:20 +01:00
Strangerke
7808af7cc5 VOYEUR: Invert check on getBoltGroup in getComputerBrush for consistency 2014-03-05 08:23:08 +01:00