Age | Commit message (Collapse) | Author |
|
fixes bug #3044734
also fixing heap corruption during the ending
svn-id: r52077
|
|
svn-id: r52076
|
|
fixes bug #3044507
svn-id: r52068
|
|
fixes some words not being red in pepper (part of bug #3040039)
svn-id: r52031
|
|
really weird, but it works now. Bug #3037578 (kq5 trunk), bug #3043286 (lb1 knight)
svn-id: r52007
|
|
broke laura bow 1, need to figure out whats exactly wrong
svn-id: r52004
|
|
working now like in sierra sci, when using priority/control - fixes pepper adventures in time - no failure screen - bug #3040185
cleanup of GfxPaint16::fillRect
svn-id: r51994
|
|
fixes regression of r51952 and bug #3042957
svn-id: r51971
|
|
fixes kq5 trunk getting closed again during intro - is actually a script bug that sets cel to some really high number - bug #3037578, may also fix other similar issues
svn-id: r51969
|
|
svn-id: r51956
|
|
sierra sci did this in their getCelRect(), we are doing it while loading, fixes laura bow not appearing in taxi (bug #3041220)
svn-id: r51955
|
|
svn-id: r51954
|
|
fixes laurabow2 bug #3041226
svn-id: r51952
|
|
when giving the tambourine to the monster - bug #3041262
svn-id: r51950
|
|
kDisposeWindow doesn't free windows immediately anymore. We free them after some calls to kSetPort, so the handle will be valid for a short time. Fixes sq4cd and hoyle 4 (commented out patching of script for hoyle 4)
svn-id: r51932
|
|
fixes lb2 docks issue (bug #3036306)
svn-id: r51835
|
|
including a patch for hoyle 4 and commenting out the workaround code inside kDisposeWindow
svn-id: r51795
|
|
and adding additional comment
svn-id: r51754
|
|
fixing hoyle 4 detection entry (not a demo)
adding direct selector fix, maybe we should replace this later with a script patch
adding detailed comment about the issue
svn-id: r51753
|
|
svn-id: r51742
|
|
error checking code outside the function. Also fixed script bug #3039305 - "HOYLE4: segfault"
svn-id: r51733
|
|
svn-id: r51729
|
|
The text selector of the text bitmap object can contain either a Str object or a raw string. Handling the Str object case fixes the Torin demo. Oooh! Vertical scrolling!
svn-id: r51722
|
|
fixes bug #3038989, regression of r51544
svn-id: r51714
|
|
fixes qfg3/fairy tales restoring (bug #3035626)
also fixes ScummVM menu restoring while a window is shown (e.g. sq5)
svn-id: r51712
|
|
disables scrolling capability
(regression of r51615)
svn-id: r51697
|
|
fixes laura bow 2 (especially floppy but CD is also affected somewhat by this)
svn-id: r51660
|
|
fixes graphics in that game
svn-id: r51643
|
|
fixes crash in hires gk1 on cemetary
svn-id: r51615
|
|
for multilingual games
svn-id: r51608
|
|
instead of checking the language to be japanese for that
svn-id: r51601
|
|
used in GK1)
svn-id: r51583
|
|
svn-id: r51580
|
|
svn-id: r51569
|
|
Thanks to clone2727 for suggestion to initialize the default new plane
priority to 0xFFFF, which means that the plane should be invisible. I added a
FIXME there though. So please re check this change. In case that is fine just
remove the FIXME, in case some other default value should be chosen, please
change the value and also remove the FIXME.
svn-id: r51561
|
|
and enable speed throttler when just one regular cel was drawn, fixes eco quest 2 ego getting light-speed fast in village (bug #3036805)
=this could cause regressions like disabled animations in games=
svn-id: r51544
|
|
fixes cels being placed wrongly, sci0early didnt have the z adjust.
svn-id: r51537
|
|
only set nsRect when being drawn later (scaled only), fixes sq5 instant-death in elevator shaft
svn-id: r51534
|
|
svn-id: r51533
|
|
and adding workaround for pq2 when showing windows with pictures
change to kAddToPic fixes bad coordinates of cels when restoring the game (should also fix lsl2)
svn-id: r51526
|
|
svn-id: r51523
|
|
fixes crash in sq5 with elevator on goliath
svn-id: r51520
|
|
fixing regressions of r51511&51512 and cleaning up as well - for sq5
svn-id: r51513
|
|
(sq5 some dialog boxes again using wrong font in rare cases)
svn-id: r51512
|
|
fixes incorrect window proportions in sq5 when hailing ship at clorox II
svn-id: r51511
|
|
This fixes two fan games: Al Pond 2 and Aquarius. The original interpreter did this as well.
svn-id: r51477
|
|
credits (bug #3036154)
svn-id: r51459
|
|
svn-id: r51451
|
|
Get a pointer to the said spec instead of copying to a buffer. The fan games use a said spec with size < 64. Also, make said() take a const pointer as the spec cannot change. Thanks to waltervn and wjp.
svn-id: r51432
|
|
also fixing some of the offsets (those are DWORD instead of just WORDs)
svn-id: r51415
|