aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2016-01-30SHERLOCK: SS: make journal hotkeys multilingualMartin Kiewitz
2016-01-30SHERLOCK: SS: make inventory hotkeys multilingualMartin Kiewitz
2016-01-30SHERLOCK: SS: Make load/save menu multilingualMartin Kiewitz
Also change behavior of makeButton/buttonPrint to directly remove a hotkey-prefix, in case it was passed.
2016-01-30SHERLOCK: SS: make settings multilingualMartin Kiewitz
Also make it possible to somewhat easily have hotkeys within the button text itself and not just having to use the very first button text character as hotkey.
2016-01-29SHERLOCK: RT: Simplify ascii char checks, since we don't support accentsPaul Gilbert
2016-01-29SCI: add code to make numpad cursor keys work againMartin Kiewitz
When the users presses keys on the numpad, we get digits in .ascii even when Num-Lock is not enabled. This caused numpad cursor keys not working anymore. Imo we should only get .ascii in those cases, when Num-Lock is enabled.
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