Hein-Pieter van Braam
3f797173c0
WIN32: Nightlies will start using SDL2
2016-10-19 23:45:38 +02:00
Hein-Pieter van Braam
9af3c05561
WIN32: Add missing LICENSE files to migration.txt
2016-10-19 23:44:55 +02:00
Eugene Sandulenko
06ca6531ae
DIRECTOR: Fix movie scanning
2016-10-19 21:53:18 +02:00
Eugene Sandulenko
4162295464
DIRECTOR: Lingo: Implemented getting 'the frame' entity
2016-10-19 21:47:44 +02:00
Eugene Sandulenko
428cc33851
UPDATES: Sparkle doesn't understand 1.9.0b, thus rename it to 1.9.0.2
2016-10-19 00:07:41 +02:00
Eugene Sandulenko
2b842d2ee2
UPDATES: Added Win32 1.9.0b build
2016-10-18 22:59:11 +02:00
Thierry Crozat
fa8b665495
NEWS: Add filtering option for SDL2
2016-10-18 19:51:17 +01:00
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