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
Age
Commit message (
Expand
)
Author
2003-06-22
fixed warnings
Paweł Kołodziejski
2003-06-22
d'oh
Max Horn
2003-06-22
fixed Vorbis CD track code
Max Horn
2003-06-22
don't memset the output buffer to 0 if _eof_flag is set; rather, we should 'a...
Max Horn
2003-06-22
properly init member vars instead of using memset
Max Horn
2003-06-22
Change names of the stream API in the mixer; added endStream method (stop() h...
Max Horn
2003-06-22
fix compile when vorbis is enabled, loomcd is now broken with vorbis after re...
Jonathan Gray
2003-06-22
renamed SoundMixer::hasActiveChannel->hasActiveSFXChannel, and fixed the regr...
Max Horn
2003-06-22
remove the realDestroy methods and instead use destructors; renamed insertAt ...
Max Horn
2003-06-21
lots of mixer cleanup / refactoring / reengineering
Max Horn
2003-06-21
modified & cleaned up the playStream/append code a bit; but this API really c...
Max Horn
2003-06-21
cleanup
Max Horn
2003-06-21
make gcc happy
Jonathan Gray
2003-06-18
Fix for bug [756555] ALL: With '-ewindows' notes don't stop at quit
Jamieson Christian
2003-06-18
Use stdafx.h instead of manually including system headers.
Marcus Comstedt
2003-06-15
more cleanup
Max Horn
2003-06-11
fixed cast warnings
Max Horn
2003-06-11
Fixed post-mortem attempts to transmit MIDI data
Jamieson Christian
2003-06-11
Fixed race condition in MPU401 shutdown
Jamieson Christian
2003-06-09
use clear_sound_proc to properly deinit the mixer (this fixes a crash-on-exit)
Max Horn
2003-06-01
Made some conversions explicit to prevent VC.NET 2003 from complaining
Bertrand Augereau
2003-06-01
Fixed hanging notes on Smart Jump when Note Off event cannot be found.
Jamieson Christian
2003-06-01
Documentation corrections
Jamieson Christian
2003-06-01
Some last SysEx cleanup.
Jamieson Christian
2003-05-31
Some Doxygen documentation. Just to test.
Jamieson Christian
2003-05-29
more OSystem docs & cleanup
Max Horn
2003-05-29
added TODO: get rid of create_thread
Max Horn
2003-05-25
Fixed occassional music crashes when loading games.
Jamieson Christian
2003-05-24
allNotesOff() now sends to all 16 channels, not just the first 15. Duh.
Jamieson Christian
2003-05-23
fixed nasty deadlock I recently introduced
Max Horn
2003-05-23
Fixed problem with hanging notes on some synth modules.
Jamieson Christian
2003-05-23
Fixed tempo problems in Simon games
Jamieson Christian
2003-05-23
Removed annoying warning
Jamieson Christian
2003-05-23
Fixed gcc warning
Jamieson Christian
2003-05-23
Revamped iMuse and Player classes. Player now uses MidiParser to parse its da...
Jamieson Christian
2003-05-22
make sure that the mutex protects everything that affects the buffer
Max Horn
2003-05-22
Added "smart-jump" capability to MidiParser.
Jamieson Christian
2003-05-21
pedantic warning fix
Max Horn
2003-05-21
More Simon music fixes
Jamieson Christian
2003-05-20
Corrections to SMF Type 1 compression to Type 0.
Jamieson Christian
2003-05-20
Simon music fixes
Jamieson Christian
2003-05-20
init member vars to 0
Max Horn
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
Fixed problem updating callback
Jamieson Christian
2003-05-19
fix shadow warning; removed unused var
Max Horn
2003-05-19
fix shadow warning
Max Horn
2003-05-19
Fixed Simon 1 music regression.
Jamieson Christian
2003-05-19
MidiStreamer goes away, replaced by MidiParser
Jamieson Christian
[next]