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.cpp
Age
Commit message (
Expand
)
Author
2010-06-20
Cleaner fix for the QFG4 demo audio map problem.
Matthew Hoops
2010-06-20
Ignore the broken 65535x.map file in the QFG4 demo, mistakenly picked up when...
Matthew Hoops
2010-06-19
SCI: changing error to warning in ResMan::detectViewType()
Martin Kiewitz
2010-06-18
SCI: not using views coming from patch files anymore for detecting view type
Martin Kiewitz
2010-06-18
Don't throw a warning when we can't find hires content
Filippos Karapetis
2010-06-18
SCI: Unbreak diskdump console command, maybe others
Lars Skovlund
2010-06-18
SCI: changing error to warning inside detectHires() for gk1 to work again...
Martin Kiewitz
2010-06-18
SCI: reverting #49978, it worked correctly. the new values contain the full h...
Martin Kiewitz
2010-06-18
Fixed a bug in detectHires(), so that it actually works
Filippos Karapetis
2010-06-17
Renamed error -> errorNum to avoid name clashes with error()
Filippos Karapetis
2010-06-17
Strict mode: Turned several severe errors (almost all detection related) into...
Filippos Karapetis
2010-06-16
SCI: Avoid using g_sci in resman (as it might not yet be inited)
Max Horn
2010-06-15
SCI: Pass resman to scanSource() methods
Max Horn
2010-06-15
SCI: Add Resource::getNumber method
Max Horn
2010-06-15
Fix spelling, cleanup
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
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: Get rid of ugly resMan params to ResourceSource methods
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: 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: Rename ResourceSource::resourceFile to _resourceFile
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: 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-13
Added a default constructor for the ResourceSource struct
Filippos Karapetis
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-08
SCI: check for SOL header in audio36 patches
Martin Kiewitz
[next]