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
/
sci
/
resource_audio.cpp
Age
Commit message (
Expand
)
Author
2016-03-08
SCI: Truncate channel data in case it goes beyond resource size
Martin Kiewitz
2016-03-01
SCI: Use uint32 instead of unsigned int
Filippos Karapetis
2015-12-29
SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE
Martin Kiewitz
2015-02-15
SCI: Use sound resource priority by default for songs
Willem Jan Palenstijn
2014-10-28
SCI: Remove trailing whitespace
Filippos Karapetis
2014-10-03
SCI: Fix reading SCI1 midi channel flags
Willem Jan Palenstijn
2014-02-18
SCI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-12-31
SCI: Rewrite MIDI channel remapping
Willem Jan Palenstijn
2013-12-31
SCI: Reduce indentation depth
Willem Jan Palenstijn
2013-12-11
SCI: rave support (KQ6 hires portrait lip sync)
Martin Kiewitz
2013-12-10
SCI: Add handling for the RAVE resource type, found in KQ6CD
Filippos Karapetis
2013-04-20
SCI: Fix memory leak
Willem Jan Palenstijn
2012-02-20
COMMON: Move isFoo functions to namespace Common, add doxygen comments
Max Horn
2012-02-15
ALL: Avoid using is* macros from ctype.h
Max Horn
2012-01-15
SCI: Clean up some memory management and loops
Willem Jan Palenstijn
2012-01-15
SCI: Plug a leak in ResourceManager::processWavePatch()
Filippos Karapetis
2011-11-02
SCI: Fixed bug in commit 1a17bba.
Filippos Karapetis
2011-11-02
SCI: Fix Common::List::erase usage.
Filippos Karapetis
2011-06-23
ANALYSIS: Add static casts to is* functions
Littleboy
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
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-04-12
COMMON: Replace MKID_BE by MKTAG
Max Horn
2011-02-10
SCI: Added resource manager support for changing the audio directory dynamica...
Filippos Karapetis
2011-02-10
SCI: Moved some audio resource code to resource_audio.cpp
Filippos Karapetis
2010-11-25
SCI: Added support for the alternate Windows MIDI soundtracks of the CD versi...
Filippos Karapetis
2010-11-25
SCI: Fixed digital audio at the beginning of KQ5CD and removed a hack for the...
Filippos Karapetis
2010-11-25
SCI: Added support for the alternative GM tracks of the Windows version of KQ...
Filippos Karapetis
2010-11-09
SCI: Fix compile when SCI32 is not enabled
Matthew Hoops
2010-09-18
JANITORIAL: Removed most punctuation at end of warning() and error()
Torbjörn Andersson
2010-09-18
SCI: Some changes to the fallback detector (sync with branch 1.2.0)
Filippos Karapetis
2010-09-09
SCI: Fix digital track regression from r52662.
Walter van Niftrik
2010-09-09
SCI: Fix last MIDI channel number for adlib driver
Walter van Niftrik
2010-08-20
SCI: Fixed the GM detection introduced in rev #52211 to check the first avail...
Filippos Karapetis
2010-08-19
SCI: Added checking for the existence of a GM track, to determine if device I...
Filippos Karapetis
2010-08-04
SCI: Fix size of wave files inside audio volumes (thanks to LordHoto for poin...
Matthew Hoops
2010-08-03
SCI: Add support for SCI2.1 chunk resources
Matthew Hoops
2010-08-02
SCI: Fix bug #3037401 - LB2Floppy: No SFX
Matthew Hoops
2010-07-14
SCI: changing signature of kDoSound(play) in SCI2.1 to "o(i)" now, because qf...
Martin Kiewitz
2010-06-26
SCI: do boundary checking when loading sci1 sounds and mixing them together. ...
Martin Kiewitz
2010-06-25
SCI: Introduce SciGameId enum
Max Horn
2010-06-22
Add support for the QFG3 demo audio map and audio resources. Based on a patch...
Matthew Hoops
2010-06-16
SCI: implement channel remapping for SCI1
Martin Kiewitz
2010-06-16
SCI: Avoid using g_sci in resman (as it might not yet be inited)
Max Horn
2010-06-15
Fix wave patches.
Matthew Hoops
2010-06-15
SCI: OOpify class ResourceId
Max Horn
2010-06-15
Reduce header dependencies
Max Horn
2010-06-15
SCI: Move decompress & readResourceInfo to Resource; more cleanup
Max Horn
2010-06-15
SCI: cleanup
Max Horn
2010-06-15
SCI: Move several methods from ResourceManager to Resource
Max Horn
[next]