Age | Commit message (Expand) | Author |
2010-01-10 | Silenced warnings ("this" isn't defined on object instantiation, and commente... | Filippos Karapetis |
2010-01-10 | - Add a SubLoopingAudioStream, which loops a nested part of a stream and thus... | Johannes Schickel |
2010-01-10 | SCI: kPortrait - abort on mouse presses only | Martin Kiewitz |
2010-01-10 | SCI: kPortrait - mouse click now aborts portrait | Martin Kiewitz |
2010-01-10 | SCI: fixed typo when getting resourceId on kPortrait call - fixes resource no... | Martin Kiewitz |
2010-01-10 | SCI: kPortrait - error() out when resource could not be found | Martin Kiewitz |
2010-01-10 | SCI: ignore hiresMode when not being upscaledHires for kDrawCel and updateBox... | Martin Kiewitz |
2010-01-10 | SCI: changed SoundResource constructor to set values for digitalChannelNr/dig... | Martin Kiewitz |
2010-01-10 | SCI: updateBox now also supports hires mode | Martin Kiewitz |
2010-01-10 | SCI: changed location of hack inside kDrawCel, coordinates of savedhiresbox m... | Martin Kiewitz |
2010-01-10 | SCI: switching to hires kDrawCel when 8th parameter is passed, fixed kDrawCel... | Martin Kiewitz |
2010-01-09 | SCI: kPortrait - now drawing after wait, also using gui wait so mouse cursor ... | Martin Kiewitz |
2010-01-09 | SCI: kPortrait - drawing base bitmap before drawing animation bitmap | Martin Kiewitz |
2010-01-09 | kPortrait: found the coordinate offsets, corrected actual bitmap size (someti... | Martin Kiewitz |
2010-01-09 | SCI: deleting _bitmaps and unlocking sync resource in kPortrait | Martin Kiewitz |
2010-01-09 | SCI: kPortrait - animation included, doesnt seem right currently coordinate o... | Martin Kiewitz |
2010-01-09 | SCI: kPortrait almost fully implemented (animation bitmaps still missing) | Martin Kiewitz |
2010-01-09 | SCI: adding audio support to kPortrait, audio is now playing when portraits a... | Martin Kiewitz |
2010-01-09 | SCI: added new debug command "picture_visualize", which enables visualization... | Martin Kiewitz |
2010-01-09 | SCI: Cleanup | Walter van Niftrik |
2010-01-09 | SCI: Fix handling of output rate in PCJr driver | Walter van Niftrik |
2010-01-09 | SCI: Fix crash on exit when using PCJr driver. | Walter van Niftrik |
2010-01-09 | SCI: Cleanup | Walter van Niftrik |
2010-01-09 | SCI: Move music device IDs to drivers. | Walter van Niftrik |
2010-01-08 | SCI: Ctrl-Z now supported as well :D | Martin Kiewitz |
2010-01-08 | SCI: removed controlify() to ease readability of code | Martin Kiewitz |
2010-01-08 | SCI: fix for platform difference between linux and windows, makes Ctrl-Alt-ke... | Martin Kiewitz |
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn |
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new he... | Max Horn |
2010-01-08 | SCI: we won't do keyboard mapping for sci1late+, because otherwise Ctrl-keys ... | Martin Kiewitz |
2010-01-08 | SCI: fixing sq3 again (state selector wasnt updated anymore) | Martin Kiewitz |
2010-01-08 | SCI: updateCues() cleanup | Martin Kiewitz |
2010-01-08 | SCI: support "Ctrl-" prefix keys in menu, makes Ctrl-keys work in lsl6 | Martin Kiewitz |
2010-01-08 | SCI: support "+" and "-" for menu (fixes speed changes via those keys in all ... | Martin Kiewitz |
2010-01-08 | Fix unhandled case(s) in switch warning from g++. | Johannes Schickel |
2010-01-08 | SCI: changed handling when unsupported sound type is selected, we are switchi... | Martin Kiewitz |
2010-01-08 | SCI: Use adlib music by default | Walter van Niftrik |
2010-01-08 | SCI: Fix view detection in Hoyle 2 | Walter van Niftrik |
2010-01-08 | SCI: call gui-init right after loading a saved game, fixes weird gui issue th... | Martin Kiewitz |
2010-01-07 | SCI: remove displaying tag in menu of some games (e.g. qfg1ega) | Martin Kiewitz |
2010-01-07 | SCI: kPortrait actually gets lowres coordinates that need to get adjusted acc... | Martin Kiewitz |
2010-01-07 | SCI: sierra sci doesnt seem to adjust according to port on upscaledhires_save... | Martin Kiewitz |
2010-01-07 | SCI: implement crazy hack that fixes coordinates of some cel placements. I'm ... | Martin Kiewitz |
2010-01-07 | Premiliary adaption of SCI to use LoopingAudioStream. (This could really need... | Johannes Schickel |
2010-01-07 | Some formatting fixes. | Johannes Schickel |
2010-01-07 | Make makeWAVStream return a RewindableAudioStream. | Johannes Schickel |
2010-01-07 | SCI: fixed save/restorebits within screen class for displayscreen case, fixes... | Martin Kiewitz |
2010-01-07 | SCI: changed kernel signature for kDrawCel, enabled upscaled hires savebox co... | Martin Kiewitz |
2010-01-07 | SCI: implemented additional drawCel for hires views, fixes menu bar of kq6 - ... | Martin Kiewitz |
2010-01-07 | SCI: releasing sample stream as well (thx to LordHoto) | Martin Kiewitz |