Age | Commit message (Expand) | Author |
2007-02-16 | Unified how we deal with (and how we generate) MIDI sysex messages -- in part... | Max Horn |
2007-02-15 | Fix for bug #1660559: MANIAC/ZAK: Music does not stop when pausing (regression) | Max Horn |
2007-02-14 | Fix MSVC warning | Eugene Sandulenko |
2007-02-12 | Fixed a special case (frequency/rate > repeating sample length) | Sven Hesse |
2007-02-11 | Enable stereo by default for all ProTracker mods. | Travis Howell |
2007-02-07 | The status variables are set explicitely in the constructor instead through o... | Sven Hesse |
2007-02-04 | - Moved the specific interrupt frequency of 80 Hz out of class Infogrames int... | Sven Hesse |
2007-02-03 | * Reimplemented Mixer::pauseAll to simply invoke pause on all channels | Max Horn |
2007-01-27 | formatting. | Johannes Schickel |
2007-01-27 | Implemented some missing effects (arpeggio, sample delay, fine slides, finetu... | Sven Hesse |
2007-01-27 | Ooops | Sven Hesse |
2007-01-27 | Changed ProtrackerStream to inherit from Paula, unifying the mixing | Sven Hesse |
2007-01-27 | Add changes from madmoose to fix initial song length. | Travis Howell |
2007-01-27 | Removing two FIXMEs, based on what madmoose told me on #scummvm | Max Horn |
2007-01-26 | Some cleanup / code formatting changes, and added some FIXME comments | Max Horn |
2007-01-25 | Moved Paula and Infogrames to sound/mods/ | Sven Hesse |
2006-12-01 | Changed size of sine table so it take less memory in cache RAM on DS port | Neil Millstone |
2006-11-08 | Changed the default instrument from "no instrument at all" to "the first | Torbjörn Andersson |
2006-11-03 | added basic handler for VOC block 9 | Gregory Montoir |
2006-11-01 | Added Audio::Mixer::setReady method to work around bug #1588848 | Max Horn |
2006-10-28 | Modified version of patch #1584720 (add support for FLAC-1.1.3) | Max Horn |
2006-10-27 | cleanup | Max Horn |
2006-10-23 | Add patch to make ProTracker a subclass of AudioStream, from madmoose | Travis Howell |
2006-10-22 | Backend modularization: Create timer manager, savefile manager and audio mixe... | Max Horn |
2006-10-21 | cleanup | Max Horn |
2006-10-21 | Yuck, mark abuse of OSystem::setSoundCallback | Max Horn |
2006-10-19 | Add option to load a module via stream | Travis Howell |
2006-10-18 | some cleanup. | Johannes Schickel |
2006-10-16 | Add WIP (not yet plugged in) Protracker modules player | Eugene Sandulenko |
2006-10-09 | Fix GP2X ifdef error in initial patch. Sorry. | John Willis |
2006-10-06 | Patch #1432376: "Very basic GP2X Backend" | Eugene Sandulenko |
2006-09-30 | Revert part of commit 23552 by agent-q. Apparently this slipped in by | Eugene Sandulenko |
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the... | Max Horn |
2006-09-21 | Fix bug #1501302: "FF: Crackling Audio (Mac version)" | Eugene Sandulenko |
2006-08-01 | Some more whitespace changes. | Torbjörn Andersson |
2006-08-01 | Whitespace. | Torbjörn Andersson |
2006-07-29 | Another little formatting and a typo fix. | Johannes Schickel |
2006-07-29 | Adding comment about forced MQ on small devices. | Johannes Schickel |
2006-07-29 | Some formatting 'fixes' | Johannes Schickel |
2006-07-23 | Use #include "..." instead of #include <...> for pack-start.h and pack-end.h | Torbjörn Andersson |
2006-07-22 | Fix struct packing issues (macros are not resolve in #pragma params, at least... | Max Horn |
2006-07-22 | Speed increase for DS port - uses cache ram to store SIN_TABLE. Other versio... | Neil Millstone |
2006-07-21 | Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now... | Max Horn |
2006-07-21 | Spelling and formatting | Oystein Eftevaag |
2006-07-14 | More whitespace changes. | Torbjörn Andersson |
2006-07-13 | Some whitespace changes to see if the CIA bot is still silent. | Torbjörn Andersson |
2006-07-09 | Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking... | Max Horn |
2006-07-09 | Patch #1519399: DS Backend | Max Horn |
2006-06-24 | Renamed class Timer to TimerManager (the old name was somewhat incorrect/conf... | Max Horn |
2006-06-24 | * Renamed config.mak to config.mk | Max Horn |