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
/
softsynth
Age
Commit message (
Expand
)
Author
2008-11-13
Fixed compiling of MT32 emulator with -O2 and -Werror.
Johannes Schickel
2008-11-05
Fixed compile error.
Torbjörn Andersson
2008-11-05
Turned enum PluginError into Common::Error, which in the future is to be used...
Max Horn
2008-09-06
MT32 emu: eof -> eos
Max Horn
2008-09-03
Removed unused readLine code from the MT-32 emu
Max Horn
2008-08-30
Fix (?) Solaris detection in some workaround code in the MT-32 emulator
Max Horn
2008-07-29
Changed class File (and derived classes) to only support read-only access; ad...
Max Horn
2008-06-13
Added initial interface to list music devices and their types
Jordi Vilalta Prat
2008-06-13
Renamed MIDI plugins to Music plugins
Jordi Vilalta Prat
2008-05-24
typo
Max Horn
2008-05-14
- Added more information (ID and capabilities) to the MIDI drivers
Jordi Vilalta Prat
2008-05-07
Changed all delete [] usages to delete[].
Johannes Schickel
2008-03-26
Modified Patch #1925352: Memory leak fixes
Max Horn
2008-02-26
Completed fix for bug #1523129 (SOLARIS: solaris 8 build broken)
Max Horn
2008-02-24
Fixed warning on systems with unsiged char as default char type.
Johannes Schickel
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-12-13
Adding a method to check whether a note currently playing
Sven Hesse
2007-12-09
Fixed typos
Max Horn
2007-11-19
Don't use M_PI, rather use our very own PI constant
Max Horn
2007-11-19
Define M_PI if it's not defined (seems not to be defined under MSVC)
Filippos Karapetis
2007-11-18
Moved Gob's square wave generator to sound/softsynth/pcspk.h
Sven Hesse
2007-11-02
Patch #1816901: MT-32 emu: Low volume
Max Horn
2007-10-28
Patch #1800085: small 'unknown control change byte 32' patch
Max Horn
2007-10-27
Added support for more ROM versions, see FR #1820331
Max Horn
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-18
Fixed some more warnings
Max Horn
2007-08-20
Removed extra commas from lookup-tables' ends.
Kari Salminen
2007-07-01
Removing non-ASCII chars from source code
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-19
Patch #1701118: Remove non-english characters from ym2612.cpp
Max Horn
2007-03-24
Added standard fileheader. (oops)
Johannes Schickel
2007-03-24
Commit of patch #1686414 ("Kyra: FM-Towns music").
Johannes Schickel
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-03-17
Force all code to use EventManager::pollEvent instead of OSystem::pollEvent
Max Horn
2007-02-20
Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me
Max Horn
2007-02-16
Unified how we deal with (and how we generate) MIDI sysex messages -- in part...
Max Horn
2006-11-08
Changed the default instrument from "no instrument at all" to "the first
Torbjörn Andersson
2006-10-27
cleanup
Max Horn
2006-10-22
Backend modularization: Create timer manager, savefile manager and audio mixe...
Max Horn
2006-10-21
cleanup
Max Horn
2006-07-21
Spelling and formatting
Oystein Eftevaag
2006-06-24
Renamed class Timer to TimerManager (the old name was somewhat incorrect/conf...
Max Horn
2006-06-24
* Renamed config.mak to config.mk
Max Horn
2006-06-20
Cleanup. It seems unnecessary to have a "break" right after an unconditional
Torbjörn Andersson
2006-06-06
Rename AdlibInstrument fields
Travis Howell
2006-04-29
Moved the AudioCDManager as well as class AudioStream and its (standard) subc...
Max Horn
2006-04-12
Fix typo reported in #1469339: "FluidSynth error typo"
Eugene Sandulenko
2006-04-04
Since our debug() adds an exclamation mark at the message end, remove
Eugene Sandulenko
2006-04-04
Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead
Max Horn
2006-02-27
SysEx data now passed around with const pointers. Permits simplification of s...
Jamieson Christian
[next]