index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
midiparser.h
Age
Commit message (
Expand
)
Author
2006-04-15
cleanup
Max Horn
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
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-10-12
Looks like my pitch wheel change still has the ability to break things. See
Torbjörn Andersson
2005-05-27
More whitespace changes.
Torbjörn Andersson
2005-01-01
Updated copyright
Max Horn
2004-11-11
Prevent infinite loop by displaying the launcher after a game start FAILURE too.
James Brown
2004-01-06
updated copyright notice
Max Horn
2003-12-11
Expanded the Doxygen docs for the MidiParser class.
Jamieson Christian
2003-12-10
Endian-safe read-and-advance helper functions are
Jamieson Christian
2003-10-03
cleanup / doxygenification
Max Horn
2003-08-16
More corrections to the VAR_MUSIC_TIMER
Jamieson Christian
2003-08-16
Corrected timing mechanism for RO music streams.
Jamieson Christian
2003-07-10
Fix for Bug [766426]: V5 Games: Adlib SFX not looped
Jamieson Christian
2003-06-18
Fix for bug [756555] ALL: With '-ewindows' notes don't stop at quit
Jamieson Christian
2003-06-11
Fixed post-mortem attempts to transmit MIDI data
Jamieson Christian
2003-06-01
Documentation corrections
Jamieson Christian
2003-05-31
Some Doxygen documentation. Just to test.
Jamieson Christian
2003-05-25
Fixed occassional music crashes when loading games.
Jamieson Christian
2003-05-23
Fixed problem with hanging notes on some synth modules.
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-21
More Simon music fixes
Jamieson Christian
2003-05-20
Fixed regression in XMIDI parsing.
Jamieson Christian
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
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
New plug-in MIDI parser modules, INCOMPLETE.
Jamieson Christian