Age | Commit message (Expand) | Author |
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 | Fix bug #2924680: "Large file support" with patch from same bugreport. Thanks... | Eugene Sandulenko |
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 | N64: if user has inserted a rumble-pak, rumble with shaking screen | Fabio Battaglia |
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 | N64: further commenting/cleanup | Fabio Battaglia |
2010-01-12 | SCI: implemented mouse interaction while being in keyboard mode, also ignore ... | Martin Kiewitz |
2010-01-12 | Fix some memory leaks. | Johannes Schickel |
2010-01-12 | N64: forgot to disable some debug code | Fabio Battaglia |
2010-01-12 | N64: some cleanup and optimization of video code | Fabio Battaglia |
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 |
2010-01-12 | SCI: interactive menu with mouse fully implemented, mouse within keyboard men... | Martin Kiewitz |
2010-01-12 | Fix memory leak in MidiPlayer_Adlib. | Johannes Schickel |
2010-01-12 | Fix some memory leaks caused by never freeing the allocated memory, which is ... | Johannes Schickel |
2010-01-12 | Fix some memory leaks caused by never deleting the objects inside SoundComman... | Johannes Schickel |
2010-01-12 | SCI: changed interactive with mouse menu code (still not finished) | Martin Kiewitz |
2010-01-12 | A null pointer can be safely passed to "delete", thus there is no need to che... | Johannes Schickel |
2010-01-12 | SCI: added comment about "not behaving like sierra here", also added TODO on ... | Martin Kiewitz |
2010-01-12 | SCI: deleting _font when changing active font | Martin Kiewitz |
2010-01-12 | SCI: deleting _music in destructor | Martin Kiewitz |
2010-01-12 | SCI: View::getCelCount now validates input | Martin Kiewitz |
2010-01-12 | Fix loop alignment check | Willem Jan Palenstijn |
2010-01-12 | SCI: continue when kPortrait is called with no sync resource existant for mou... | Martin Kiewitz |
2010-01-12 | N64: Icrease analog sensibility a little | Fabio Battaglia |
2010-01-12 | SCI: Handle master volume inside music drivers | Walter van Niftrik |
2010-01-12 | Added mouse click handling for top menus (mouse clicks on menu items of each ... | Filippos Karapetis |
2010-01-11 | Patch from tracker item #2909981 which documents the various MSVC warnings we... | Max Horn |
2010-01-11 | Move Mac Binary resource loader to common class. Plug tons of memory leaks al... | Eugene Sandulenko |
2010-01-11 | SCI: changed displaceY and displaceX for cels to int16, also inserted cast to... | Martin Kiewitz |
2010-01-11 | Fix bug #2929619: "IHNM: Small problem detecting German version" | Eugene Sandulenko |
2010-01-11 | Don't update the screen twice while waiting | Filippos Karapetis |
2010-01-11 | Changed all kGraph calls which handle rectangles to use kGraphCreateRect(). A... | Filippos Karapetis |
2010-01-11 | New music code: Implemented sound stopping after fading, and disabled MIDI so... | Filippos Karapetis |
2010-01-11 | Some portrait-related changes, to be used when portrait loading/unloading is ... | Filippos Karapetis |
2010-01-11 | Moved all the cache limits inside helpers.h and removed an obsolete TODO | Filippos Karapetis |
2010-01-11 | N64: optimizations in cursor drawing code | Fabio Battaglia |
2010-01-11 | Added MSVC warning 4355 ignore for the M4 project | Paul Gilbert |
2010-01-11 | - Set the palette inside doit() again | Filippos Karapetis |
2010-01-11 | The portrait file data is now freed after the portrait animation is done | Filippos Karapetis |
2010-01-11 | Cleanup, fixed a memory leak | Filippos Karapetis |
2010-01-11 | Improve support for negative Timestamps, and add + and - operators | Max Horn |
2010-01-11 | MADE: Use Mixer::getElapsedTime and Audio::Timestamp instead of Mixer::getSou... | Max Horn |