aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
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.
2019-04-15KYRA: sound files/classes reorganization step #5athrxx
Rename some sound classes to reflect the recent file renamings.
2019-04-15KYRA: sound files/classes reorganization step #4athrxx
Separate drivers from their wrapper classes and move them into their own files
2019-04-15KYRA: sound files/classes reorganization step #3athrxx
Untangle FM-Towns and PC-98 sound classes and move them to separate files.
2019-04-15KYRA: sound files/classes reorganization step #2athrxx
This is a followup to the last commit which fixes compilation. I wanted to have the pure file renaming separately.
2019-04-15KYRA: sound files/classes reorganization step #1athrxx
Rename files which are only used for one target. This is actually wrong for my renaming of sound_towns. But I'll move the code for other targets to different files in another commit. I want to do just the renaming here, so that Git might be better at preserving the history.
2019-04-15SCI: Fix diskdump patch file headerssluicebox
Fix 'diskdump' debugger command creating an additional patch file header for resources that were loaded from patch files
2019-04-15WINCE: Fix compilationCameron Cawley
2019-04-14GLK: GLULXE: Stubs for float and operation filesPaul Gilbert
2019-04-14GLK: Avoid clashes of types with union field namesPaul Gilbert
2019-04-14GLK: Fix compiler warnings for dispatch layerPaul Gilbert
2019-04-14GLK: Added core Glk dispatch codePaul Gilbert
2019-04-14BLADERUNNER: Don't restart dialogue with offended LarryThanasis Antoniou
2019-04-14BLADERUNNER: Remove line about Izo being in UG02 CH04Thanasis Antoniou
2019-04-13KYRA: (EOB) - another try to fix PSP/OpenPandoraathrxx
2019-04-13KYRA: (EOB) - try to fix PSP and OpenPandoraathrxx
This is guesswork. I really don't understand the actual problem (internal compiler error: in get_addr_dereference_operands, at tree-ssa-operands.c:1698)
2019-04-13KYRA: hopefully fix broken NDS, AmigaOS, PSP, OpenPandora portsathrxx
Unfortunately I don't understand the reason for the PSP and OpenPandora failure. The (should be irrelevant) DarkmoonSequenceHelper changes are just a try...
2019-04-13SCI: (PC-98 driver) - silence -Wshadow warningathrxx
2019-04-13KYRA: (EOB) - silence -Wshadow warningathrxx
2019-04-13KYRA: (EOB2/Amiga) - final glitches fixathrxx
2019-04-13KYRA: (EOB2/Amiga) - fix German version monster soundathrxx
(Monster sounds are broken in the original, because the devs seem to have accidently left the sound track numbers from the DOS version. This will add a workaround.)
2019-04-13KYRA: (EOB2/Amiga) - implement proper sound file loadingathrxx
(also fix some sound related bugs)
2019-04-13KYRA: (EOB2/Amiga) - fix flesh to stone spell colorsathrxx
2019-04-13KYRA: (EOB2/Amiga) - fix German version textathrxx
(add necessary character conversion)
2019-04-13KYRA: (EOB) - fix party transfer glitchathrxx
(recalculate armor class after party transfer from EOB I to EOB II)
2019-04-13KYRA: (EOB) - fix saveload menu glitchathrxx
The save file list needs a refresh after transfering a party from EOB I to EOB II. This did not always happen.
2019-04-13KYRA: (EOB2/Amiga) - fix original save file handlingathrxx
2019-04-13KYRA: (EOB2/Amiga) - fix sequence dialogue fieldathrxx
2019-04-13KYRA: (EOB2/Amiga) - fix ingame colorsathrxx
2019-04-13KYRA: (EOB2/Amiga) - fix GUI colorsathrxx
2019-04-13KYRA: (EOB2/Amiga) - add special gfx decoder for localized versionathrxx
2019-04-13KYRA: (EOB2/Amiga) - fix text resource loadingathrxx
2019-04-13KYRA: (EOB2/Amiga) - fix detect magic blue shapesathrxx
2019-04-13KYRA: (EOB2/Amiga) - fix main menu version string colorathrxx
2019-04-13KYRA: (EOB2/Amiga) - fix monster shape encodingathrxx
2019-04-13KYRA: (EOB2/Amiga) - fix vcn block drawingathrxx
2019-04-13KYRA: (EOB2/Amiga) - improve font file warningsathrxx
- add warning for wrong font file: The German version of EOB II has a font file with more characters than the English version or the EOB I fonts. Users now get a warning/instruction if they have the wrong file. - add translation support for all AmigaDOS font related warnings/errors
2019-04-13KYRA: (EOB) - minor sequence code cleanupathrxx
2019-04-13KYRA: (EOB2/Amiga) - fix ending sequenceathrxx
2019-04-13KYRA: (EOB2/Amiga) - update sound driverathrxx
- add fade out method - some renaming - turn a warning into a debug message
2019-04-13KYRA: (EOB2/Amiga) - fix load up and intro sequenceathrxx
2019-04-13KYRA: (EOB2/Amiga) - add static resourcesathrxx
2019-04-13KYRA: (EOB2/Amiga) - add detection entriesathrxx
2019-04-12BLADERUNNER: Fix McCoy's fake voice with DektoraThanasis Antoniou
Also a fix for a closeArchive() warning about A.TLK not being open
2019-04-11MUTATIONOFJB: Fix warningCameron Cawley
2019-04-10BLADERUNNER: Close A.TLK within proper define checkThanasis Antoniou
2019-04-10BLADERUNNER: Ensure A.TLK is closed onShutdownThanasis Antoniou
2019-04-10BLADERUNNER: Persistent sound settings, speech samples fixThanasis Antoniou