Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-12 | AUDIO: Fix some more suspicious-looking expessions | Torbjörn Andersson | |
GCC did not warn about these, but surely it should be bitwise OR, not logical OR, here as well. But I don't think I have any game that uses MaxTrax (Amiga version of Legend of Kyrandia?), so I can't really test this. | |||
2017-08-11 | AUDIO: Fix incorrect boolean statement in MaxTrax decoder | Eugene Sandulenko | |
2016-05-31 | AUDIO: Fix memory corruption. | Eugene Sandulenko | |
Since it was --voice, we were reading element index -1. | |||
2016-02-15 | JANITORIAL: Typos detected with lintian & grep | Alexandre Detiste | |
2014-02-18 | AUDIO: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-01-26 | JANITORIAL: Use "End of anonymous namespace" as comment for anonymous ↵ | Johannes Schickel | |
namespaces. | |||
2013-01-26 | JANITORIAL: Enforce "} // End of namespace" with a single space after }. | Johannes Schickel | |
2013-01-24 | JANITORIAL: Fix ){ -> ) { | Einar Johan Trøan Sømåen | |
2011-10-28 | AUDIO: Fix conditional compilation of maxtrax and tfmx code. | Johannes Schickel | |
This is a regression from 3ddb6c0c903f478b91a8965d3433a9f79ce16ba7. | |||
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-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-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 |