Age | Commit message (Expand) | Author |
2010-01-17 | SCI: speed throttler changed, now gets triggered by kAnimate, removed initial... | Martin Kiewitz |
2010-01-17 | SCI: another speed throttler, delays decrementing cycles/cycleCnt selectors, ... | Martin Kiewitz |
2010-01-17 | SCI: kDisposeWindow - use reanimate when argc == 1 (fixes iceman window removal) | Martin Kiewitz |
2010-01-17 | SCI: Cleanup | Walter van Niftrik |
2010-01-17 | SCI: Add comment to channel mask code | Walter van Niftrik |
2010-01-17 | Delay the time a sysEx takes to send instead of the old (incorrect) way of de... | Johannes Schickel |
2010-01-17 | SCI: Cleanup | Walter van Niftrik |
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn |
2010-01-16 | cleanup | Max Horn |
2010-01-16 | SCI: fix kNewWindow code to match the code in gregs engine | Martin Kiewitz |
2010-01-16 | SCI: Fix percussion volume adjust | Walter van Niftrik |
2010-01-16 | SCI: added TODO inside kAnimate for scalesignal bit 1, added comment about sc... | Martin Kiewitz |
2010-01-16 | SCI: view scaling - dont fill left-over bytes if there are no left-over bytes :P | Martin Kiewitz |
2010-01-16 | SCI: support for upscaling implemented, included clipping | Martin Kiewitz |
2010-01-16 | SCI: Cleanup | Walter van Niftrik |
2010-01-16 | SCI: Fix rhythm channel handling in SCI0 | Walter van Niftrik |
2010-01-16 | SCI: scaling support, upscaling not yet supported - not really tested, so the... | Martin Kiewitz |
2010-01-16 | Disabled code which causes crashes/and or oddities with MIDI in later SCI gam... | Filippos Karapetis |
2010-01-16 | Added detection for the appropriate GM music channel play mask | Filippos Karapetis |
2010-01-16 | SCI: View::drawScaled() created (doesnt do scaling yet), removed scaling vari... | Martin Kiewitz |
2010-01-16 | SCI: Add support for earlier MT-32 patch format | Walter van Niftrik |
2010-01-16 | Fixed a Valgrind warning about an uninitialized variable, from waltervn | Filippos Karapetis |
2010-01-16 | SCI: created getCelScaledRect() inside view class | Martin Kiewitz |
2010-01-16 | The GM patches from Sierra's GM utility can now also be processed with their ... | Filippos Karapetis |
2010-01-15 | Send a velocity off signal to all channels when a song is loaded | Filippos Karapetis |
2010-01-15 | SCI: more detail info about scaleSignal bit 1 | Martin Kiewitz |
2010-01-15 | SCI: added enum for ScaleSignal | Martin Kiewitz |
2010-01-15 | SCI: changed scalesignal to scaleSignal - selector works now :) | Martin Kiewitz |
2010-01-15 | SCI: adding caching for scalesignal, scaleX and scaleY within kAnimate() | Martin Kiewitz |
2010-01-15 | Fixed warning. | Torbjörn Andersson |
2010-01-15 | SCI: adjust kNewWindow to support argc==15 (on mac according [md5]) | Martin Kiewitz |
2010-01-15 | Updated kernel function check for kGetEvent in Mac versions and adjusted the ... | Filippos Karapetis |
2010-01-15 | SCI: adding scalesignal selector | Martin Kiewitz |
2010-01-15 | Unified some of the code in midiMixChannels() and midiFilterChannels() | Filippos Karapetis |
2010-01-15 | When unloading a song, only reset the channels that it actually used, not all... | Filippos Karapetis |
2010-01-14 | SCI: another change to reanimate behaviour of kDisposeWindow | Martin Kiewitz |
2010-01-14 | SCI: change on reanimate kDisposeWindow behaviour, fixes sq5 window removal | Martin Kiewitz |
2010-01-14 | Hold pedal is now reset as well when a sound is unloaded | Filippos Karapetis |
2010-01-14 | SCI: Add MIDI support. Currently only the later MT-32/GM patch type works. | Walter van Niftrik |
2010-01-13 | SCI: Use prefix increment instead of postfix on iterators (more efficient); a... | Max Horn |
2010-01-13 | SCI: empty() checks whether the map is empty... removing useless line of code :) | Max Horn |
2010-01-13 | SCI: DoSound: when setting volume return previous value, fixes KQ6CD intro. | Walter van Niftrik |
2010-01-13 | fix comparison for platforms where char is unsigned | Joost Peters |
2010-01-13 | The pitch wheel is now properly reset when a song is unloaded | Filippos Karapetis |
2010-01-13 | SCI: fix kernel signature for kDrawCel (fixes island of dr. brain), added deb... | Martin Kiewitz |
2010-01-13 | Documented MidiParser_SCI, mentioning that it's an extension to the MidiParse... | Filippos Karapetis |
2010-01-12 | SCI: implemented mouse interaction while being in keyboard mode, also ignore ... | Martin Kiewitz |
2010-01-12 | Fix bug #2930306: "MANIAC - Italian NES version (extracted) not recognized" | Eugene Sandulenko |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-12 | SCI: using _menuRect inside Menu::mouseFindMenuItemSelection for easier code,... | Martin Kiewitz |