Commit Graph

61708 Commits

Author SHA1 Message Date
johndoe123
882cf2f5ba BBVS: Fix const char string arrays 2014-02-16 00:27:00 +01:00
johndoe123
f0acfd4645 BBVS: Use int16 instead of int in Rect struct 2014-02-16 00:21:32 +01:00
johndoe123
2f22673945 BBVS: Remove unneccessary makeLoopingAudioStream in playSpeech and use the audiostream directly 2014-02-16 00:19:11 +01:00
johndoe123
6078bf7eba BBVS: Remove rectIntersection and use Rect::findIntersectingRect instead 2014-02-16 00:12:26 +01:00
johndoe123
82bb55aa89 BBVS: Remove obsolete debug comments 2014-02-15 23:53:09 +01:00
johndoe123
3847654bcd BBVS: Fix include guard and include guard name comments for endifs 2014-02-15 23:48:08 +01:00
johndoe123
9263bb9eb3 BBVS: Fix formatting (use tab instead of spaces) 2014-02-15 23:43:22 +01:00
johndoe123
86b5192d1b BBVS: Use spaces instead of tabs for formatting 2014-02-15 23:39:05 +01:00
johndoe123
62e7b4bbba BBVS: Fix GCC warning (signed/unsigned comparison) 2014-02-07 17:11:42 +01:00
johndoe123
3471c0c24d BBVS: Fix compilation in MSVC10 as suggested by dreammaster 2014-02-07 09:37:14 +01:00
johndoe123
5c93ecb130 BBVS: Set the best video mode when playing a video instead of a hardcoded one 2014-02-02 12:14:38 +01:00
johndoe123
d0690dfbb1 BBVS: Remove debug output code from GameModule methods 2014-02-02 12:14:05 +01:00
johndoe123
46593461d2 BBVS: Fix detection
- Use AD_ENTRY1 macro
- Use the correct game name in bbvsGames
2014-02-02 12:11:14 +01:00
johndoe123
cf51529cfd Merge remote-tracking branch 'origin/master' into bbvs 2014-01-30 20:18:55 +01:00
johndoe123
542197a891 BBVS: Very small cleanup 2014-01-30 20:16:40 +01:00
johndoe123
ea519818e2 BBVS: Wrap some long lines 2014-01-30 20:16:40 +01:00
johndoe123
4d2a42eec7 BBVS: Disable gamemodule debug output 2014-01-30 20:16:39 +01:00
johndoe123
7c8b7467c2 BBVS: Fix mainmenu after intro videos 2014-01-30 20:16:39 +01:00
johndoe123
c31762d0c4 BBVS: Add easter egg videos handling 2014-01-30 20:16:38 +01:00
johndoe123
8fcfe61003 BBVS: Add delayMillis to update loops to save some cpu time 2014-01-30 20:16:33 +01:00
Martin Kiewitz
462f7c1c24 SCI: fix typo in getSciLanguageString CID 1003556 2014-01-29 20:45:10 +01:00
johndoe123
bb1dc9136b BBVS: Remove some debug output 2014-01-29 13:27:50 +01:00
johndoe123
24fd658795 BBVS: Add loading/saving of minigame hiscores 2014-01-29 13:27:49 +01:00
johndoe123
ef55f5b774 BBVS: Replace minigame flags parameter 2014-01-29 13:27:48 +01:00
johndoe123
11a5807110 BBVS: Remove obsolete code in BbAnt minigame 2014-01-29 13:27:48 +01:00
johndoe123
5f4fc9a1dd BBVS: Initial commit 2014-01-29 13:27:47 +01:00
Strangerke
72234834fe TSAGE: R2R - Fix bug #6508 - Dish status not set properly 2014-01-29 01:10:59 +01:00
Eugene Sandulenko
00369347e0 FULLPIPE: Implement lift_goAnimation() 2014-01-28 21:30:33 +02:00
Martin Kiewitz
07568931ce SCI: fix null pointer access in logKernelCall
method was/is used for debugging only
CID 1003612
2014-01-27 23:31:40 +01:00
Strangerke
e59c652b4b TSAGE: R2R - Fix bug #6507 by resetting mouse cursor when switching character in different rooms 2014-01-27 23:24:44 +01:00
Martin Kiewitz
3f116d98bc SCI: fix negative array access in parseNodes
was used for debug command only
CID 1003543
2014-01-27 22:27:21 +01:00
Eugene Sandulenko
0f5eeaed7b FULLPIPE: Implement lift_startExitQueue() 2014-01-27 21:26:22 +02:00
Alyssa Milburn
bb1cd924f0 SCI: Fix breakage from f92df4c6 2014-01-27 10:10:35 +01:00
Strangerke
3a236181c4 TSAGE: Get rid of some magic values 2014-01-27 07:54:50 +01:00
Alyssa Milburn
f92df4c6aa Revert "AUDIO: Simplify MidiTracker::processEvent return value"
MI2 deletes the parser object(!) so we can't access any member
variables here. Thanks to athrxx for finding this.

This reverts commit 86c2fe47e0 and adds
a comment explaining why.
2014-01-27 00:20:50 +01:00
Alyssa Milburn
83ce4cfb5e Revert "AUDIO: fix invalid mem access in midiparser.cpp"
This broke SCI, since it doesn't call processEvent any more.

This reverts commit afa54072a9.
2014-01-27 00:08:57 +01:00
athrxx
afa54072a9 AUDIO: fix invalid mem access in midiparser.cpp
(this caused a crash in MI2)
2014-01-26 22:51:39 +01:00
Strangerke
fa78f38ca7 MORTEVIELLE: Fix some uninitialized variables 2014-01-26 21:04:31 +01:00
Strangerke
90bbbffef7 TSAGE: Add a default value for _gfxFontNumber 2014-01-26 19:09:33 +01:00
Eugene Sandulenko
b2438f8d01 FULLPIPE: Implement lift_init() 2014-01-26 16:53:08 +02:00
Eugene Sandulenko
05ab849247 FULLPIPE: Implement lift_setButtonStatics() 2014-01-26 16:53:08 +02:00
Eugene Sandulenko
a32f56f9f2 FULLPIPE: Implement lift_getButtonIdN() 2014-01-26 16:53:08 +02:00
Eugene Sandulenko
704eca2ddf FULLPIPE: Implement lift_getButtonIdH() 2014-01-26 16:53:08 +02:00
Eugene Sandulenko
f7c768552a FULLPIPE: Implement lift_clickButton() 2014-01-26 16:53:08 +02:00
Filippos Karapetis
06309f616a AVALANCE: Fix warning about truncated value (from double to float) 2014-01-26 15:19:45 +02:00
D G Turner
b6e5865fce WII: Add missing dvd interface header for Gamecube build. 2014-01-26 11:19:53 +00:00
Eugene Sandulenko
14526cc5bf FULLPIPE: Complete FullpipeEngine::openMainMenu() 2014-01-26 12:43:09 +02:00
Eugene Sandulenko
7f637d4ebd FULLPIPE: Fix operator precedence. CID 1157411 2014-01-26 00:38:05 +02:00
D G Turner
08d3b5754a WII: Another fix for Gamecube build. Corrected Disc Interface object. 2014-01-25 21:32:07 +00:00
D G Turner
417f755b90 WII: Fix Gamecube build. Missing ifdef guard for Wii DVD interface. 2014-01-25 18:50:20 +00:00