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-09-28
ALL: Fixup some #define names
Max Horn
2010-09-18
SCI: Some changes to the fallback detector (sync with branch 1.2.0)
Filippos Karapetis
2010-09-10
SCI: Some changes regarding resources
Filippos Karapetis
2010-09-04
SCI: fixing comment
Martin Kiewitz
2010-09-04
SCI: doing detectDoSoundType() properly sci0early
Martin Kiewitz
2010-08-21
SCI: removing debug output from r52259
Martin Kiewitz
2010-08-21
SCI: fixing resourcemgr for pharkas/german
Martin Kiewitz
2010-08-17
SCI: Fix for bug #3046800 - "SCI Fallback detector crashes with several games"
Filippos Karapetis
2010-08-14
SCI: Add support for Mac 'crsr' cursors used in SCI2+ games
Matthew Hoops
2010-08-13
SCI: adding switch to sci1mid for lsl1/spanish
Martin Kiewitz
2010-08-07
SCI: Changed a warning into a debugC
Filippos Karapetis
2010-08-03
SCI: Hopefully fix signedness warning with some compilers
Matthew Hoops
2010-08-03
SCI: Add support for SCI2.1 chunk resources
Matthew Hoops
2010-08-02
SCI: Fix leaks in ResourceManager::listResources caller code.
Johannes Schickel
2010-08-02
SCI: Cleanup SCI0 late version detection
Matthew Hoops
2010-08-02
SCI: Fix bug #3037055: Jones in the Fast Lane EGA - fails to start
Matthew Hoops
2010-07-28
SCI: Fix bug #3035737 - SCI Fan Games: Incorrect Version Detection
Matthew Hoops
2010-07-25
Fixed LSL6 hires resources, speech and lip sync work now (thanks to a discuss...
Filippos Karapetis
2010-07-20
SCI: Fixed an off-by-one error in the resource manager - it tried to load pat...
Filippos Karapetis
2010-07-18
Cleanup and simplify resource type remapping.
Matthew Hoops
2010-07-18
In SCI2.1, the type numbers inside resource maps/patches have changed slightl...
Matthew Hoops
2010-07-17
Add support for the altres.map/altres.000 map/volume pair in KQ7.
Matthew Hoops
2010-07-16
SCI: adding fixme and error() to fix crash when trying to run unmodified gk2
Martin Kiewitz
2010-06-25
SCI: detect, if SCI1.1 game is merging or copying palette instead of using ga...
Martin Kiewitz
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
[next]