Ori Avtalion
fc85eb461d
SDL: Fix typo in function name
2016-10-18 19:24:51 +03:00
Eugene Sandulenko
d890f99c85
UPDATES: Actually put the updated Win32 binary to 1.9.0a
2016-10-18 13:40:23 +02:00
Bastien Bouclet
1d349e8244
VIDEO: Fix an off-by-one check in VideoDecoder::getTrack
2016-10-18 13:13:00 +02:00
Eugene Sandulenko
6ef67b9186
DIRECTOR: Further work on text cast loading and rendering
2016-10-18 11:50:12 +02:00
Eugene Sandulenko
e19cb15943
GRAPHICS: Declared few methods in MacFontManager public
2016-10-18 11:50:12 +02:00
Eugene Sandulenko
0eac022f55
DIRECTOR: Added debug chanel for text rendering
2016-10-18 11:50:12 +02:00
Eugene Sandulenko
01cf3d2ebd
GRAPHICS: Remove debug leftover
2016-10-18 11:50:12 +02:00
Eugene Sandulenko
6751bc39b4
UPDATE: Win32 buld was updated. There were 120 downloads
2016-10-18 09:55:22 +02:00
Kirben
4a1f3d76fd
WIN32: Remove NSIS installer script, since it is no longer maintained, outdated, and leads to confusion.
2016-10-18 14:46:02 +11:00
Paul Gilbert
9f90b4b50b
XEEN: Visual Studio compilation fix
2016-10-17 21:56:44 -04:00
Thierry Crozat
58b2d0b317
UPDATES: Give feedback on OS X when using the Check now button
...
Checking updates from the menu was giving feedback when no update was
found, but checking updates from the Check now button in the options was
only giving feedback if a new version was found. Now it also tell us when
ScummVM is up to date.
2016-10-18 00:55:07 +01:00
Eugene Sandulenko
b2581ad853
UPDATES: Another Win32 binary update
2016-10-18 01:48:02 +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