aboutsummaryrefslogtreecommitdiff
path: root/sound/mods/protracker.cpp
AgeCommit message (Expand)Author
2010-02-14Add support for samples > 32kb to Paula chip emulation code.Max Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2008-04-03Add cyx patch for bug #1915657 - ELVIRA1: Amiga crashes (paula.h:108).Travis Howell
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-07-28Add support for multi-tune Protracker modules used in the Amiga version of Wa...Travis Howell
2007-06-28Switched Paula (Amiga MOD) code to use fixed point math instead of doubles (c...Max Horn
2007-06-28cleanupMax Horn
2007-06-28Fix a bad, bad out-of-bounds write in the Protracker codeMax Horn
2007-06-28Started to refactor the Paula / Amiga MOD code: Made some stuff in class Paul...Max Horn
2007-06-28Minor cleanupMax Horn
2007-06-24Remove useless startPlay override from ProtrackerStreamMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-02-18cleanup and fixed _module memory leakGregory Montoir
2007-01-27Implemented some missing effects (arpeggio, sample delay, fine slides, finetu...Sven Hesse
2007-01-27OoopsSven Hesse
2007-01-27Changed ProtrackerStream to inherit from Paula, unifying the mixingSven Hesse
2007-01-26Some cleanup / code formatting changes, and added some FIXME commentsMax Horn
2006-10-23Add patch to make ProTracker a subclass of AudioStream, from madmooseTravis Howell
2006-10-22Backend modularization: Create timer manager, savefile manager and audio mixe...Max Horn
2006-10-21Yuck, mark abuse of OSystem::setSoundCallbackMax Horn
2006-10-19Add option to load a module via streamTravis Howell
2006-10-18some cleanup.Johannes Schickel
2006-10-16Add WIP (not yet plugged in) Protracker modules playerEugene Sandulenko