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