aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-20SCI32: Split out detection of features that cross SSCI versionsColin Snover
2016-10-20SCI32: Fix zero-offset exportsColin Snover
Exports with a zero offset are supposed to point to the start of the code block in the script hunk, but they were being ignored. This may also apply to SCI1.1 games, but until that can be verified, this fixes the zero-offset in only SCI32 games for now.
2016-10-20UPDATES: Added MacOS 1.9.0.2, no changes.Eugene Sandulenko
It appears that Mac Sparkle does not ignore the Windows binaries, and offers to upgrade to Windows executable. Thus, in the meantime we supply binary with the version change only.
2016-10-19WIN32: re-sort migration.txtHein-Pieter van Braam
Kind of nit-picky but it was annoying me that it was ALMOST sorted.
2016-10-19WIN32: Nightlies will start using SDL2Hein-Pieter van Braam
2016-10-19WIN32: Add missing LICENSE files to migration.txtHein-Pieter van Braam
2016-10-19DIRECTOR: Fix movie scanningEugene Sandulenko
2016-10-19DIRECTOR: Lingo: Implemented getting 'the frame' entityEugene Sandulenko
2016-10-19UPDATES: Sparkle doesn't understand 1.9.0b, thus rename it to 1.9.0.2Eugene Sandulenko
2016-10-18UPDATES: Added Win32 1.9.0b buildEugene Sandulenko
2016-10-18NEWS: Add filtering option for SDL2Thierry Crozat
2016-10-18SDL: Fix typo in function nameOri Avtalion
2016-10-18UPDATES: Actually put the updated Win32 binary to 1.9.0aEugene Sandulenko
2016-10-18VIDEO: Fix an off-by-one check in VideoDecoder::getTrackBastien Bouclet
2016-10-18DIRECTOR: Further work on text cast loading and renderingEugene Sandulenko
2016-10-18GRAPHICS: Declared few methods in MacFontManager publicEugene Sandulenko
2016-10-18DIRECTOR: Added debug chanel for text renderingEugene Sandulenko
2016-10-18GRAPHICS: Remove debug leftoverEugene Sandulenko
2016-10-18UPDATE: Win32 buld was updated. There were 120 downloadsEugene Sandulenko
2016-10-18WIN32: Remove NSIS installer script, since it is no longer maintained, ↵Kirben
outdated, and leads to confusion.
2016-10-17XEEN: Visual Studio compilation fixPaul Gilbert
2016-10-18UPDATES: Give feedback on OS X when using the Check now buttonThierry Crozat
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-18UPDATES: Another Win32 binary updateEugene Sandulenko
2016-10-18UPDATES: Update 1.9.0 Win32 signature. Thanks to TMM for the build.Eugene Sandulenko
2016-10-17DISTS: Fix corrupted character in copyright string for Windows exeThierry Crozat
This was introduced in commit 02827d0.
2016-10-17I18N: Regenerate translations data fileThierry Crozat
2016-10-17I18N: Update Hungarian translation (ticket #9616)Thierry Crozat
2016-10-17DIRECTOR: Lingo: Hide noisy warningsEugene Sandulenko
2016-10-17ALL: Fix compilation with enabled sdl_net and disabled cloudEugene Sandulenko
2016-10-17ALL: Fix compilation with disabled cloud but enabled libcurlEugene Sandulenko
2016-10-17TITANIC: Remove always-true testOri Avtalion
2016-10-17README: Add missing configuration option to German READMErootfather
2016-10-17README: Update German README filerootfather
2016-10-16SCI32: Fix screen items incorrectly drawing over higher planesColin Snover
Fixes Trac#9583.
2016-10-16SCI32: Fix crash when clicking around the arterial blockage in SQ6Colin Snover
Thanks @hpvb for the report. Fixes Trac#9615. Closes #850.
2016-10-16CONFIGURE: Disable libcurl and sdlnet when using --disable-cloudThierry Crozat
2016-10-16GUI: Fix compilation when cloud is disabled but libcurl is notThierry Crozat
2016-10-17DISTS: Add Win32 signatureEugene Sandulenko
2016-10-16FULLPIPE: Fix steps soundsEugene Sandulenko
2016-10-16Merge pull request #849 from rootfather/chewy-de-detectionArnaud Boutonné
CHEWY: Add detection entries for German versions
2016-10-16Merge pull request #847 from criezy/sdl-filteringThierry Crozat
Add graphics linear filtering feature
2016-10-16CHEWY: Add detection entries for German versionsrootfather
2016-10-16SCI32: Fix workaround commentColin Snover
2016-10-16PSP: Added release building scriptEugene Sandulenko
2016-10-15SCI32: Fix crash clicking quit button during LSL6hires creditsColin Snover
2016-10-15SCI32: Fix crash in LSL6hires endingColin Snover
Fixes Trac#9613.
2016-10-15SCI32: Fix kPalVary(SetVary) in SCI2.1early gamesColin Snover
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-15Merge pull request #838 from bluegr/chewyEugene Sandulenko
Chewy: Esc from F5. New WIP engine.
2016-10-15BLADERUNNER: Mark engine as highresEugene Sandulenko
2016-10-15BLADERUNNER: Fix compilation on older gccEugene Sandulenko