Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-10-13 | SURFACESDL: Add hotkey to enable/disable filtering | Thierry Crozat | |
2016-10-13 | OPENGLSDL: Add hotkey to enable/disable filtering | Thierry Crozat | |
Crtl-Alt-f now enables/disables filtering instead of changing the graphics mode. Since there is only one graphics mode now, a hotkey to change it is a bit useless. | |||
2016-10-13 | TESTBED: Add test for kFeatureFilteringMode | Thierry Crozat | |
2016-10-13 | SURFACESDL: Add support for filtering feature when using SDL2 | Thierry Crozat | |
This implements the request from ticket #9573: SDL1/2: Different rendering/filtering? | |||
2016-10-13 | OPENGL: Add support for filtering feature | Thierry Crozat | |
This replaces the two graphics modes "OpenGL (No filtering)" and "OpenGL". Now there is a single "OpenGL" mode and filtering is controlled by the kFeatureFilteringMode. | |||
2016-10-13 | GUI: Add checkbox and config option to enable/disable graphics filtering | Thierry Crozat | |
2016-10-13 | OSYSTEM: Add kFeatureFilteringMode | Thierry Crozat | |
2016-10-13 | OPENGLSDL: Make some OSD messages translatable | Thierry Crozat | |
Also change some OSD messages to be the same or similar to messages used by the Surface SDL code. | |||
2016-10-12 | VIDEO: Support rewind on AVI files with multiple video tracks | Paul Gilbert | |
2016-10-12 | TESTBED: Fix fullscreen test | Thierry Crozat | |
The test was always failing when starting from the fullscreen state. | |||
2016-10-12 | GRAPHICS: Fix BDF font referencing on font generation | Eugene Sandulenko | |
2016-10-12 | BLADERUNNER: added picking up of items | Peter Kohaut | |
and some formatting | |||
2016-10-12 | GRAPHICS: Fix built-in font parameters | Eugene Sandulenko | |
2016-10-12 | SCI: Add modified workaround for Simbani bridge room for GOG | Willem Jan Palenstijn | |
The GOG version comes with a fan patch that uses rm470::name to store a timer to rate-limit rm470::doit. This breaks the workaround detection since that uses the name field. | |||
2016-10-12 | AGI: Make TIME_DELAY 0 to set the game to 40 fps | Martin Kiewitz | |
Original AGI TIME_DELAY 0 made the game run as fast as possible. We didn't go that far, but it still seems to run too fast. This should hopefully fix that. See bug #9607 | |||
2016-10-12 | GUI: Fix wrong error messages when failing to change some graphics settings | Thierry Crozat | |
2016-10-12 | GRAPHICS: Further work on BDF font scaling | Eugene Sandulenko | |