Age | Commit message (Expand) | Author |
2010-06-19 | SCI: stopping scripts from sending to unused channels manually (fixes sq1vga) | Martin Kiewitz |
2010-06-19 | SCI: reverting r50058 - we can't actually send to the channels at that time, ... | Martin Kiewitz |
2010-06-19 | SCI: move setVolume down inside loadMusic so that it actually affects the use... | Martin Kiewitz |
2010-06-19 | SCI: fixing uninitialized usage in MidiParser_SCI | Martin Kiewitz |
2010-06-19 | SCI: make channel remapping stop using channel 0 for mt32 - fixes playback ac... | Martin Kiewitz |
2010-06-19 | SCI: resume when unable to locate base objects - fixes loading some saved games | Martin Kiewitz |
2010-06-19 | SCI: free channels for channel remapping on stop and pause, instead of dispos... | Martin Kiewitz |
2010-06-19 | SCI: cleanup view decompression code | Martin Kiewitz |
2010-06-19 | SCI: replacing the keyboard size check for direction type detection with chec... | Martin Kiewitz |
2010-06-19 | SCI: added TODO for keyboard driver size check, maybe this whole stuff isn't ... | Martin Kiewitz |
2010-06-19 | SCI: implemented checking of keyboard driver in case of SCI1EGA/EARLY, also r... | Martin Kiewitz |
2010-06-19 | SCI: AdLib: add dummy instruments when there are only 48 in the patch | Walter van Niftrik |
2010-06-18 | SCI: set resulting type to keyboard+joystick for sci1middle+ in kMapKeyToDir ... | Martin Kiewitz |
2010-06-18 | SCI: Add mac SQ1 & SQ3 | Max Horn |
2010-06-18 | SCI: fixing detection of vga sci11 views for ega games (original change in r5... | Martin Kiewitz |
2010-06-18 | SCI: not using views coming from patch files anymore for detecting view type | Martin Kiewitz |
2010-06-18 | SCI: added more description about changes in r50025 | Martin Kiewitz |
2010-06-18 | SCI: making vga views work in ega games :P | Martin Kiewitz |
2010-06-18 | Fixed invalid memory read in LSL6 hires - kRobot(1) returns an integer | Filippos Karapetis |
2010-06-18 | SCI: fix typo when setting EGA palette | Martin Kiewitz |
2010-06-18 | Fixed a problem in kAnimate which occurred when a list was modified by a call... | Filippos Karapetis |
2010-06-18 | Fixed show_instruments to ignore instruments in Sierra's special MIDI channel... | Filippos Karapetis |
2010-06-18 | Added hints inside validate_arithmetic(), together with some code useful for ... | Filippos Karapetis |
2010-06-18 | Added an explanation about the invalid instruments used when using the Adlib ... | Filippos Karapetis |
2010-06-18 | SCI: implementing fading for sci1 only for used channels of the object, fixes... | Martin Kiewitz |
2010-06-18 | SCI: change error() inside adlib driver ::setPatch() to warning() again, fixi... | Martin Kiewitz |
2010-06-18 | SCI: pseudo-implemented 0x72 and 0x73 for kDisplay used by longbow-demo, alth... | Martin Kiewitz |
2010-06-18 | Don't throw a warning when we can't find hires content | Filippos Karapetis |
2010-06-18 | SCI: Unbreak diskdump console command, maybe others | Lars Skovlund |
2010-06-18 | SCI: Doxygenify some comments | Max Horn |
2010-06-18 | SCI: Rewrap some overlong comments | Max Horn |
2010-06-18 | SCI: changing error to warning inside detectHires() for gk1 to work again... | Martin Kiewitz |
2010-06-18 | SCI: partially revert r49983 - all of those are not implemented in sierra sci... | Martin Kiewitz |
2010-06-18 | SCI: reverting #49978, it worked correctly. the new values contain the full h... | Martin Kiewitz |
2010-06-18 | Added information regarding a FIXME | Filippos Karapetis |
2010-06-18 | Changed another warning into an error. Cleanup | Filippos Karapetis |
2010-06-18 | Changed an assert into a warning with a FIXME (happens in SQ1) | Filippos Karapetis |
2010-06-18 | Error out on unimplemented kDeviceInfo() calls | Filippos Karapetis |
2010-06-18 | Turned more warnings into errors, some cleanup | Filippos Karapetis |
2010-06-18 | Added a new subop of kPalVary (PQ4) | Filippos Karapetis |
2010-06-18 | Fixed invalid memory access in SQ6 | Filippos Karapetis |
2010-06-18 | Marked the KQ1 demo workaround as a workaround | Filippos Karapetis |
2010-06-18 | Added a workaround for the KQ1 demo (looks like a script bug) | Filippos Karapetis |
2010-06-18 | Added several unimplemented kDisplay subops, as well as a new sound command, ... | Filippos Karapetis |
2010-06-18 | SCI: (Temporary?) workaround for firmware bug in common USB-MIDI cables. | Walter van Niftrik |
2010-06-18 | Added stubs for kPalVary, subops 2 and 5 (XMAS '92, QFG4 demo) | Filippos Karapetis |
2010-06-18 | Fixed invalid memory read in GK1CD | Filippos Karapetis |
2010-06-18 | Added warning about unhandled kGraph subop 1 (GK1CD) | Filippos Karapetis |
2010-06-18 | Fixed a bug in detectHires(), so that it actually works | Filippos Karapetis |
2010-06-18 | Process kAddAfter with 4 parameters (Torin's Passage) | Filippos Karapetis |