aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-15SCI: adding caching for scalesignal, scaleX and scaleY within kAnimate()Martin Kiewitz
2010-01-15Fixed warning.Torbjörn Andersson
2010-01-15SCI: adjust kNewWindow to support argc==15 (on mac according [md5])Martin Kiewitz
2010-01-15Updated kernel function check for kGetEvent in Mac versions and adjusted the ...Filippos Karapetis
2010-01-15SCI: adding scalesignal selectorMartin Kiewitz
2010-01-15Unified some of the code in midiMixChannels() and midiFilterChannels()Filippos Karapetis
2010-01-15When unloading a song, only reset the channels that it actually used, not all...Filippos Karapetis
2010-01-14SCI: another change to reanimate behaviour of kDisposeWindowMartin Kiewitz
2010-01-14SCI: change on reanimate kDisposeWindow behaviour, fixes sq5 window removalMartin Kiewitz
2010-01-14Hold pedal is now reset as well when a sound is unloadedFilippos Karapetis
2010-01-14SCI: Add MIDI support. Currently only the later MT-32/GM patch type works.Walter van Niftrik
2010-01-13SCI: Use prefix increment instead of postfix on iterators (more efficient); a...Max Horn
2010-01-13SCI: empty() checks whether the map is empty... removing useless line of code :)Max Horn
2010-01-13Fix bug #2924680: "Large file support" with patch from same bugreport. Thanks...Eugene Sandulenko
2010-01-13SCI: DoSound: when setting volume return previous value, fixes KQ6CD intro.Walter van Niftrik
2010-01-13fix comparison for platforms where char is unsignedJoost Peters
2010-01-13The pitch wheel is now properly reset when a song is unloadedFilippos Karapetis
2010-01-13N64: if user has inserted a rumble-pak, rumble with shaking screenFabio Battaglia
2010-01-13SCI: fix kernel signature for kDrawCel (fixes island of dr. brain), added deb...Martin Kiewitz
2010-01-13Documented MidiParser_SCI, mentioning that it's an extension to the MidiParse...Filippos Karapetis
2010-01-12N64: further commenting/cleanupFabio Battaglia
2010-01-12SCI: implemented mouse interaction while being in keyboard mode, also ignore ...Martin Kiewitz
2010-01-12Fix some memory leaks.Johannes Schickel
2010-01-12N64: forgot to disable some debug codeFabio Battaglia
2010-01-12N64: some cleanup and optimization of video codeFabio Battaglia
2010-01-12Fix bug #2930306: "MANIAC - Italian NES version (extracted) not recognized"Eugene Sandulenko
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2010-01-12SCI: using _menuRect inside Menu::mouseFindMenuItemSelection for easier code,...Martin Kiewitz
2010-01-12SCI: interactive menu with mouse fully implemented, mouse within keyboard men...Martin Kiewitz
2010-01-12Fix memory leak in MidiPlayer_Adlib.Johannes Schickel
2010-01-12Fix some memory leaks caused by never freeing the allocated memory, which is ...Johannes Schickel
2010-01-12Fix some memory leaks caused by never deleting the objects inside SoundComman...Johannes Schickel
2010-01-12SCI: changed interactive with mouse menu code (still not finished)Martin Kiewitz
2010-01-12A null pointer can be safely passed to "delete", thus there is no need to che...Johannes Schickel
2010-01-12SCI: added comment about "not behaving like sierra here", also added TODO on ...Martin Kiewitz
2010-01-12SCI: deleting _font when changing active fontMartin Kiewitz
2010-01-12SCI: deleting _music in destructorMartin Kiewitz
2010-01-12SCI: View::getCelCount now validates inputMartin Kiewitz
2010-01-12Fix loop alignment checkWillem Jan Palenstijn
2010-01-12SCI: continue when kPortrait is called with no sync resource existant for mou...Martin Kiewitz
2010-01-12N64: Icrease analog sensibility a littleFabio Battaglia
2010-01-12SCI: Handle master volume inside music driversWalter van Niftrik
2010-01-12Added mouse click handling for top menus (mouse clicks on menu items of each ...Filippos Karapetis
2010-01-11Patch from tracker item #2909981 which documents the various MSVC warnings we...Max Horn
2010-01-11Move Mac Binary resource loader to common class. Plug tons of memory leaks al...Eugene Sandulenko
2010-01-11SCI: changed displaceY and displaceX for cels to int16, also inserted cast to...Martin Kiewitz
2010-01-11Fix bug #2929619: "IHNM: Small problem detecting German version"Eugene Sandulenko
2010-01-11Don't update the screen twice while waitingFilippos Karapetis
2010-01-11Changed all kGraph calls which handle rectangles to use kGraphCreateRect(). A...Filippos Karapetis
2010-01-11New music code: Implemented sound stopping after fading, and disabled MIDI so...Filippos Karapetis