Commit Graph

58 Commits

Author SHA1 Message Date
James Brown
7eb9753a9c Evil Geniuses arn't, otherwise the world would be far more intrested.
svn-id: r5472
2002-11-09 10:02:59 +00:00
James Brown
5923a9f5e3 This should fix the DOTT white-background bug. Someone please confirm this for me :)
svn-id: r5471
2002-11-09 09:59:25 +00:00
James Brown
6e4bc05791 Masking patch
svn-id: r5468
2002-11-08 18:40:12 +00:00
Paweł Kołodziejski
85c7c9ffe6 applied patch: #634326, and changed strip ranges for after and before scumm v7,
added comments to saveload

svn-id: r5448
2002-11-06 17:55:44 +00:00
Max Horn
63e1069ec1 removed more unused variables; cleaned up some spaces
svn-id: r5442
2002-11-06 15:29:49 +00:00
Max Horn
1974075bb3 removed unused parameters from drawBomp
svn-id: r5440
2002-11-06 14:54:21 +00:00
Max Horn
72a22e4b86 removed obsolete code; properly init variables (aquadran, can you maybe turn on some more warnings with your compiler?); some error catching
svn-id: r5436
2002-11-06 13:50:53 +00:00
James Brown
173c0eac43 Apply restore-bg part of patch 629043
svn-id: r5434
2002-11-06 08:10:57 +00:00
Paweł Kołodziejski
5d873255ea rewrote akos5 and bomp, corrected pitch in akos16, increased range of gfxbits
svn-id: r5433
2002-11-06 07:28:39 +00:00
Paweł Kołodziejski
eba9b073a4 this fix nexus problem
svn-id: r5410
2002-11-05 07:15:31 +00:00
Paweł Kołodziejski
de431c04a4 it should be _realWidth instead _realHeight
svn-id: r5409
2002-11-05 06:43:14 +00:00
Paweł Kołodziejski
5f8d47296b this fix palette problems in the dig (ex. energy), previous code doesn't exist in original, why somebody add this stuff ?
if this break something, we can add exception.

svn-id: r5408
2002-11-05 06:34:15 +00:00
Paweł Kołodziejski
f9195c154c exception only for DIG's room 23
svn-id: r5337
2002-10-27 18:49:41 +00:00
Paweł Kołodziejski
0e705b326b changed param in initVirtScreen in initScreens
svn-id: r5336
2002-10-27 18:41:27 +00:00
Paweł Kołodziejski
8e422b7825 patch: #629413 - DOTT intro fix
svn-id: r5335
2002-10-27 15:16:49 +00:00
Paweł Kołodziejski
d5473c6f5a corrections to initscreens for scummV7+
svn-id: r5332
2002-10-27 10:31:07 +00:00
Paweł Kołodziejski
390ce3dada removed hardcoded values
svn-id: r5330
2002-10-27 09:41:33 +00:00
Max Horn
46ad85ce77 another hardcoded screen width
svn-id: r5303
2002-10-24 13:18:28 +00:00
Paweł Kołodziejski
a125d1cc1a changed number strips to dynamic and increased arrays tdirty and bdirty to 80
svn-id: r5296
2002-10-24 06:28:54 +00:00
Paweł Kołodziejski
9491c85e4e fix for redraw problems in nexus
svn-id: r5292
2002-10-23 17:48:01 +00:00
Max Horn
4129aaf3cd removed old GUI code
svn-id: r5271
2002-10-23 00:24:54 +00:00
Max Horn
5151e561d5 fixing various warnings that occur with -Wshadow;some other minor cleanup
svn-id: r5239
2002-10-22 11:48:24 +00:00
James Brown
3a507cbb92 Remove some obsolete fixme's
svn-id: r5196
2002-10-20 12:18:57 +00:00
James Brown
ec158216f7 Totally random fix for Dig memory corruption. Probably not even remotely correct, someone look at this :)
svn-id: r5195
2002-10-20 12:03:56 +00:00
Max Horn
9ff8b67e13 transformed some code - is this if really needed?! if yes, for what?
svn-id: r5192
2002-10-20 01:08:54 +00:00
Max Horn
b5f0fa4c8b cleanup; fix for room 88 in The Dig (Ender, I was right, only the place was another :-)
svn-id: r5191
2002-10-20 01:02:52 +00:00
Jonathan Gray
dd7cfdb0de patch #625603 film noir mode bugfix
svn-id: r5190
2002-10-19 22:35:22 +00:00
Paweł Kołodziejski
9a8b23030a fix nexus scrolling in the dig, but partialy, there is also memory coruption with this
svn-id: r5142
2002-10-13 18:14:48 +00:00
Paweł Kołodziejski
f5d2dd45f6 fixed crash after load some savegames - proper height initialisation
svn-id: r5137
2002-10-13 11:28:39 +00:00
James Brown
2d22cc4567 Patch 621733: drawBomp() masking
svn-id: r5128
2002-10-11 11:50:06 +00:00
James Brown
969a74720c Fix some faulty resource-validation logic to allow part of the fuel-tower to work.
svn-id: r5059
2002-10-01 16:58:26 +00:00
Paweł Kołodziejski
4fc67f55c0 fixed compilation
svn-id: r5051
2002-09-30 06:22:11 +00:00
James Brown
1388814706 Patch 616144: Sam and Max layering fix (drawMaskOnBoth rewrite)
svn-id: r5036
2002-09-29 15:20:02 +00:00
James Brown
e946431af3 Patch 609334: PalManip save/load/init fixes.
Save/Load lines are commented out until the new save/load system is in place.

svn-id: r5014
2002-09-24 15:46:09 +00:00
James Brown
412075437b Patch #612847: Sam and Max painting subgame fix
svn-id: r5008
2002-09-23 15:43:29 +00:00
Max Horn
a681eb029e renamec string -> _string and sentence -> _sentence in class Scumm (I originally reworked StringTab, but then noticed the save game format depends on it <sigh>)
svn-id: r4995
2002-09-22 01:17:53 +00:00
Max Horn
6cfcd04682 trivial cleanup
svn-id: r4988
2002-09-21 16:20:52 +00:00
Travis Howell
ae353fae18 Added the following patch:
[ 598121 ] Cursor cosmetics

svn-id: r4987
2002-09-21 14:17:13 +00:00
Max Horn
f838473c25 NewGui now has its own mouse cursor code -> again one less dependency on Scumm; moved makeCursorColorTransparent to gfx.cpp where it belongs
svn-id: r4977
2002-09-19 23:06:54 +00:00
Paweł Kołodziejski
953f7112e3 applied patch: #610954
svn-id: r4966
2002-09-18 11:48:00 +00:00
James Brown
66757f4d4d Patch 609563: eriktorbjorns drawBomp() rewrite.
Scaling + Alpha. Fixes Sam and Max and Dig bugs.

svn-id: r4953
2002-09-16 15:53:52 +00:00
Max Horn
be39b94765 patch #608543 (fix for unkRoomFunc3)
svn-id: r4938
2002-09-13 23:37:22 +00:00
Max Horn
364806e4e4 patch #608138 (palManipulateInit code)
svn-id: r4925
2002-09-13 11:54:59 +00:00
Max Horn
7738fbde72 oops, my brain was backwards :-)
svn-id: r4915
2002-09-09 11:23:25 +00:00
Max Horn
0643635d0e cleanup
svn-id: r4913
2002-09-09 11:15:12 +00:00
Michael Pearce
0fbefc72aa Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;)
svn-id: r4909
2002-09-09 05:56:11 +00:00
Paweł Kołodziejski
daa997fab2 fixes to resolutions
svn-id: r4893
2002-09-01 15:01:40 +00:00
Paweł Kołodziejski
93b630dcfe commited patch: #601899
svn-id: r4890
2002-08-31 21:23:28 +00:00
Paweł Kołodziejski
0559f7a6aa and more fixes
svn-id: r4889
2002-08-31 19:26:04 +00:00
Paweł Kołodziejski
c1cbba1d65 more fixes
svn-id: r4888
2002-08-31 18:57:08 +00:00