Filippos Karapetis
59e6341e35
SCI: Make a note about pic 390 in the blacklisted SQ4CD NRS patch 1.2
2013-10-02 12:25:10 +03:00
m-kiewitz
fa41ee132b
SCI: fix for heap corruption during lsl3 ending
2013-09-21 22:35:53 +02:00
Filippos Karapetis
0885a003c5
SCI: Fix bug #3614914 - "SCI: Castle of Dr Brain Spanish crashes after Computer Room"
...
Ignore the unused x/y displacement fields of cels embedded in pics.
Dr. Brain Spanish, pic 261 contains garbage in these fields (probably
left overs)
2013-08-19 06:30:50 +03:00
Johannes Schickel
dbda889e63
SCI: Take advantage of Surface::getPixels.
2013-08-03 04:02:52 +02:00
Johannes Schickel
dd67e9f099
SCI: Prefer getBasePtr over direct Surface::pixels access.
2013-08-03 02:52:33 +02:00
Filippos Karapetis
2088a77388
SCI: Add a hack to fix the inventory in GK1
...
For some reason, the top left nsRect coordinates get swapped in the GK1
inventory screen, investigate why
2013-07-30 04:21:51 +03:00
Sven Hesse
989ea7cb56
JANITORIAL: Remove trailing whitespace
2013-07-14 19:01:47 +02:00
Filippos Karapetis
d530985a6b
SCI: Avoid using g_sci for usesOldGfxFunctions() in the GfxPorts class
2013-06-21 13:19:37 +03:00
Filippos Karapetis
5b25c40c40
SCI: Fix a non-initialized variable in GfxScreen - CID 1003105
2013-05-01 01:51:12 +03:00
Filippos Karapetis
012a5ef040
SCI: Fix a non-initialized variable in GfxCursor - CID 1003112
2013-05-01 01:51:12 +03:00
Filippos Karapetis
3012aaa14f
SCI: Fix a non-initialized variable in GfxControls16 - CID 1003114
2013-05-01 01:51:11 +03:00
Filippos Karapetis
2d90cc4ac3
SCI: Fix a non-initialized variable in GfxMenu - CID 1003110
2013-05-01 01:51:11 +03:00
Filippos Karapetis
619baf67ae
SCI: Initialize some members of GfxPaint16 - CID 1010057
2013-05-01 01:51:10 +03:00
Filippos Karapetis
d840aa4dec
SCI: Change wording for the cursor position workarounds
2013-04-28 23:31:10 +03:00
Filippos Karapetis
46ebf37ec9
SCI: Change wording for bug/further info references
2013-04-27 14:04:27 +03:00
Filippos Karapetis
41e02baff1
SCI: Fix scaling in the back room of the bookstore in GK1
2013-04-25 02:36:03 +03:00
Max Horn
51bde6ced5
SCI: Remove a bunch of unused private member variables
...
All instances uncovered by clang warnings.
2013-04-18 23:50:20 +02:00
Matthew Hoops
8a50d87445
SCI: Fix potential memory leak with Mac cursor's hotspot
2013-04-16 11:14:04 -04:00
Matthew Hoops
6c1b019056
SCI: Fix mac cursor memory leak
2013-04-16 11:09:30 -04:00
Willem Jan Palenstijn
0250fd8ee1
SCI: Fix hunk entry leak
2013-04-15 21:46:09 +02:00
Filippos Karapetis
51b1ec3139
SCI: Fix drawing in SCI21 hires games without breaking lowres SCI2/SCI21 games
2013-03-28 20:28:51 +02:00
Willem Jan Palenstijn
2d1fd3b554
ALL: Fix typo (existant->existent)
2013-02-23 22:07:32 +01:00
Filippos Karapetis
31aec8c581
SCI: Some more work on scaling in SCI32
2013-01-13 17:28:09 +02:00
Filippos Karapetis
41725ab743
SCI: Fix the night time palette in QFG4
2013-01-11 02:24:18 +02:00
Filippos Karapetis
81d614e63a
SCI: More proper handling of scaling and global scaling in SCI32
...
This fixes several scaling related problems in QFG4 and SQ6
2013-01-11 02:24:18 +02:00
Filippos Karapetis
cf3890b79a
SCI: Remove obsolete comment and code
2013-01-11 02:24:18 +02:00
Filippos Karapetis
13ec242a2c
SCI: Disable modification of object NS rects in SCI32
...
This fixes the sliders in QFG4 without introducing any regressions,
as the objects are still drawn on screen using the per-frame adjusted
coordinates
2013-01-11 02:24:17 +02:00
D G Turner
77a9f01454
SCI: Amended fix for palette related compiler warnings.
2012-11-26 21:08:39 +00:00
Filippos Karapetis
9c510c1b52
SCI: Fix warnings
2012-11-26 11:27:02 +02:00
Filippos Karapetis
fb0788d12f
SCI: Properly reset the palVary signal when loading (bug #3575569 )
2012-11-15 14:57:55 +02:00
Filippos Karapetis
3b5e92d4f3
SCI: Fix bug #3575569 - "SCI: QFG1VGA: Palette/hue bug after loading"
...
We make sure that any leftover palVary timers are removed when
loading. This is an edge case, but it won't hurt to remove these
timers just in case
2012-11-07 18:11:09 +02:00
Filippos Karapetis
a73e3f44ad
SCI: Add a workaround for the large text boxes in Freddy Pharkas CD
...
Fixes bug #3575276 - "SCI: Freddy Pharkas: Text sometimes drawn/erased
incorrectly"
2012-10-08 22:47:27 +03:00
Johannes Schickel
89abab97e3
JANITORIAL: Remove trailing whitespaces.
...
Powered by:
git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-26 04:17:55 +02:00
Matthew Hoops
857b92f8ff
Merge pull request #268 from clone2727/video-rewrite
...
VideoDecoder upgrade & partial rewrite
2012-08-26 15:41:56 -04:00
Filippos Karapetis
a391599403
SCI: Update a comment
2012-08-21 11:55:21 +03:00
Filippos Karapetis
7d436622a8
SCI: More work on kRemapColors
...
This implements some more color remap-based palette effects, found in QFG4
2012-08-21 03:32:23 +03:00
Matthew Hoops
fb35c7f46f
VIDEO: Remove setSystemPalette()
2012-08-16 13:30:32 -04:00
Filippos Karapetis
c0beaf2337
SCI: Differentiate between screen width and pitch
...
This properly addresses the odd screen width (630) in Phantasmagoria 1
2012-07-26 11:06:51 +03:00
Johannes Schickel
dc8d9f4c9f
SCI: Fix delete[] formatting.
2012-07-25 21:11:45 +02:00
Filippos Karapetis
797dbfe506
SCI: Set the RemapByPercent palette initially
...
This needs to be performed because the screen palette might not change
after the call. Fixes the display of the bat in the character selection
screen in the full version of QFG4
2012-07-25 01:16:13 +03:00
Filippos Karapetis
537b1969bf
SCI: Rewrite the color remapping code to support simultaneous effects
...
Fixes the torch in the full version of QFG4
2012-07-25 00:58:16 +03:00
Filippos Karapetis
37b209dac1
SCI: Refresh remapping by percent whenever the screen palette changes
2012-07-24 22:55:34 +03:00
Filippos Karapetis
fe3fb1873c
SCI: Cleanup of the palette remapping code
2012-07-24 22:54:37 +03:00
Filippos Karapetis
6f35130204
SCI: More work on color remapping
...
More transparency/color mapping effects are now working (e.g. the
flashlight at the Gedde tomb in GK1, the rays of light at Schloss Ritter
in GK1, the torch in the QFG4 demo and the shadows in QFG4, PQ4 and KQ7)
2012-07-24 22:34:46 +03:00
Filippos Karapetis
3d395545cb
SCI: Remove unused variables
2012-07-24 04:07:08 +03:00
Filippos Karapetis
bd281928cb
SCI: Initial implementation of kRemapColors(kRemapByPercent)
...
Fixes some graphics glitches in the QFG4 demo and the menus of QFG4, by
implementing one of the transparency effects used mainly in SCI32.
Many thanks to fuzzie for her debugging info on QFG4 demo and to wjp for
his great help on the dissassembly
2012-07-24 03:53:44 +03:00
Filippos Karapetis
1a90ca5ecd
SCI: Handle all negative priority values. Fixes graphics in the SQ6 demo
2012-07-16 11:49:50 +03:00
Filippos Karapetis
10b3fdf247
SCI: Show information for correct file naming in the QFG4 import room
...
This information is shown in previous QFG versions, but it had to be
placed in a SCI32 graphics function in order to be shown in QFG4 too
2012-07-08 16:15:47 +03:00
Filippos Karapetis
e4378d5bac
SCI: Better handling for Phantasmagoria's odd screen size
...
Still not right, as the width isn't set
2012-07-06 13:17:04 +03:00
Filippos Karapetis
7513786296
SCI: Add a hack to handle the internal script resolution in Phantasmagoria
2012-07-06 12:11:50 +03:00