aboutsummaryrefslogtreecommitdiff
path: root/audio/mods
AgeCommit message (Expand)Author
2019-11-28AUDIO: Fix Remaining Missing Default Switch CasesD G Turner
2019-11-17AUDIO: Fix Missing Default Switch CasesD G Turner
2019-06-20AUDIO: Implement low-pass filtering for PaulaSven Hesse
2019-01-27AUDIO: (Paula) - fix typoathrxx
2018-08-17JANITORIAL: Removing trailing spaces after int castsPaul Gilbert
2018-07-30AUDIO: Fix Compiler Shadowing Warnings.D G Turner
2018-07-22GUI: Use consistent capitalization for optionsThierry Crozat
2018-01-21AUDIO: Fixes Protracker Portamento effectJoseph-Eugene Winzer
2017-09-11AUDIO: Rename two functions in ModuleModXmS3mThierry Crozat
2017-09-11AUDIO: Import micromod code, xm/s3m/mod decoderSimei Yin
2017-08-12AUDIO: Fix some more suspicious-looking expessionsTorbjörn Andersson
2017-08-11AUDIO: Fix incorrect boolean statement in MaxTrax decoderEugene Sandulenko
2017-08-06JANITORIAL: Silence some more GCC 7 fall through warningsTorbjörn Andersson
2016-05-31AUDIO: Fix memory corruption.Eugene Sandulenko
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-02-15JANITORIAL: Typos detected with lintian & grepAlexandre Detiste
2015-05-22AUDIO: Add patch from madmoose to fix arpeggio effect in ProTracker modules.Kirben
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