78096 Commits

Author SHA1 Message Date
upthorn
1f1928c9ac COMPOSER: Added new file to module.mk 2016-10-18 02:09:47 +02:00
upthorn
3d6eb8b49d COMPOSER: cleaned up miscellaneous gcc warnings and formatting issues. 2016-10-18 02:09:35 +02:00
upthorn
bbcf4a9218 COMPOSER: Fixed audio issues after save-game load. 2016-10-18 02:09:25 +02:00
upthorn
4e1f98a155 COMPOSER: failed attempt to correct audio sync issue 2016-10-18 02:09:14 +02:00
upthorn
70220384cd COMPOSER: game saving/loading now actually works 2016-10-18 02:09:04 +02:00
upthorn
2b58f42b8c COMPOSER: Continued work on saving/loading functionality. 2016-10-18 02:08:53 +02:00
upthorn
529a82a50a COMPOSER/JANITORIAL: Corrected a number of formatting issues in and around new functions related to saving. 2016-10-18 02:08:23 +02:00
upthorn
49fad58b2a COMPOSER: Preliminary (non-functional) game saving/loading support 2016-10-18 02:08:10 +02:00
Eugene Sandulenko
1efb11818d UPDATES: Update 1.9.0 Win32 signature. Thanks to TMM for the build. 2016-10-18 01:32:09 +02:00
Thierry Crozat
6c13a4d000 DISTS: Fix corrupted character in copyright string for Windows exe
This was introduced in commit 02827d0.
2016-10-17 23:37:21 +01:00
Thierry Crozat
6051bafecc I18N: Regenerate translations data file 2016-10-17 20:40:20 +01:00
Thierry Crozat
83354f60b7 I18N: Update Hungarian translation (ticket #9616) 2016-10-17 20:40:01 +01:00
Eugene Sandulenko
402c4758f3 DIRECTOR: Lingo: Hide noisy warnings 2016-10-17 19:31:47 +02:00
Eugene Sandulenko
c5e233b66b ALL: Fix compilation with enabled sdl_net and disabled cloud 2016-10-17 18:55:22 +02:00
Eugene Sandulenko
e8b70a4686 ALL: Fix compilation with disabled cloud but enabled libcurl 2016-10-17 18:55:22 +02:00
Ori Avtalion
d3c173da7a TITANIC: Remove always-true test 2016-10-17 16:10:38 +03:00
rootfather
98eeaf8fb5 README: Add missing configuration option to German README 2016-10-17 11:57:54 +02:00
rootfather
30e3c5d77e README: Update German README file 2016-10-17 11:54:50 +02:00
Colin Snover
a854c7e274 SCI32: Fix screen items incorrectly drawing over higher planes
Fixes Trac#9583.
2016-10-16 21:21:13 -05:00
Colin Snover
e704e5f3c8 SCI32: Fix crash when clicking around the arterial blockage in SQ6
Thanks @hpvb for the report.

Fixes Trac#9615. Closes #850.
2016-10-16 19:30:47 -05:00
Thierry Crozat
a43692f884 CONFIGURE: Disable libcurl and sdlnet when using --disable-cloud 2016-10-16 23:29:02 +01:00
Thierry Crozat
873515a7be GUI: Fix compilation when cloud is disabled but libcurl is not 2016-10-16 23:29:01 +01:00
Eugene Sandulenko
b9a7775645 DISTS: Add Win32 signature 2016-10-17 00:23:39 +02:00
Eugene Sandulenko
5eb1da42c3 FULLPIPE: Fix steps sounds 2016-10-16 23:25:38 +02:00
Arnaud Boutonné
7bd5ca57b2 Merge pull request #849 from rootfather/chewy-de-detection
CHEWY: Add detection entries for German versions
2016-10-16 19:51:29 +02:00
Thierry Crozat
5151bd99dd Merge pull request #847 from criezy/sdl-filtering
Add graphics linear filtering feature
2016-10-16 18:42:40 +01:00
rootfather
2abdea727e CHEWY: Add detection entries for German versions 2016-10-16 18:45:05 +02:00
Colin Snover
abc4656cc0 SCI32: Fix workaround comment 2016-10-16 11:10:25 -05:00
Eugene Sandulenko
9db3a38466 PSP: Added release building script 2016-10-16 14:49:59 +02:00
Colin Snover
65d0c659ef SCI32: Fix crash clicking quit button during LSL6hires credits 2016-10-15 20:57:48 -05:00
Colin Snover
06d58c91b9 SCI32: Fix crash in LSL6hires ending
Fixes Trac#9613.
2016-10-15 19:29:00 -05:00
Colin Snover
f35fafa525 SCI32: Fix kPalVary(SetVary) in SCI2.1early games
Game scripts pass an extra argument which is never used in SSCI.
This happens e.g. when warping from room 620 to room 860 in
LSL6hires.

Adding a signature for kPalVarySetVary for SCI2.1early games only
does not work because KQ7 1.51 is detected as SCI2.1early but the
interpreter includes kPalVary code that matches SCI2.1mid.

Fixes Trac#9611.
2016-10-15 18:00:37 -05:00
Eugene Sandulenko
af2027ddd1 Merge pull request #838 from bluegr/chewy
Chewy: Esc from F5. New WIP engine.
2016-10-15 13:51:00 +02:00
Eugene Sandulenko
e928198a72 BLADERUNNER: Mark engine as highres 2016-10-15 13:50:15 +02:00
Eugene Sandulenko
6ab1edf597 BLADERUNNER: Fix compilation on older gcc 2016-10-15 13:47:06 +02:00
Eugene Sandulenko
04f0fa36a6 GRAPHICS: Fixed BDF font scaling 2016-10-15 12:25:21 +02:00
Eugene Sandulenko
23544e6866 DIRECTOR: Added Mac font rendering test 2016-10-15 12:25:20 +02:00
Eugene Sandulenko
290ac2cc04 GRAPHICS: Added all supported Mac fonts to enum 2016-10-15 12:25:20 +02:00
Colin Snover
6303468555 SCI32: Fix mouse position clamping 2016-10-14 19:52:21 -05:00
Colin Snover
c3adfc065e SCI: Ensure export breakpoints always trigger on export calls
Previously, export calls to non-existing functions would act like
there was never an export call, and the breakpoint would never be
triggered.
2016-10-14 19:43:47 -05:00
Colin Snover
a05ae2e24a SCI32: Fix slow transitions in SQ6 2016-10-14 19:43:47 -05:00
Willem Jan Palenstijn
699a147348 SCI: Make -propDict- unique for each class
Previously, this was using the offset of the property dict inside the
script. However, this isn't unique. For example, SQ6's DPath and
PolyPath classes both have their property dict at offset 8 of their
respective scripts. This would break Obj::isMemberOf.

Closes #846.
2016-10-14 19:43:32 -05:00
Eugene Sandulenko
5aac0e9d39 GRAPHICS: Further work on BDF font scaling 2016-10-14 19:21:18 +02:00
Paul Gilbert
a8dd2856b7 TITANIC: Fix getting NPC animation name lists 2016-10-13 23:10:10 -04:00
Eugene Sandulenko
a350cc8fd0 BLADERUNNER: Fix compilation with plugins enabled 2016-10-14 00:16:30 +02:00
Eugene Sandulenko
e89c76f63c Merge pull request #836 from peterkohaut/bladerunner
BLADERUNNER: added basic support for blade runner game
2016-10-13 23:48:50 +02:00
Eugene Sandulenko
72c4e0cd7a Merge pull request #848 from vanfanel/master
RASPBERRYPI: Add specific README and launch script for using SDL 2.0.4 included in the release package.
2016-10-13 16:37:06 +02:00
vanfanel
b44a501499 RASPBERRYPI: Add Raspberry Pi specific README. 2016-10-13 15:50:45 +02:00
vanfanel
b905a3ba8e RASPBERRYPI: Add script to use included SDL 2.0.4 build. 2016-10-13 09:38:16 +02:00
Thierry Crozat
aa39a6ce4b SURFACESDL: Improve toggling filtering on/off
We don't need to recreate the window when turning filtering on or off.
Only the texture needs to be recreated.
2016-10-13 01:46:27 +01:00