Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-20 | SCI32: Fix zero-offset exports | Colin 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-20 | UPDATES: 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-19 | WIN32: re-sort migration.txt | Hein-Pieter van Braam | |
Kind of nit-picky but it was annoying me that it was ALMOST sorted. | |||
2016-10-19 | WIN32: Nightlies will start using SDL2 | Hein-Pieter van Braam | |
2016-10-19 | WIN32: Add missing LICENSE files to migration.txt | Hein-Pieter van Braam | |
2016-10-19 | DIRECTOR: Fix movie scanning | Eugene Sandulenko | |
2016-10-19 | DIRECTOR: Lingo: Implemented getting 'the frame' entity | Eugene Sandulenko | |
2016-10-19 | UPDATES: Sparkle doesn't understand 1.9.0b, thus rename it to 1.9.0.2 | Eugene Sandulenko | |
2016-10-18 | UPDATES: Added Win32 1.9.0b build | Eugene Sandulenko | |
2016-10-18 | NEWS: Add filtering option for SDL2 | Thierry Crozat | |
2016-10-18 | SDL: Fix typo in function name | Ori Avtalion | |
2016-10-18 | UPDATES: Actually put the updated Win32 binary to 1.9.0a | Eugene Sandulenko | |
2016-10-18 | VIDEO: Fix an off-by-one check in VideoDecoder::getTrack | Bastien Bouclet | |
2016-10-18 | DIRECTOR: Further work on text cast loading and rendering | Eugene Sandulenko | |
2016-10-18 | GRAPHICS: Declared few methods in MacFontManager public | Eugene Sandulenko | |
2016-10-18 | DIRECTOR: Added debug chanel for text rendering | Eugene Sandulenko | |
2016-10-18 | GRAPHICS: Remove debug leftover | Eugene Sandulenko | |
2016-10-18 | UPDATE: Win32 buld was updated. There were 120 downloads | Eugene Sandulenko | |
2016-10-18 | WIN32: Remove NSIS installer script, since it is no longer maintained, ↵ | Kirben | |
outdated, and leads to confusion. | |||
2016-10-17 | XEEN: Visual Studio compilation fix | Paul Gilbert | |
2016-10-18 | UPDATES: Give feedback on OS X when using the Check now button | Thierry 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-18 | UPDATES: Another Win32 binary update | Eugene Sandulenko | |
2016-10-18 | UPDATES: Update 1.9.0 Win32 signature. Thanks to TMM for the build. | Eugene Sandulenko | |
2016-10-17 | DISTS: Fix corrupted character in copyright string for Windows exe | Thierry Crozat | |
This was introduced in commit 02827d0. | |||
2016-10-17 | I18N: Regenerate translations data file | Thierry Crozat | |
2016-10-17 | I18N: Update Hungarian translation (ticket #9616) | Thierry Crozat | |
2016-10-17 | DIRECTOR: Lingo: Hide noisy warnings | Eugene Sandulenko | |
2016-10-17 | ALL: Fix compilation with enabled sdl_net and disabled cloud | Eugene Sandulenko | |
2016-10-17 | ALL: Fix compilation with disabled cloud but enabled libcurl | Eugene Sandulenko | |
2016-10-17 | TITANIC: Remove always-true test | Ori Avtalion | |
2016-10-17 | README: Add missing configuration option to German README | rootfather | |
2016-10-17 | README: Update German README file | rootfather | |
2016-10-16 | SCI32: Fix screen items incorrectly drawing over higher planes | Colin Snover | |
Fixes Trac#9583. | |||
2016-10-16 | SCI32: Fix crash when clicking around the arterial blockage in SQ6 | Colin Snover | |
Thanks @hpvb for the report. Fixes Trac#9615. Closes #850. | |||
2016-10-16 | CONFIGURE: Disable libcurl and sdlnet when using --disable-cloud | Thierry Crozat | |
2016-10-16 | GUI: Fix compilation when cloud is disabled but libcurl is not | Thierry Crozat | |
2016-10-17 | DISTS: Add Win32 signature | Eugene Sandulenko | |
2016-10-16 | FULLPIPE: Fix steps sounds | Eugene Sandulenko | |
2016-10-16 | Merge pull request #849 from rootfather/chewy-de-detection | Arnaud Boutonné | |
CHEWY: Add detection entries for German versions | |||
2016-10-16 | Merge pull request #847 from criezy/sdl-filtering | Thierry Crozat | |
Add graphics linear filtering feature | |||
2016-10-16 | CHEWY: Add detection entries for German versions | rootfather | |
2016-10-16 | SCI32: Fix workaround comment | Colin Snover | |
2016-10-16 | PSP: Added release building script | Eugene Sandulenko | |
2016-10-15 | SCI32: Fix crash clicking quit button during LSL6hires credits | Colin Snover | |
2016-10-15 | SCI32: Fix crash in LSL6hires ending | Colin Snover | |
Fixes Trac#9613. | |||
2016-10-15 | SCI32: Fix kPalVary(SetVary) in SCI2.1early games | Colin 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-15 | Merge pull request #838 from bluegr/chewy | Eugene Sandulenko | |
Chewy: Esc from F5. New WIP engine. | |||
2016-10-15 | BLADERUNNER: Mark engine as highres | Eugene Sandulenko | |
2016-10-15 | BLADERUNNER: Fix compilation on older gcc | Eugene Sandulenko | |
2016-10-15 | GRAPHICS: Fixed BDF font scaling | Eugene Sandulenko | |