Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-17 | BLADERUNNER: Abstraction from 555 pixel format | Peter Kohaut | |
Removing hardcoded 555 pixel format to support Android | |||
2019-04-15 | KYRA: add some #ifdefs for disabling EOB | athrxx | |
Disabling EOB should already work without error. This adds some #ifdefs to recently added files. | |||
2019-04-15 | KYRA: sound files/classes reorganization step #5 | athrxx | |
Rename some sound classes to reflect the recent file renamings. | |||
2019-04-15 | KYRA: sound files/classes reorganization step #4 | athrxx | |
Separate drivers from their wrapper classes and move them into their own files | |||
2019-04-15 | KYRA: sound files/classes reorganization step #3 | athrxx | |
Untangle FM-Towns and PC-98 sound classes and move them to separate files. | |||
2019-04-15 | KYRA: sound files/classes reorganization step #2 | athrxx | |
This is a followup to the last commit which fixes compilation. I wanted to have the pure file renaming separately. | |||
2019-04-15 | KYRA: sound files/classes reorganization step #1 | athrxx | |
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-15 | SCI: Fix diskdump patch file headers | sluicebox | |
Fix 'diskdump' debugger command creating an additional patch file header for resources that were loaded from patch files | |||
2019-04-15 | WINCE: Fix compilation | Cameron Cawley | |
2019-04-14 | GLK: GLULXE: Stubs for float and operation files | Paul Gilbert | |
2019-04-14 | GLK: Avoid clashes of types with union field names | Paul Gilbert | |
2019-04-14 | GLK: Fix compiler warnings for dispatch layer | Paul Gilbert | |
2019-04-14 | GLK: Added core Glk dispatch code | Paul Gilbert | |
2019-04-14 | BLADERUNNER: Don't restart dialogue with offended Larry | Thanasis Antoniou | |
2019-04-14 | BLADERUNNER: Remove line about Izo being in UG02 CH04 | Thanasis Antoniou | |
2019-04-13 | KYRA: (EOB) - another try to fix PSP/OpenPandora | athrxx | |
2019-04-13 | KYRA: (EOB) - try to fix PSP and OpenPandora | athrxx | |
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-13 | KYRA: hopefully fix broken NDS, AmigaOS, PSP, OpenPandora ports | athrxx | |
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-13 | SCI: (PC-98 driver) - silence -Wshadow warning | athrxx | |
2019-04-13 | KYRA: (EOB) - silence -Wshadow warning | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - final glitches fix | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - fix German version monster sound | athrxx | |
(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-13 | KYRA: (EOB2/Amiga) - implement proper sound file loading | athrxx | |
(also fix some sound related bugs) | |||
2019-04-13 | KYRA: (EOB2/Amiga) - fix flesh to stone spell colors | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - fix German version text | athrxx | |
(add necessary character conversion) | |||
2019-04-13 | KYRA: (EOB) - fix party transfer glitch | athrxx | |
(recalculate armor class after party transfer from EOB I to EOB II) | |||
2019-04-13 | KYRA: (EOB) - fix saveload menu glitch | athrxx | |
The save file list needs a refresh after transfering a party from EOB I to EOB II. This did not always happen. | |||
2019-04-13 | KYRA: (EOB2/Amiga) - fix original save file handling | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - fix sequence dialogue field | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - fix ingame colors | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - fix GUI colors | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - add special gfx decoder for localized version | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - fix text resource loading | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - fix detect magic blue shapes | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - fix main menu version string color | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - fix monster shape encoding | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - fix vcn block drawing | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - improve font file warnings | athrxx | |
- 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-13 | KYRA: (EOB) - minor sequence code cleanup | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - fix ending sequence | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - update sound driver | athrxx | |
- add fade out method - some renaming - turn a warning into a debug message | |||
2019-04-13 | KYRA: (EOB2/Amiga) - fix load up and intro sequence | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - add static resources | athrxx | |
2019-04-13 | KYRA: (EOB2/Amiga) - add detection entries | athrxx | |
2019-04-12 | BLADERUNNER: Fix McCoy's fake voice with Dektora | Thanasis Antoniou | |
Also a fix for a closeArchive() warning about A.TLK not being open | |||
2019-04-11 | MUTATIONOFJB: Fix warning | Cameron Cawley | |
2019-04-10 | BLADERUNNER: Close A.TLK within proper define check | Thanasis Antoniou | |
2019-04-10 | BLADERUNNER: Ensure A.TLK is closed onShutdown | Thanasis Antoniou | |
2019-04-10 | BLADERUNNER: Persistent sound settings, speech samples fix | Thanasis Antoniou | |
2019-04-10 | BLADERUNNER: Fix compilation when enabling some macros | Thanasis Antoniou | |
Compilation was broken for BLADERUNNER_ORIGINAL_SETTINGS(1) and BLADERUNNER_ORIGINAL_BUGS(1) |