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.h
Age
Commit message (
Expand
)
Author
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-25
SCI: detect, if SCI1.1 game is merging or copying palette instead of using ga...
Martin Kiewitz
2010-06-17
Added handling of VMD video files in kResCheck, fixes video playing in GK2
Filippos Karapetis
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
SCI: Add FIXME regarding audio specific code in Resource(Source)
Max Horn
2010-06-15
SCI: Add Resource::getNumber method
Max Horn
2010-06-15
SCI: Make Resource::_id protected
Max Horn
2010-06-15
SCI: OOpify class ResourceId
Max Horn
2010-06-15
SCI: Add ResourceManager::getVolVersion()
Max Horn
2010-06-15
cleanup
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: 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 _audioCompression(Type|OffsetMapping) to AudioVolumeResourceSource
Max Horn
2010-06-15
SCI: Merge ResourceManager::checkIfAudioVolumeIsCompressed into AudioVolumeRe...
Max Horn
2010-06-15
SCI: Make ResourceSource::_resourceFile const
Max Horn
2010-06-15
SCI: Revise how ResourceManager is instantiated.
Max Horn
2010-06-15
SCI: Doxygen fixes
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: Add loadResource impls for WaveResourceSource and AudioVolumeResourceSource
Max Horn
2010-06-15
SCI: Add loadResource impls to MacResourceForkResourceSource and PatchResourc...
Max Horn
2010-06-15
SCI: Move code from ResourceManager::loadResource to ResourceSource::loadReso...
Max Horn
2010-06-15
SCI: Merge MacResourceForkResourceSource::scanSource and ResourceManager::rea...
Max Horn
2010-06-15
SCI: Add virtual method ResourceSource::scanSource
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: 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: cleanup
Max Horn
2010-06-15
SCI: Move ResourceSource to new header resource_intern.h
Max Horn
2010-06-13
Added a default constructor for the ResourceSource struct
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-07
SCI: slight cleanup on processPatch, etc.
Martin Kiewitz
2010-06-07
Some initial code for audio36 and sync36 patch support
Filippos Karapetis
2010-06-06
Now opening all files via getVolumeFile()
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-02
- Fixed findGameObject() to properly handle SCI0-SCI1 games where the first b...
Filippos Karapetis
2010-06-01
Fixed the detection of SCI2.1 games in the fallback detector
Filippos Karapetis
2010-05-29
Added a method to the resource manager, to limit the places where script expo...
Filippos Karapetis
2010-05-27
Split all of the audio-related functions of the resource manager in a separat...
Filippos Karapetis
2010-05-24
Add support for showing the icon bar in SCI1.1 Mac.
Matthew Hoops
2010-05-23
Cleaned up the game ID code:
Filippos Karapetis
2010-05-19
Added a new method to the resource manager, to help determine if we got a SCI...
Filippos Karapetis
2010-05-10
Add support for loading SCI games from Mac resource forks. The games themselv...
Matthew Hoops
[next]