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
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
2010-06-15
SCI: Add ResourceManager::updateResource(); change some code to use addResour...
Max Horn
2010-06-15
SCI: Move _associatedMap to VolumeResourceSource and make it const
Max Horn
2010-06-15
SCI: Move _audioCompression(Type|OffsetMapping) to AudioVolumeResourceSource
Max Horn
2010-06-15
SCI: cleanup
Max Horn
2010-06-15
SCI: Merge ResourceManager::checkIfAudioVolumeIsCompressed into AudioVolumeRe...
Max Horn
2010-06-15
SCI: Rename ResourceSource members to follow _camelCase convention
Max Horn
2010-06-15
SCI: Pass volume number to ResourceSource subclass constructors; make Resourc...
Max Horn
2010-06-15
SCI: Rename ResourceSource::resourceFile to _resourceFile
Max Horn
2010-06-15
SCI: Change ResourceManager::getVolume() to use new classes
Max Horn
2010-06-15
SCI: Remove 'map' param from addSource, and let AudioVolumeResourceSource sub...
Max Horn
2010-06-15
SCI: Convert code to use ResourceSource subclasses
Max Horn
2010-06-15
SCI: Add ResourceSource subclasses, one for each type
Max Horn
2010-06-15
SCI: Changed some 'const char *' to Common::String
Max Horn
2010-06-15
SCI: Change ResourceSource to a class, further OOPify it.
Max Horn
2010-06-15
SCI: Only use MacResManager if needed; start to OOPify ResourceSource
Max Horn
2010-06-15
SCI: Move ResourceSource to new header resource_intern.h
Max Horn
2010-06-12
Initialize compression-related variables when loading external patch files. F...
Filippos Karapetis
2010-06-10
Add support for AIFF sound in SCI32 Mac games and add support for AIFF/WAVE a...
Matthew Hoops
2010-06-09
SCI: document raw lipsync data skipping in readAudioMapSCI11()
Martin Kiewitz
2010-06-06
Now opening all files via getVolumeFile()
Filippos Karapetis
2010-06-05
Rewrote the remaining parts of the ResourceManager class to work with file st...
Filippos Karapetis
2010-06-04
Simplified the channel monitoring code inside the SoundResource class
Filippos Karapetis
2010-06-03
Added code to get which channels are used by a sound. Also, fixed a crash whe...
Filippos Karapetis
2010-06-03
Fixed crashing with wave file patches, a regression from commit #49391
Filippos Karapetis
2010-06-02
- Fixed findGameObject() to properly handle SCI0-SCI1 games where the first b...
Filippos Karapetis
[next]