aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
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
2019-04-18GLK: GLULXE: Fix type difference of uint32 vs unitPaul Gilbert
2019-04-18GLK: GLULXE: More compilation fixesPaul Gilbert
2019-04-17GLK: GLULXE: Compilation fixes by moving a bunch of macros to be actual methodsPaul Gilbert
2019-04-17GLK: GLULXE: Fix reading game header informationPaul Gilbert
2019-04-17GLK: GLULXE: astyle formattingdreammaster
2019-04-17GLK: GLULXE: Remove gamefile to use proper _gameFilePaul Gilbert
2019-04-17GLK: GLULXE: Add miscellaneous missing methodsPaul Gilbert
2019-04-17GLK: GLULXE: Added vm methodsPaul Gilbert
2019-04-17GLK: GLULXE: Add string methodsPaul Gilbert
2019-04-17GLK: GLULXE: Add serial methodsPaul Gilbert
2019-04-17GLK: GLULXE: Add search methodsPaul Gilbert
2019-04-17GLK: GLULXE: Add operand methodsPaul Gilbert
2019-04-17GLK: GLULXE: Added heap methodsPaul Gilbert
2019-04-17GLK: GLULXE: Added gestalt methodsPaul Gilbert
2019-04-17GLK: GLULXE: Added funcs methodsPaul Gilbert
2019-04-17GLK: GLULXE: Added exec methodsPaul Gilbert
2019-04-17GLK: GLULXE: Added accel methodsPaul Gilbert
2019-04-17GLK: GLULXE: Set up method definitions, glkop methodsPaul Gilbert
2019-04-17BLADERUNNER: Fixed typo in pixelFormat namePeter Kohaut
2019-04-17BLADERUNNER: Abstraction from 555 pixel formatPeter Kohaut
Removing hardcoded 555 pixel format to support Android
2019-04-15KYRA: add some #ifdefs for disabling EOBathrxx
Disabling EOB should already work without error. This adds some #ifdefs to recently added files.