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
/
engines
/
sky
/
music
Age
Commit message (
Expand
)
Author
2016-04-14
JANITORIAL: Reduce audio header dependencies
Ori Avtalion
2015-07-07
AUDIO: Remove all AudioStream access to OPL
Matthew Hoops
2015-07-07
SKY: Implement original music volume handling
Walter van Niftrik
2015-07-07
SKY: Use the built-in OPL timer
Matthew Hoops
2015-07-07
AUDIO: Remove the sample rate configuration from the OPL code
Matthew Hoops
2015-07-07
AUDIO: Remove the legacy OPL API
Matthew Hoops
2014-02-18
SKY: Make GPL headers consistent in themselves.
Johannes Schickel
2013-05-29
SKY: Try to avoid deadlocks with the mixer mutex.
Alyssa Milburn
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2012-02-07
Revert "SKY: Map the floppy intro track."
Alyssa Milburn
2011-11-22
SKY: Map the floppy intro track.
Alyssa Milburn
2011-11-22
SKY: Don't loop the floppy intro track.
Alyssa Milburn
2011-11-14
SKY: Support external digital music tracks.
Alyssa Milburn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-03-28
AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use it
Max Horn
2011-03-23
ENGINES: Use Common::StackLock in more places
Max Horn
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2010-09-15
MIDI: Send a reset MIDI device signal on startup.
Johannes Schickel
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-04-05
Fix bug #2982014 "BASS: MT-32 warning on Intro skipping" by properly delaying...
Johannes Schickel
2010-01-25
Change some comments to use "AdLib" instead of "adlib".
Johannes Schickel
2010-01-12
Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...
Johannes Schickel
2010-01-08
Switch Mixer::playInputStream to use DisposeAfterUse::Flag
Max Horn
2010-01-03
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
Torbjörn Andersson
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-02-13
Formatting changes / consistency
Joost Peters
2008-06-06
SKY: Fixed a memory leak in SKY engine
Christopher Page
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-06-28
Whitespace fix
Max Horn
2007-06-26
increase mt-32 sysex delay to prevent buffer overflow (see FR#1393726)
Willem Jan Palenstijn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-26
Removing more semicola
Max Horn
2007-03-31
fixed graphic glitch when playing the floppy intro with spanish subtitles and...
Robert Göffringmann
2007-03-18
Fixed bug #1678349: BASS: music is off, but drum track plays
Robert Göffringmann
2007-03-18
Applied eriktorbjorn's patch for bug #1657466:
Robert Göffringmann
2007-03-10
fix warning
Max Horn
2007-03-10
Let the mixer worry about converting mono to stereo.
Torbjörn Andersson
2007-02-20
Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me
Max Horn
2007-02-20
More header fixes for that warm and fuzzy feeling of consistency.
Torbjörn Andersson
2007-02-16
Unified how we deal with (and how we generate) MIDI sysex messages -- in part...
Max Horn
2006-10-08
commit "fixed regression in BASS adlib music." from 0-9-0 branch to trunk
Joost Peters
2006-06-17
The stopMusic() function (which is publicly accessable from the outside) now
Torbjörn Andersson
2006-04-29
Moved the AudioCDManager as well as class AudioStream and its (standard) subc...
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
Moved engines to the new engines/ directory
Max Horn