aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2019-05-01COMMON: Replace NEResourceType and PEResourceType with a shared enumCameron Cawley
2019-05-01SCI: Handle recursive view loop referencessluicebox
Fixes bug #10953 in FPFP
2019-05-01BLADERUNNER: Debugger command show maze scoreThanasis Antoniou
2019-05-01BLADERUNNER: Fix interaction with transient about locked doorThanasis Antoniou
2019-04-30BLADERUNNER: Fixed zbuffer in TB05Peter Kohaut
This was causing issues with walking in TB05
2019-04-30BLADERUNNER: Spinner GPS Talkie restoredThanasis Antoniou
2019-04-30BLADERUNNER: Restore content in UG13Thanasis Antoniou
2019-04-30BLADERUNNER: User choice mode should not autoselect last optionThanasis Antoniou
2019-04-30BLADERUNNER: Comments on dialogue optionsThanasis Antoniou
2019-04-30KYRA: - fix some license headersathrxx
Remove LGPL license part from files that shouldn't have them. I missed that when I rearranged that code a couple of weeks ago.
2019-04-30KYRA: (Adlib driver) - replace dead link reference removed in 94596c2athrxx
(new link provided by sev)
2019-04-29KYRA: (AdLib driver) - remove reference to dead web linkathrxx
2019-04-29KYRA: (EOB/Amiga) - mark error dialogs as translateableathrxx
2019-04-29BLADERUNNER: Chess, keyboard, and clues bug fixesantoniou79
2019-04-29GLK: GLULXE: Added detection for older versions of English gamesPaul Gilbert
2019-04-29GLK: GLULXE: Added foreign language game detectionsPaul Gilbert
2019-04-29GLK: Fix warningsCameron Cawley
2019-04-29GLK: GLULXE: Adding detection entriesPaul Gilbert
2019-04-28SCI: (PC98 sound driver) - fix channel assignment bugathrxx
2019-04-28GLK: Record gli arrays for memory streamsPaul Gilbert
2019-04-28IMAGE: Allow setting the output pixel format to the JPEG decoderBastien Bouclet
2019-04-28GLK: GLULXE: init_dispatch wasn't being calledPaul Gilbert
2019-04-28GLK: Add gli registration for other object typesPaul Gilbert
2019-04-28GLK: Implementing more gli object registrationPaul Gilbert
2019-04-28BLADERUNNER: Fix spinner transitions post Act 1Thanasis Antoniou
Also restored ascenting outtake when leaving RC01 in Act 1
2019-04-28BLADERUNNER: Add cut monologue from DR01 first visitThanasis Antoniou
2019-04-28BLADERUNNER: BB01, DR01, NR01 reduce freq of intro sceneThanasis Antoniou
They'll play the first time, but have 33% probability to play on subsequent visits
2019-04-28BLADERUNNER: DR01 restore cut content and randomize introThanasis Antoniou
Intro with bikes should not always play after first time in act2
2019-04-27SCI: Fix QFG1VGA Mac giant fight, bug #10948sluicebox
2019-04-27ENGINES: Add function in DetectionResults to get list of engines with an ↵Thierry Crozat
unknown variants
2019-04-26SCI: Fix QFG1VGA Mac great hall, bug #10945sluicebox
2019-04-25BLADERUNNER: Make the cut content a runtime optionPeter Kohaut
Player can choose to use or not the restored cut content. Does not affect fixed bugs in original game.
2019-04-24BLADERUNNER: remove deprecated methods from headerThanasis Antoniou
2019-04-24BLADERUNNER: Restore VK sessions cut contentThanasis Antoniou
Includes Runciter's VK session
2019-04-24BLADERUNNER: Debugger command for full VK sessionsThanasis Antoniou
2019-04-24BLADERUNNER: Restore relared VK questions mechanismThanasis Antoniou
2019-04-24BLADERUNNER: Named constants for model animations P02Thanasis Antoniou
2019-04-24SCI: Fix QFG1VGA Thieves Guild cashier, bug #10939sluicebox
2019-04-24SCI: Fix QFG1VGA inventory weight warn, bug #10942sluicebox
Fix a script bug that breaks the game when picking mushrooms or other actions if they trigger an inventory weight warning
2019-04-22SCI: Add QFG1VGA detect-magic workaround for Giantsluicebox
2019-04-21BLADERUNNER: Proper Subtitles option translation for RUSThanasis Antoniou
2019-04-21BLADERUNNER: Cleaner output for debugger cmdListThanasis Antoniou
2019-04-20BLADERUNNER: Named constants for animationIds P01Thanasis Antoniou
Part one of using named constants for model animations
2019-04-20BLADERUNNER: Add list debugger commandThanasis Antoniou
Similar to draw (reuses code) but lists objects in the debugger view
2019-04-20SCI: Fix QFG1VGA Mac logo/intro skip, bug #10937sluicebox
2019-04-20SCI: Update QFG1VGA speed test patch for Macsluicebox
Updates the speed test patch to work with the newer and significantly different Mac version
2019-04-20GLK: GLULXE: Hopeflly fix last uint vs uint32 type clashPaul Gilbert
2019-04-18BLADERUNNER: Clarification of some mathPeter Kohaut
2019-04-18GLK: GLULXE: Fix mismatching typecastsPaul Gilbert
2019-04-18GLK: GLULXE: Unicode strings still need to be uint32 *Paul Gilbert