aboutsummaryrefslogtreecommitdiff
path: root/audio/mods
AgeCommit message (Expand)Author
2014-02-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-28AUDIO: Do not error out when channel offset >= length after interrupt()Sven Hesse
2013-02-15Merge branch 'master' into hopkinsDreammaster
2013-01-27HOPKINS: Work around broken cadavre.mod in OS/2 and BeOS versionsTorbjörn Andersson
2013-01-26JANITORIAL: Use "End of anonymous namespace" as comment for anonymous namespa...Johannes Schickel
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2013-01-26AUDIO: Mention that the Hopkins engine uses Protracker as wellTorbjörn Andersson
2013-01-24JANITORIAL: Fix ){ -> ) {Einar Johan Trøan Sømåen
2012-06-15AUDIO: Make sure maxtrax and tfmx are compiled in with dynamic modulesMatthew Hoops
2012-06-16AUDIO: gob uses protracker tooSven Hesse
2012-06-15AUDIO: Implement a missing Protracker featureSven Hesse
2012-03-17ALL: Make use of defined() for the preprocessor consistent.Johannes Schickel
2012-01-29AUDIO: Return 0 instead of false in Tfmx::loadSampleFile.Johannes Schickel
2011-10-28AUDIO: Fix conditional compilation of maxtrax and tfmx code.Johannes Schickel
2011-10-28AUDIO: Adapt include guard names to the "new" directory name.Johannes Schickel
2011-08-07AUDIO: Simplify iterating backwards over an array.Christoph Mallon
2011-08-07COMMON: Replace x + ARRAYSIZE(x) by the simpler ARRAYEND(x).Christoph Mallon
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn