aboutsummaryrefslogtreecommitdiff
path: root/sound/midiparser_smf.cpp
AgeCommit message (Expand)Author
2008-07-09cleanup / code formattingMax Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-02-18Correct warned class nameChris Apers
2007-02-16Unified how we deal with (and how we generate) MIDI sysex messages -- in part...Max Horn
2006-04-13Fixes possible illegal writes/segfaults in compressToType0 (added a comment a...Johannes Schickel
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-06-24For consistency, specify directory when including files.Torbjörn Andersson
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-27More whitespace changes.Torbjörn Andersson
2005-01-01Updated copyrightMax Horn
2004-05-01Doubled the buffer size to prevent crashes with the Inherit the EarthTorbjörn Andersson
2004-05-01Fix for [945497] Possible bug in midiparser_smf.cppJamieson Christian
2004-04-30Changed printf() to warning()Torbjörn Andersson
2004-01-06updated copyright noticeMax Horn
2003-10-03cleanup / doxygenificationMax Horn
2003-08-14Removed incorrect acknowledgements (copy/paste error)Jamieson Christian
2003-06-18Use stdafx.h instead of manually including system headers.Marcus Comstedt
2003-05-25Fixed occassional music crashes when loading games.Jamieson Christian
2003-05-23Fixed tempo problems in Simon gamesJamieson Christian
2003-05-23Revamped iMuse and Player classes. Player now uses MidiParser to parse its da...Jamieson Christian
2003-05-22Added "smart-jump" capability to MidiParser.Jamieson Christian
2003-05-20Corrections to SMF Type 1 compression to Type 0.Jamieson Christian
2003-05-20init member vars to 0Max Horn
2003-05-19Fixed anonymous structs warning.Jamieson Christian
2003-05-19Moved common parsing logic into MidiParser base class.Jamieson Christian
2003-05-19fix shadow warning; removed unused varMax Horn
2003-05-19Fixed Simon 1 music regression.Jamieson Christian
2003-05-19Fixed gcc warnings, virtual destructor problemJamieson Christian
2003-05-18Implemented new Simon MIDI module, switching from MidiStreamer to MidiParser....Jamieson Christian
2003-05-18SMF/GMF implementation of MidiParserJamieson Christian