aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2016-01-29ACCESS: Fix some uninitialized variablesStrangerke
2016-01-28SHERLOCK: SS: Fix signed char issues with new isPrintable functionPaul Gilbert
2016-01-28SCI: change ascii detection for key event handlingMartin Kiewitz
New way is probably better. Sadly we get a few keys atm in the ascii field, like cursor left and the function keys. That's why a check for <= 0xFF is needed.
2016-01-27SHERLOCK: SS: Fix German accents not showing in journalPaul Gilbert
2016-01-27AGI: Apple IIgs: remove warning about bad sample sizeMartin Kiewitz
2016-01-27AGI: fix invalid memory access in Apple IIgs soundMartin Kiewitz
fixes crash in Manhunter 1, when looking at corpse right at the start. Sound resource is actually corrupt (missing bytes).
2016-01-26KYRA: Cleanup listing of actual save slots in GUI::updateSaveFileList.Johannes Schickel
2016-01-26SCI: Only select save slots for kernel callsMartin Kiewitz
Previous code also selected files called e.g. "[targetname].abc"
2016-01-26ZVISION: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26VOYEUR: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26TSAGE: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26TOON: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26TONY: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26TOLTECS: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26TINSEL: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26TEENAGENT: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26SWORD2: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26SWORD1: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26SKY: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26SCUMM: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26SCI: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26SAGA: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26QUEEN: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26PARALLACTION: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26NEVERHOOD: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26MADS: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26LURE: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26LAB: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26KYRA: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26HUGO: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26HOPKINS: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26FULLPIPE: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26DREAMWEB: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26DRASCULA: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26DRACI: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26CRUISE: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26CINE: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26CGE2: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26CGE: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26BBVS: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26AVALANCHE: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26AGOS: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26AGI: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26ACCESS: Only request actual save slots in listSaves.Johannes Schickel
2016-01-26LAB: Fix the coordinates of the inventory buttons of the non-Windows versionsStrangerke
2016-01-25LAB: Wait for the end of sound effects when they are played in Diff files. ↵Strangerke
Fixes toilet noises.
2016-01-25LAB: Add a workaround to load the right file in rooms 121 & 122 (Dos and ↵Strangerke
Windows)
2016-01-25LAB: Do not crash the DOS version in case of missing file as some files are ↵Strangerke
known to be missing in the original
2016-01-24LAB: Add a workaround for DOS version using long filenamesStrangerke
2016-01-24LAB: Remove testing flag on the Amiga version, set it as unsupportedStrangerke