index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
audio
/
mods
Age
Commit message (
Expand
)
Author
2015-05-22
AUDIO: Add patch from madmoose to fix arpeggio effect in ProTracker modules.
Kirben
2014-02-18
AUDIO: Make GPL headers consistent in themselves.
Johannes Schickel
2013-04-28
AUDIO: Do not error out when channel offset >= length after interrupt()
Sven Hesse
2013-02-15
Merge branch 'master' into hopkins
Dreammaster
2013-01-27
HOPKINS: Work around broken cadavre.mod in OS/2 and BeOS versions
Torbjörn Andersson
2013-01-26
JANITORIAL: Use "End of anonymous namespace" as comment for anonymous namespa...
Johannes Schickel
2013-01-26
JANITORIAL: Enforce "} // End of namespace" with a single space after }.
Johannes Schickel
2013-01-26
AUDIO: Mention that the Hopkins engine uses Protracker as well
Torbjörn Andersson
2013-01-24
JANITORIAL: Fix ){ -> ) {
Einar Johan Trøan Sømåen
2012-06-15
AUDIO: Make sure maxtrax and tfmx are compiled in with dynamic modules
Matthew Hoops
2012-06-16
AUDIO: gob uses protracker too
Sven Hesse
2012-06-15
AUDIO: Implement a missing Protracker feature
Sven Hesse
2012-03-17
ALL: Make use of defined() for the preprocessor consistent.
Johannes Schickel
2012-01-29
AUDIO: Return 0 instead of false in Tfmx::loadSampleFile.
Johannes Schickel
2011-10-28
AUDIO: Fix conditional compilation of maxtrax and tfmx code.
Johannes Schickel
2011-10-28
AUDIO: Adapt include guard names to the "new" directory name.
Johannes Schickel
2011-08-07
AUDIO: Simplify iterating backwards over an array.
Christoph Mallon
2011-08-07
COMMON: Replace x + ARRAYSIZE(x) by the simpler ARRAYEND(x).
Christoph Mallon
2011-05-25
ALL: initialise -> initialize
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-12
COMMON: Replace MKID_BE by MKTAG
Max Horn
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn