Eugene Sandulenko
5fc18c023d
FULLPIPE: Implement sceneHandler06()
2013-12-16 22:28:11 +02:00
Torbjörn Andersson
1d8b6a6843
FULLPIPE: Fix off-by-one error when checking valid 'idx'
...
Verified by sev, but I haven't actually seen it cause any problems.
2013-12-16 20:32:13 +01:00
Eugene Sandulenko
fe8d2df77c
FULLPIPE: Implement FullpipeEngine::setArcadeOverlay()
2013-12-16 11:18:33 +02:00
Eugene Sandulenko
0911865af6
FULLPIPE: Rearrange arcade-related functions
2013-12-16 11:10:39 +02:00
Eugene Sandulenko
021e00ab7c
FULLPIPE: Implement scene06_initScene()
2013-12-16 11:08:54 +02:00
Matthew Hoops
bda64c2b6d
PEGASUS: Fix the prehistoric volcano animations
2013-12-15 23:10:20 -05:00
Martin Kiewitz
997887a368
SCI: patch SQ4 bug with throwing at sequel police
...
SQ4 floppy only, Sierra's official patch didn't fix it properly
2013-12-15 23:36:39 +01:00
Eugene Sandulenko
c37d70b933
FULLPIPE: Fix warning
2013-12-15 22:48:01 +02:00
Eugene Sandulenko
4c445c6446
FULLPIPE: Fix indentation
2013-12-15 22:41:29 +02:00
Eugene Sandulenko
73d7a7c14b
FULLPIPE: Implement sceneHandler05_genFlies(). This completes the scene
2013-12-15 21:51:53 +02:00
Eugene Sandulenko
ab688e15a2
FULLPIPE: Renames in scene05
2013-12-15 21:51:53 +02:00
Martin Kiewitz
cb7f258a12
SCI: pq1vga script patch to fix map restore bug
...
fixes bug #5016
2013-12-15 17:51:13 +01:00
Paul Gilbert
0fad924e49
TSAGE: Fix for accidental class prefix in R2R card game dialog definition
2013-12-15 10:49:36 -05:00
Paul Gilbert
aaa88e7f8a
TSAGE: Implemented R2R card game options dialog
2013-12-15 10:22:40 -05:00
Eugene Sandulenko
7cd0da64f5
FULLPIPE: Implement sceneHandler05_testHatch()
2013-12-15 16:36:17 +02:00
Eugene Sandulenko
c61db56a48
FULLPIPE: Implement void sceneHandler05_handleUp() and void sceneHandler05_handleDown()
2013-12-15 16:36:17 +02:00
Paul Gilbert
acc93389e9
TSAGE: Fix for R2R card game mouse button handling being reversed
2013-12-15 09:02:42 -05:00
Eugene Sandulenko
8b278d1cdd
FULLPIPE: Implement sceneHandler05_makeWackoFeedback()
2013-12-15 14:59:31 +02:00
Eugene Sandulenko
29a8bb5dbc
FULLPIPE: Implement sceneHandler05_makeManFlight()
2013-12-15 14:59:31 +02:00
Eugene Sandulenko
5751f4c110
FULLPIPE: Implement MGM::getPoint()
2013-12-15 14:59:31 +02:00
Eugene Sandulenko
7cb658f152
FULLPIPE: Implement MctlLadder::method34()
2013-12-15 14:59:31 +02:00
Strangerke
e18aa62a7f
TSAGE: Renaming in scene 1337, refactoring of handlePlayer01Discard()
2013-12-15 11:18:31 +01:00
Strangerke
32ab2a3e36
TSAGE: R2R - Remove some noisy (useless?) warnings
2013-12-15 11:01:36 +01:00
Strangerke
f7d17695c9
TSAGE: R2R - Fix bug in handlePlayer3()
2013-12-15 10:57:05 +01:00
Strangerke
cb218434a4
TSAGE: R2R - Some renaming in Scene 1337
2013-12-15 10:55:29 +01:00
Eugene Sandulenko
9aaa7d742f
FULLPIPE: Implemented several destructors
2013-12-15 02:46:53 +02:00
Strangerke
ef5a7eeec7
TSAGE: R2R - Fix issue introduced in handlePlayer3
2013-12-15 00:06:44 +01:00
Strangerke
dd7b3a09c7
TSAGE: R2R - Refactoring in handlePlayer3(), some renaming, fix a bug in handlePlayer3()
2013-12-14 23:36:04 +01:00
Strangerke
4b53cb3dd8
TSAGE: R2R - More renaming in scene 1337
2013-12-14 22:51:27 +01:00
Strangerke
c06d301ebc
TSAGE: R2R - Fix optimizer behavior reported by Digitall in scene 3500
2013-12-14 21:27:54 +01:00
Matthew Hoops
6477525db0
PEGASUS: Fix regression with Prehistoric AI rules ordering
2013-12-14 11:18:32 -05:00
Eugene Sandulenko
42c04c8735
FULLPIPE: Implement sceneHandler05_showHandle() and sceneHandler05_hideHandle()
2013-12-14 17:42:41 +02:00
Eugene Sandulenko
84bf5238cd
FULLPIPE: Started scene05 code
2013-12-14 17:39:10 +02:00
Johannes Schickel
ec16611f69
TINSEL: Fix for bug #6469 "TINSEL: DW1 - No Sfx/Voice in German 4 Lang GRA Version".
...
Regression from d4a354c17f
.
2013-12-14 16:01:57 +01:00
Eugene Sandulenko
620174ee95
FULLPIPE: Final renames in scene04
2013-12-14 16:12:59 +02:00
Eugene Sandulenko
8ab71a2a23
FULLPIPE: Renames in scene04
2013-12-14 16:12:59 +02:00
Willem Jan Palenstijn
78e7f5b51c
SCI: Make second pass when loading objects
...
This is because objects may be loaded before their base objects,
which causes initBaseObject to fail for SCI0.
Script::initializeObjectsSci0 already did this, but
SegManager::saveLoadWithSerializer did not when calling
initBaseObject after loading a savegame.
2013-12-14 14:19:33 +01:00
Eugene Sandulenko
a917e9d6fe
FULLPIPE: Add basic logic to sceneHandler04_stopSound(). This completes scene04
2013-12-14 15:15:10 +02:00
Eugene Sandulenko
625ce270da
FULLPIPE: Some renames in MctlLadder
2013-12-14 15:15:10 +02:00
Eugene Sandulenko
2c5b5cbb92
FULLPIPE: Implement sceneHandler04_sub8()
2013-12-14 15:15:10 +02:00
Eugene Sandulenko
87f69f078e
FULLPIPE: Implement sceneHandler04_kozFly6()
2013-12-14 15:15:10 +02:00
Eugene Sandulenko
7bc700ed27
FULLPIPE: Implement sceneHandler04_kozFly7()
2013-12-14 15:15:09 +02:00
Eugene Sandulenko
f57ce931fd
FULLPIPE: Implement sceneHandler04_kozFly5()
2013-12-14 15:15:09 +02:00
Eugene Sandulenko
2ab8287f20
FULLPIPE: Implement sceneHandler04_kozFly3()
2013-12-14 15:15:09 +02:00
Strangerke
c7a11c20f0
TSAGE: R2R - Refactoring in handlePlayer1()
2013-12-14 14:02:57 +01:00
Strangerke
608e3e3c55
TSAGE: R2R - Fix default value of winnerId, rename stationCount for consistency
2013-12-14 13:17:58 +01:00
Strangerke
876dee6f93
TSAGE: R2R - Renaming, refactoring in handlePlayer0()
2013-12-14 13:07:01 +01:00
D G Turner
094c378217
GRAPHICS: Minor readability fixes to drawBevelSquareAlg method.
...
No functional change.
2013-12-13 23:41:24 +00:00
Eugene Sandulenko
c111eff575
FULLPIPE: Implement sceneHandler04_shootKozyawka()
2013-12-14 01:19:02 +02:00
Torbjörn Andersson
56cf0ccabb
TSAGE: Silence GCC warning.
2013-12-13 19:09:09 +01:00