Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-19 | SCI: workaround sig Space Quest 4 migrated | Martin Kiewitz | |
2015-04-19 | SCI: workaround sig Conquests of Camelot migrated | Martin Kiewitz | |
2015-04-19 | SCI: workaround sig Conquests of Longbow migrated | Martin Kiewitz | |
2015-04-19 | SCI: workaround sig pq2/demo:lb+hq1 migrated | Martin Kiewitz | |
- also kDisplay cleanup, removed dummy opcodes - workarounds should be used instead - fixed hq1 workaround entry, it seems we are able to read vocabulary now | |||
2015-04-19 | SCI: workaround sig Quest for Glory 3 migrated | Martin Kiewitz | |
2015-04-19 | SCI: workaround sig Quest for Glory 1 VGA migrated | Martin Kiewitz | |
2015-04-19 | SCI: workaround sig eco quest 2 update | Martin Kiewitz | |
sig also works on french version + sig extended | |||
2015-04-19 | SCI: workaround sig Eco Quest 2 migrated | Martin Kiewitz | |
2015-04-18 | SCI: workaround sig Quest for Glory 1 EGA migrated | Martin Kiewitz | |
2015-04-18 | SCI: workaround sig Quest for Glory 2 migrated | Martin Kiewitz | |
2015-04-18 | SCI: add debug level for workarounds | Martin Kiewitz | |
It's called "Workarounds" | |||
2015-04-18 | SCI: workaround sig Island Of Dr. Brain migrated | Martin Kiewitz | |
2015-04-18 | SCI: add signatures for workaround local-calls | Martin Kiewitz | |
instead of using hardcoded offsets, we can now use regular script patcher signatures. only 1 qfg3 workaround has been migrated, the others will follow. | |||
2015-04-18 | SCI: sq4 russian: added all workarounds manually | Martin Kiewitz | |
and removed generic workaround, which ignores all objectnames. | |||
2015-04-18 | SCI: add uninitialized read workaround qfg3 rm140 | Martin Kiewitz | |
for French, German, Italian and Spanish versions | |||
2015-04-18 | SCI: QfG3 fix importing QfG1 character files | Martin Kiewitz | |
character type was always imported as fighter was never fixed by Sierra | |||
2015-04-17 | SCI: sort qfg import files alphabetically | Martin Kiewitz | |
2015-04-17 | SCI: patch qfg2 import bug for 1.102 and below | Martin Kiewitz | |
this patches the known character type import bug (which made all imported characters a fighter) | |||
2015-04-17 | SCI: add kq6 Sneak Peaks CD demo bug #6824 | Martin Kiewitz | |
2015-04-16 | SCUMM: Add md5 checksums for Italian versions of several HE games. | Kirben | |
2015-04-16 | SCUMM: Add file prefixes used by Italian versions of several HE games. | Kirben | |
2015-04-16 | SCI: QFG3 fix priority of chief in hut bug #5173 | Martin Kiewitz | |
this is a script issue and also happens in Sierra's SCI. Gets solved by script patch. | |||
2015-04-14 | SCI: add workaround for Hoyle 4 Euchre (bug 6602) | Martin Kiewitz | |
2015-04-13 | SCI: add french qfg3 export filename for fix | Martin Kiewitz | |
Sierra translator translated the filename | |||
2015-04-13 | SCI: script patch for qfg3 hero export bug #6807 | Martin Kiewitz | |
2015-04-12 | MOHAWK: Set dithering on any original Myst video | Matthew Hoops | |
Fixes display of the library "swirl" video | |||
2015-04-12 | VIDEO: Implement fallback dithering for QuickTime videos | Matthew Hoops | |
Used for any codec without direct dithering support | |||
2015-04-12 | IMAGE: Make the createQuickTimeDitherTable function public | Matthew Hoops | |
Needed for access by QuickTime directly | |||
2015-04-11 | ZVISION: Silence gcc warnings | Matthew Hoops | |
2015-04-11 | GRAPHICS: Force a cast to int to avoid gcc warnings | Matthew Hoops | |
2015-04-11 | SWORD25: Use fabs for absolute value of doubles | Matthew Hoops | |
2015-04-11 | MADS: Fix memory leak in Dialog class | Paul Gilbert | |
2015-04-11 | MOHAWK: Allow Myst to compile without RGB colors | Matthew Hoops | |
2015-04-11 | MOHAWK: Run Myst in 8bpp | Matthew Hoops | |
2015-04-11 | IMAGE: Implement QTRLE dithering | Matthew Hoops | |
2015-04-11 | IMAGE: Implement QuickTime dithering in rpza | Matthew Hoops | |
2015-04-11 | VIDEO: Add support for dithering in QuickTime videos | Matthew Hoops | |
2015-04-11 | IMAGE: Add support for QuickTime dithered Cinepak | Matthew Hoops | |
2015-04-11 | IMAGE: Add an unknown dither type | Matthew Hoops | |
2015-04-11 | IMAGE: Add a function for generating QuickTime dither tables | Matthew Hoops | |
Much thanks to fuzzie for her assistance. | |||
2015-04-11 | IMAGE: Rewrite a bunch of Cinepak using templates | Matthew Hoops | |
2015-04-11 | IMAGE: Allow for choosing dither type | Matthew Hoops | |
2015-04-11 | IMAGE: Add support for Cinepak VFW dithering | Matthew Hoops | |
2015-04-11 | VIDEO: Allow AVI tracks to be dithered via the Codec | Matthew Hoops | |
Video for Windows made the Codec do the dithering work | |||
2015-04-11 | IMAGE: Add functions to allow for videos to be dithered | Matthew Hoops | |
2015-04-09 | MADS: Fix a regression in V2 games | Filippos Karapetis | |
2015-04-09 | MADS: Plug some memory leaks | Filippos Karapetis | |
Surfaces should be freed (to free their inner allocated surface buffers) before being deleted | |||
2015-04-08 | MADS: Don't show protection dialog when exiting directly from main menu | Paul Gilbert | |
2015-04-08 | README: Update compiling instruction for OS X | Thierry Crozat | |
2015-04-07 | MADS: Fix crash leaving scene after shooting monkey | Paul Gilbert | |