aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-18COMPOSER: cleaned up miscellaneous gcc warnings and formatting issues.upthorn
2016-10-18COMPOSER: Fixed audio issues after save-game load.upthorn
2016-10-18COMPOSER: failed attempt to correct audio sync issueupthorn
2016-10-18COMPOSER: game saving/loading now actually worksupthorn
2016-10-18COMPOSER: Continued work on saving/loading functionality.upthorn
2016-10-18COMPOSER/JANITORIAL: Corrected a number of formatting issues in and around ↵upthorn
new functions related to saving.
2016-10-18COMPOSER: Preliminary (non-functional) game saving/loading supportupthorn
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
2016-10-15GRAPHICS: Fixed BDF font scalingEugene Sandulenko
2016-10-15DIRECTOR: Added Mac font rendering testEugene Sandulenko
2016-10-15GRAPHICS: Added all supported Mac fonts to enumEugene Sandulenko
2016-10-14SCI32: Fix mouse position clampingColin Snover
2016-10-14SCI: Ensure export breakpoints always trigger on export callsColin 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-14SCI32: Fix slow transitions in SQ6Colin Snover
2016-10-14SCI: Make -propDict- unique for each classWillem 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-14GRAPHICS: Further work on BDF font scalingEugene Sandulenko
2016-10-13TITANIC: Fix getting NPC animation name listsPaul Gilbert
2016-10-14BLADERUNNER: Fix compilation with plugins enabledEugene Sandulenko
2016-10-13Merge pull request #836 from peterkohaut/bladerunnerEugene Sandulenko
BLADERUNNER: added basic support for blade runner game
2016-10-13Merge pull request #848 from vanfanel/masterEugene Sandulenko
RASPBERRYPI: Add specific README and launch script for using SDL 2.0.4 included in the release package.
2016-10-13RASPBERRYPI: Add Raspberry Pi specific README.vanfanel
2016-10-13RASPBERRYPI: Add script to use included SDL 2.0.4 build.vanfanel
2016-10-13SURFACESDL: Improve toggling filtering on/offThierry Crozat
We don't need to recreate the window when turning filtering on or off. Only the texture needs to be recreated.
2016-10-13I18N: Update translations templatesThierry Crozat