Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-04 | XMIDI: Forget old loop points when changing track | Torbjörn Andersson | |
This fixes warnings that would appear after a little while in Kyrandia 2, which would happen because every time the music changed it would add a new loop point. This was probably harmless because once the list was full it would keep re-using the last element, and I imagine all songs were set to loop forever. But this should be more correct, as I understand it. | |||
2013-05-02 | AUDIO: Fix unitialized variable. CID 1003161 | Eugene Sandulenko | |
2012-09-07 | JANITORIAL: Remove underscores from MidiParser variable names. | Alyssa Milburn | |
2012-09-07 | AUDIO: Remove unused members of MidiParser_XMIDI. | Alyssa Milburn | |
2011-06-10 | AUDIO: Small cleanup in MidiParser_XMIDI::loadMusic | Max Horn | |
2011-05-25 | ALL: recognise -> recognize | 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-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 |