Commit Graph
86814 Commits
Author SHA1 Message Date
Max Horn f2f27634c2 Check for negative width/height
svn-id: r15340
2004-09-29 00:04:38 +00:00
Max Horn ead49832a9 Argh, didn't mean to commit this
svn-id: r15339
2004-09-28 23:47:51 +00:00
Max Horn bf33a1e10a Removed some unneeded #includes
svn-id: r15338
2004-09-28 23:47:04 +00:00
Max Horn 88842cb911 One further cleanup -- make use of Common::Point assignment operator
svn-id: r15337
2004-09-28 23:35:07 +00:00
Max Horn 16549bef3a Cleanup, add some comments to ScummEngine::areBoxesNeighbours
svn-id: r15336
2004-09-28 23:30:50 +00:00
Max Horn ad3062ab93 Fix (I hope) for bug #1032964 (INDY3-VGA: actors walking in wrong places)
svn-id: r15335
2004-09-28 23:05:45 +00:00
Gregory Montoir 21d2a6ec55 cleanup
svn-id: r15334
2004-09-28 21:53:29 +00:00
Gregory Montoir abba267bb7 use the return value of getZPlanes rather that directly accessing _numZBuffer
svn-id: r15333
2004-09-28 21:42:34 +00:00
Max Horn ce8c99bf62 Rename remaining OSystem methods to match our coding guidelines
svn-id: r15332
2004-09-28 20:19:37 +00:00
Max Horn 6a50ba2308 Changed more of the actor class members to match our coding guidelines (in the future, when adding new member vars here, please always use our conventions, i.e. prefix them with _ and use CamelBackStyle
svn-id: r15331
2004-09-28 19:28:59 +00:00
Eugene Sandulenko 17f85e8b1a Add/update SAGA items
svn-id: r15330
2004-09-28 18:36:16 +00:00
Torbjörn Andersson 9ed43685c0 Added TODO item for SAGA.
svn-id: r15329
2004-09-28 17:54:41 +00:00
Max Horn fe12bbe4f5 Seems the difference between o6_kernelSetFunctions case 16 and 17 is whether the text shall be centered or not. Helps Asteroid Lander in The Dig
svn-id: r15328
2004-09-28 17:35:35 +00:00
Max Horn 9ec250ceb7 Adjust transitionEffect to work properly for vertically scrolled rooms
svn-id: r15327
2004-09-28 16:26:37 +00:00
Eugene Sandulenko cf04ca94ff Mention newly supported HE titles. 46 new targets. That's not few.
svn-id: r15326
2004-09-28 16:13:39 +00:00
Eugene Sandulenko e1fbbf12cf Add puttcircus target. Game is not completable and has major glitches.
svn-id: r15325
2004-09-28 15:59:36 +00:00
Max Horn 3f803aa881 NEWS/TODO update; update smooth scrolling comment
svn-id: r15324
2004-09-28 15:40:39 +00:00
Max Horn 3ef93e9e54 forgot to commit this, silly me :-)
svn-id: r15323
2004-09-28 12:11:00 +00:00
Max Horn ab82837dcc Preserve the order of config file sections -> to suite people who manually edit the config file
svn-id: r15322
2004-09-28 12:10:49 +00:00
Max Horn 2c627a2018 Remove unused symbol
svn-id: r15321
2004-09-28 11:30:17 +00:00
Max Horn 4fed56e8a6 including sys/param.h causes several conflicts with symbol names we use, so don't do it
svn-id: r15320
2004-09-28 11:29:32 +00:00
Jonathan Gray ae73d1a4ee use MAXPATHLEN for path buffer size
svn-id: r15319
2004-09-28 04:14:57 +00:00
Travis Howell 7ced14e961 talkQueue should be actor specific
svn-id: r15318
2004-09-28 00:58:00 +00:00
Max Horn daef27cec9 This one doesn't make sense either...
svn-id: r15317
2004-09-27 23:55:49 +00:00
Max Horn 1610325c4c Hm, there seems to be no point in subtractig 1 from height/width of these rects (in fact it might cut off too much in a few corner cases, now?); so i am changing it to match the way rects are used in the rest of the SCUMM engine
svn-id: r15316
2004-09-27 23:53:03 +00:00
Max Horn 92c17aecd4 Fix endian problems with some HE sound code; also: better code to determine the size of the SDAT chunk
svn-id: r15315
2004-09-27 23:38:19 +00:00
Travis Howell 1aa01bf1cc Revert small part, actor backgrounds were no longer reset.
svn-id: r15314
2004-09-27 23:31:17 +00:00
Max Horn f974de7e16 Well, it *looks* as if that clipping code could be simplified. We'll see if somebody starts to yell about the changes, though :-)
svn-id: r15313
2004-09-27 23:10:19 +00:00
Max Horn 193c3bc8ee Fix for bug #1035184 (ALL: Transition FX not working anymore)
svn-id: r15312
2004-09-27 22:29:35 +00:00
Gregory Montoir b347a5d4c0 Temporary fix for akos codec32 (this should re-use the existing code in Gdi). There are still some glitches, but catalog2 doesn't crash anymore when displaying the HE logo.
svn-id: r15311
2004-09-27 21:46:25 +00:00
Max Horn 9eede9a4ac Looking at my code transformations again, numstrip could in theory become negative, so strengthen the loop condition to catch that case
svn-id: r15310
2004-09-27 21:07:27 +00:00
Max Horn 93f86eda94 cleanup / comments
svn-id: r15309
2004-09-27 20:44:27 +00:00
Max Horn d3444e3ba1 Perform some more clipping -- yet another attempt at bug #1033857 :-)
svn-id: r15308
2004-09-27 20:42:10 +00:00
Travis Howell d066b12eae Correction for roomImages
RMSC is room scripts.

svn-id: r15307
2004-09-27 10:25:45 +00:00
Travis Howell 993ac60b9b Revert, just made matters worse.
svn-id: r15306
2004-09-27 07:32:49 +00:00
Travis Howell 9df6b70990 tentacle (and maybe others) were reading too far.
Hopefully this way will work better.

svn-id: r15305
2004-09-27 01:35:19 +00:00
Travis Howell 9dcd1d5ccd Revert by bad change and just adjust for BMAP images.
svn-id: r15304
2004-09-27 01:26:05 +00:00
Max Horn 3c050327ce Properly fix actor redrawing in V7_SMOOTH_SCROLLING_HACK mode
svn-id: r15303
2004-09-26 20:32:57 +00:00
Gregory Montoir bbb4de2360 stop the current sfx from playing if a cutaway is cancelled
svn-id: r15302
2004-09-26 18:55:11 +00:00
Max Horn bc5407c154 fix actor masking with V7_SMOOTH_SCROLLING_HACK enabled
svn-id: r15301
2004-09-26 18:09:48 +00:00
Max Horn b60c95be7c cleanup
svn-id: r15300
2004-09-26 18:09:06 +00:00
Max Horn 59fb1a53cf enums are more efficient than static const ints :-)
svn-id: r15299
2004-09-26 18:08:51 +00:00
Max Horn f3fe01fa67 Text clipping in charset renderer was broken in some cases, fixed (this might help bug #1033857)
svn-id: r15298
2004-09-26 16:53:51 +00:00
Torbjörn Andersson 8f4a5ea3a5 Removed obsolete comment about floating/locked memory.
svn-id: r15297
2004-09-26 16:10:21 +00:00
Max Horn 5053ee335f Comment clarification
svn-id: r15296
2004-09-26 16:09:17 +00:00
Max Horn 925d7d1aa1 Use enums instead of hard coding assumptions about their values (i.e. 1 in this case)
svn-id: r15294
2004-09-26 15:44:49 +00:00
Gregory Montoir 914d00f51a wiz stuff cleanup and o90_unknown1C opcode update
svn-id: r15293
2004-09-26 15:29:58 +00:00
Travis Howell 2872781231 Add HE object flag support
svn-id: r15292
2004-09-26 15:25:58 +00:00
Torbjörn Andersson dfad37c10b Fingolfin's suggested fix for the DOTT cursor regression. (The initial
cross-hair cursor was set while _roomWidth was 0, so the cursor image was
cropped down to nothing.)

svn-id: r15291
2004-09-26 14:56:51 +00:00
Travis Howell 3b24bb05e4 Correction.
svn-id: r15290
2004-09-26 14:46:51 +00:00