aboutsummaryrefslogtreecommitdiff
path: root/audio/mods/tfmx.cpp
AgeCommit message (Collapse)Author
2019-11-28AUDIO: Fix Remaining Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2017-08-06JANITORIAL: Silence some more GCC 7 fall through warningsTorbjörn Andersson
I think these are the last one that were already flagged as being deliberate.
2014-02-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2012-01-29AUDIO: Return 0 instead of false in Tfmx::loadSampleFile.Johannes Schickel
This should "fix" a g++ warning.
2011-10-28AUDIO: Fix conditional compilation of maxtrax and tfmx code.Johannes Schickel
This is a regression from 3ddb6c0c903f478b91a8965d3433a9f79ce16ba7.
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
Some backends may break as I only compiled SDL
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850