Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
When a row has a new period, but no new sample, restart the track's last sample (except when we're doing portamento). | |||
2012-03-17 | ALL: Make use of defined() for the preprocessor consistent. | Johannes Schickel | |
This does not change the use of defined for some NDS source files, since they seem to be (based on?) third party code. | |||
2012-01-29 | AUDIO: Return 0 instead of false in Tfmx::loadSampleFile. | Johannes Schickel | |
This should "fix" a g++ warning. | |||
2011-10-28 | AUDIO: Fix conditional compilation of maxtrax and tfmx code. | Johannes Schickel | |
This is a regression from 3ddb6c0c903f478b91a8965d3433a9f79ce16ba7. | |||
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 | |
Some backends may break as I only compiled SDL | |||
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn | |
MKID_BE relied on unspecified behavior of the C++ compiler, and as such was always a bit unsafe. The new MKTAG macro is slightly less elegant, but does no longer depend on the behavior of the compiler. Inspired by FFmpeg, which has an almost identical macro. | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 |