aboutsummaryrefslogtreecommitdiff
path: root/sound/mods
AgeCommit message (Expand)Author
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-07-28Ooops, fix typo in last commit.Travis Howell
2007-07-28Add support for multi-tune Protracker modules used in the Amiga version of Wa...Travis Howell
2007-07-01Fix looping effect (at least DrMcCoy says it fixes it somehow, and I trust hi...Max Horn
2007-07-01Re-added __attribute__(packed)Max Horn
2007-07-01Once again rewrite Paula code (addings lots of comments, doing proper wrap ar...Max Horn
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-28Some optimizations to the Paula sound chip emu code (removing common sub expr...Max 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-06-24Mod code cleanupMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-20some fixes for the music in Amiga OS DemoGregory Montoir
2007-05-19added Amiga SoundFx module player code, used by Amiga versions of the followi...Gregory Montoir
2007-04-27Added a doxygen comment to makeProtrackerStream -- somebody who knows the cod...Max Horn
2007-04-26Removing more semicolaMax Horn
2007-02-24some fixes and additions for FOTAQ amiga versionsGregory Montoir
2007-02-21added initial support for FOTAQ amiga versionsGregory Montoir
2007-02-18cleanup and fixed _module memory leakGregory Montoir
2007-02-18added basic support for playing FOTAQ amiga modules files (rjp1) instead of M...Gregory Montoir
2007-02-14Fix MSVC warningEugene Sandulenko
2007-02-12Fixed a special case (frequency/rate > repeating sample length)Sven Hesse
2007-02-11Enable stereo by default for all ProTracker mods.Travis Howell
2007-02-04- Moved the specific interrupt frequency of 80 Hz out of class Infogrames int...Sven Hesse
2007-01-27formatting.Johannes Schickel
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-27Add changes from madmoose to fix initial song length.Travis Howell
2007-01-27Removing two FIXMEs, based on what madmoose told me on #scummvmMax Horn
2007-01-26Some cleanup / code formatting changes, and added some FIXME commentsMax Horn
2007-01-25Moved Paula and Infogrames to sound/mods/Sven Hesse
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