Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-22 | SCI: Add QFG1VGA detect-magic workaround for Giant | sluicebox | |
2019-04-21 | BLADERUNNER: Proper Subtitles option translation for RUS | Thanasis Antoniou | |
2019-04-21 | BLADERUNNER: Cleaner output for debugger cmdList | Thanasis Antoniou | |
2019-04-20 | BLADERUNNER: Named constants for animationIds P01 | Thanasis Antoniou | |
Part one of using named constants for model animations | |||
2019-04-20 | BLADERUNNER: Add list debugger command | Thanasis Antoniou | |
Similar to draw (reuses code) but lists objects in the debugger view | |||
2019-04-20 | SCI: Fix QFG1VGA Mac logo/intro skip, bug #10937 | sluicebox | |
2019-04-20 | SCI: Update QFG1VGA speed test patch for Mac | sluicebox | |
Updates the speed test patch to work with the newer and significantly different Mac version | |||
2019-04-20 | GLK: GLULXE: Hopeflly fix last uint vs uint32 type clash | Paul Gilbert | |
2019-04-18 | BLADERUNNER: Clarification of some math | Peter Kohaut | |
2019-04-18 | GLK: GLULXE: Fix mismatching typecasts | Paul Gilbert | |
2019-04-18 | GLK: GLULXE: Unicode strings still need to be uint32 * | Paul Gilbert | |
2019-04-18 | GLK: GLULXE: Fix type difference of uint32 vs unit | Paul Gilbert | |
2019-04-18 | GLK: GLULXE: More compilation fixes | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: Compilation fixes by moving a bunch of macros to be actual methods | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: Fix reading game header information | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: astyle formatting | dreammaster | |
2019-04-17 | GLK: GLULXE: Remove gamefile to use proper _gameFile | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: Add miscellaneous missing methods | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: Added vm methods | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: Add string methods | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: Add serial methods | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: Add search methods | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: Add operand methods | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: Added heap methods | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: Added gestalt methods | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: Added funcs methods | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: Added exec methods | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: Added accel methods | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: Set up method definitions, glkop methods | Paul Gilbert | |
2019-04-17 | BLADERUNNER: Fixed typo in pixelFormat name | Peter Kohaut | |
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 | |