Strangerke
144e4d0ff1
TSAGE: R2R - Fix level animation in dish control panel
2014-01-29 23:09:59 +01:00
Eugene Sandulenko
1bf3f9aacf
FULLPIPE: Implement MessageQueue::activateExCommandsByKind()
2014-01-29 23:54:11 +02:00
Eugene Sandulenko
30123a51d0
FULLPIPE: Implement lift_exitSeq()
2014-01-29 23:54:11 +02:00
Martin Kiewitz
462f7c1c24
SCI: fix typo in getSciLanguageString CID 1003556
2014-01-29 20:45:10 +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
Johannes Schickel
c70f7cb1a7
BASE: Small formatting fix.
2014-01-25 19:34:03 +01:00
Eugene Sandulenko
0f99d91131
FULLPIPE: Implement FullpipeEngine::openMainMenu()
2014-01-25 18:10:51 +04:00
D G Turner
d918a503ee
WII: Fix Gamecube build. Compiler prefix change for r26 SDK missed.
...
The previous update to the Wii configure sections including changing
the compiler prefix missed changing the Gamecube section.
2014-01-25 09:49:57 +00:00
Eugene Sandulenko
50bb717bcc
FULLPIPE: Complete ModalCredits
2014-01-24 14:29:23 -08:00
Eugene Sandulenko
94b2249f69
FULLPIPE: Started ModalCredits implementation
2014-01-24 14:29:23 -08:00
Strangerke
c691cd82a5
MORTEVIELLE: Initialize some uninitialized variables
2014-01-24 22:44:40 +01:00
Eugene Sandulenko
89640976c4
FULLPIPE: Implement ModalFinal
2014-01-24 07:21:50 -08:00
Johannes Schickel
ce383aca1e
MAEMO: Get rid of superfluous cast.
2014-01-24 03:28:45 +01:00
Johannes Schickel
495fa910d3
WINCE: Attempt to fix WinCE compilation.
2014-01-24 03:28:45 +01:00
Johannes Schickel
2fe303ce3f
Merge pull request #409 from lordhoto/rtti
...
Enable RTTI and clean up the code by exploiting the availability of dynamic_cast.
2014-01-23 15:23:12 -08:00
Johannes Schickel
a7f94591b0
BUILD: Enable RTTI on Android.
...
Thanks to fuzzie for these changes.
2014-01-24 00:22:14 +01:00
Johannes Schickel
29eeb91d4e
Merge pull request #423 from lordhoto/engine-path-setup
...
ENGINES: Make game path addition to SearchMan fully configurable
2014-01-23 14:22:29 -08:00
Alyssa Milburn
6927e570bb
ANDROID: Add 32bpp support.
...
We still prefer 16bpp for performance reasons.
2014-01-23 23:00:00 +01:00
Johannes Schickel
aa87af50b2
Merge pull request #422 from lordhoto/agos-archive
...
AGOS: Archive code cleanup
2014-01-23 12:56:28 -08:00
Eugene Sandulenko
91ebc07eb9
FULLPIPE: Enable sceneFinal
2014-01-23 12:01:26 -08:00
Eugene Sandulenko
19bf8cf4bf
FULLPIPE: Implement sceneHandlerFinal_startFinal()
2014-01-23 12:01:26 -08:00
Eugene Sandulenko
e9ced0784b
FULLPIPE: Implement sceneHandlerFinal_fallCoin()
2014-01-23 12:01:25 -08:00
Eugene Sandulenko
c776ec6afa
FULLPIPE: More code to sceneFinal
2014-01-23 12:01:25 -08:00
Eugene Sandulenko
7ce04e0383
FULLPIPE: Implement sceneHandlerFinal()
2014-01-23 12:01:25 -08:00
Eugene Sandulenko
34c2ba5ff3
FULLPIPE: Implement sceneFinal_updateCursor()
2014-01-23 12:01:25 -08:00
Eugene Sandulenko
7277ad7aa1
FULLPIPE: Plug sceneFinal in
2014-01-23 12:01:25 -08:00
Eugene Sandulenko
8154da85ad
FULLPIPE: Initial code for sceneFinal
2014-01-23 12:01:25 -08:00