81303 Commits

Author SHA1 Message Date
Paul Gilbert
d56124e624 TITANIC: Renamings & cleanup for markers drawing 2017-05-30 20:50:59 -04:00
Paul Gilbert
ede1965e65 TITANIC: Fix drawing crosshairs in the main starfield 2017-05-30 20:06:03 -04:00
Paul Gilbert
56474edca0 TITANIC: Cleanup & fixes for starfield viewpoint box 2017-05-30 20:01:49 -04:00
Paul Gilbert
6e46535c92 TITANIC: Rename CPhotoCrosshairs to CStarCrosshairs
The crosshairs are used in the main starfield as well, so they
shouldn't have a Photo specific name
2017-05-30 19:22:27 -04:00
Paul Gilbert
6854ffb8a3 TITANIC: Cleanup of CStarMarkers draw method 2017-05-30 18:57:50 -04:00
Paul Gilbert
eb2ce9c759 TITANIC: Implement CSurfaceArea drawLine 2017-05-30 17:24:06 -04:00
Paul Gilbert
98ad7ca355 TITANIC: CSurfaceArea fillRect is actually drawLine 2017-05-30 16:49:04 -04:00
Paul Gilbert
0d35da3791 TITANIC: Fix vector calculation for markers drawing 2017-05-30 16:42:11 -04:00
Martin Kiewitz
a8475db05a SCI: SQ4CD: Limit workaround for Russian SQ4 to room 150+900
As proposed by bluegr
2017-05-30 22:11:33 +02:00
Paul Gilbert
c5084ff5ba TITANIC: Fix deselecting stars in the photo view 2017-05-30 15:16:17 -04:00
Paul Gilbert
c6f079b1ef TITANIC: Further commenting of CPhotoCrosshairs class 2017-05-30 14:16:01 -04:00
Paul Gilbert
867f06a2b4 TITANIC: Renamings and further fixes for CPhotoCrosshairs 2017-05-30 12:11:35 -04:00
Paul Gilbert
713f6e84fc TITANIC: Fix references to CPhotoCrosshairs _entries array 2017-05-30 11:35:28 -04:00
Martin Kiewitz
266f68c21b SCI: SQ4CD: Remove room restriction of existing workarounds for end
Fixes bug #9812
2017-05-29 23:44:28 +02:00
Martin Kiewitz
04b5c3a71b SCI32: GK1: Add second beignet timer issue script patch
Should solve bug #9805
2017-05-29 21:21:56 +02:00
Paul Gilbert
496839d766 TITANIC: Merge incorrectly duplicated field in CPhotoCrosshairs 2017-05-29 00:03:22 -04:00
Paul Gilbert
4358712c28 TITANIC: Fix copying star positions selected in photo 2017-05-28 23:42:47 -04:00
Thierry Crozat
a614638747 I18N: Regenerate translations data file 2017-05-29 05:05:06 +02:00
Paul Gilbert
77703ed316 TITANIC: Renamed CStarControlSub7 to CStarMarkers 2017-05-28 22:25:13 -04:00
Paul Gilbert
a4fca68217 TITANIC: Fix placement of stars in photo starfield 2017-05-28 22:04:29 -04:00
Paul Gilbert
30b5fc8c36 TITANIC: Fix copying viewport _valArray data 2017-05-28 18:17:51 -04:00
Paul Gilbert
8ad4c59c1c TITANIC: Fix crash switching from starfield to photo display 2017-05-28 17:14:48 -04:00
Paul Gilbert
6587cacabd TITANIC: Rename CStarControlSub8 to CPhotoCrosshairs 2017-05-28 16:27:39 -04:00
Paul Gilbert
99ce2f6f56 TITANIC: Renamings for photo surface 2017-05-28 16:14:07 -04:00
Paul Gilbert
38beceef7d TITANIC: Renamings of orientation related variables and methods 2017-05-28 15:53:52 -04:00
Paul Gilbert
0be151d507 TITANIC: Fix crash inserting photograph into star control 2017-05-28 14:56:44 -04:00
Hein-Pieter van Braam
d6645f3fc9 Merge pull request #949 from csnover/advanceddetector-fullpaths
ENGINES: Allow detection entries to match on full paths
2017-05-28 11:40:07 +02:00
Hein-Pieter van Braam
379314c27d Merge pull request #952 from wjp/hide_gmm_saveload
GUI: Fully hide GMM save/load buttons if not supported by engine
2017-05-28 11:23:49 +02:00
Colin Snover
f940346812 SCI32: Minor cleanup to plane debug information 2017-05-27 23:36:11 -05:00
Colin Snover
ccf5665fac SCI32: Remove dead code 2017-05-27 23:36:11 -05:00
Colin Snover
73fab1e135 SCI32: Remove invalid interaction cursor spinloop in KQ7 2017-05-27 21:57:06 -05:00
Paul Gilbert
cb527ac286 TITANIC: Rename _powers array to _speeds 2017-05-27 15:13:54 -04:00
Filippos Karapetis
a8b3b67d29 SCI32: Update some old comments related to virtual files 2017-05-27 14:33:24 +03:00
Filippos Karapetis
03c1b3307c SCI: Remove a leftover SCI32 hack 2017-05-27 13:32:02 +03:00
Vincent Pelletier
57eda6aef0 GRAPHICS: Include bytesPerPixel in toString representation 2017-05-27 09:39:08 +02:00
Paul Gilbert
7d8cff0231 TITANIC: Fix calculation of acceleration powers table 2017-05-26 23:23:45 -04:00
Paul Gilbert
50a6100d27 TITANIC: Simplify FVector addAndNormalize 2017-05-26 21:21:29 -04:00
Paul Gilbert
f9f835e080 TITANIC: Fix orientation threshold check in CStarControlSub24 2017-05-26 21:00:31 -04:00
Willem Jan Palenstijn
d9807b0fca SCI32: Fix warning 2017-05-26 19:33:59 +02:00
Hein-Pieter van Braam
04fb40be2d SCI32: Fix kArrayFill
The ScummVM implementation of class SciArray::fill() has a bug where it
will overwrite the array[index] with the value count times, rather than
fill the array starting from index count times.

This patch fixes that behavior. This was noticed because the LSL7 dice
game was broken, it was impossible to lose. After this patch the dice
game works as expected.

Closes gh-953.
2017-05-26 12:21:43 -05:00
Paul Gilbert
78f69e198c TITANIC: Fix calculating orientation transition matrixes 2017-05-25 22:27:19 -04:00
Colin Snover
d0040dc8ef SCI32: Fix SCI3 object names > 0xFFFF 2017-05-25 19:25:50 -05:00
Willem Jan Palenstijn
dadf1dbe94 GUI: Fully hide GMM save/load buttons if not supported by engine
Previously, they were only greyed out. According to the discussion on
patch #8925, this was a limitation of the GUI layout engine when these
buttons were introduced in 2008. This no longer seems to be a problem.
2017-05-25 16:23:34 +02:00
Martin Kiewitz
ad1cc613ef SCI32: Fix typo in script patch name 2017-05-24 18:49:55 +02:00
Martin Kiewitz
26fe96d637 SCI32: Add script patch for lsl7 cheese maker priority bug
This issue also happens when using the original interpreter.
2017-05-24 18:45:16 +02:00
Martin Kiewitz
97d4a9eff1 SCI32: Add script patch for cheese maker issue
Room 540, was game breaking, but effectively a script
bug, that just happened to work in SSCI.
2017-05-24 15:37:18 +02:00
Thierry Crozat
dc9c121d77 I18N: Update translations templates 2017-05-24 06:16:56 +02:00
Hein-Pieter van Braam
cffe01536e SCI32: Add 'music/' subdir to file path for LSL7 GOG
LSL7 originally came with music in two qualities in subdirectories of
the 'music' directory, 22s8 and 22s16. The gog.com release doesn't do
this and only ships the hq music in the root of 'music/'. This PR adds
it to the search path.

Closes gh-951.
2017-05-23 23:16:15 -05:00
Colin Snover
fdb87619c6 SCI32: Fix selector search for SCI2/2.1 games with missing vocab.997
Fixes Trac#9796.
2017-05-23 22:41:56 -05:00
Paul Gilbert
31c2aa8d24 TITANIC: Rename DMatrix fn3 to loadTransform 2017-05-23 22:31:55 -04:00