Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-10-15 | DIRECTOR: Added Mac font rendering test | Eugene Sandulenko | |
2016-10-15 | GRAPHICS: Added all supported Mac fonts to enum | Eugene Sandulenko | |
2016-10-14 | SCI32: Fix mouse position clamping | Colin Snover | |
2016-10-14 | SCI: Ensure export breakpoints always trigger on export calls | Colin Snover | |
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 | SCI32: Fix slow transitions in SQ6 | Colin Snover | |
2016-10-14 | SCI: Make -propDict- unique for each class | Willem Jan Palenstijn | |
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 | GRAPHICS: Further work on BDF font scaling | Eugene Sandulenko | |
2016-10-13 | TITANIC: Fix getting NPC animation name lists | Paul Gilbert | |
2016-10-14 | BLADERUNNER: Fix compilation with plugins enabled | Eugene Sandulenko | |
2016-10-13 | Merge pull request #836 from peterkohaut/bladerunner | Eugene Sandulenko | |
BLADERUNNER: added basic support for blade runner game | |||
2016-10-13 | Merge pull request #848 from vanfanel/master | Eugene Sandulenko | |
RASPBERRYPI: Add specific README and launch script for using SDL 2.0.4 included in the release package. | |||
2016-10-13 | RASPBERRYPI: Add Raspberry Pi specific README. | vanfanel | |
2016-10-13 | RASPBERRYPI: Add script to use included SDL 2.0.4 build. | vanfanel | |
2016-10-13 | SURFACESDL: Improve toggling filtering on/off | Thierry Crozat | |
We don't need to recreate the window when turning filtering on or off. Only the texture needs to be recreated. | |||
2016-10-13 | I18N: Update translations templates | Thierry Crozat | |
2016-10-13 | README: Add filtering command line option and hotkey | Thierry Crozat | |