[Scummvm-cvs-logs] scummvm branch-1-8 -> b268c255c61e69fe34e371757c278e0aa5e0e9da

bluegr bluegr at gmail.com
Sat Feb 20 16:16:37 CET 2016


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
285ff0d487 SCI: Increase LRU resource cache for SCI32 games
b268c255c6 SCI: Fix a regression in the fallback detector. Some cleanup


Commit: 285ff0d4877655f11ba8d77cfaffdf19226c820b
    https://github.com/scummvm/scummvm/commit/285ff0d4877655f11ba8d77cfaffdf19226c820b
Author: Colin Snover (github.com at zetafleet.com)
Date: 2016-02-20T17:16:12+02:00

Commit Message:
SCI: Increase LRU resource cache for SCI32 games

A single picture in SCI32 is often larger than the 256KiB limit,
meaning that the cache is useless for these games -- which is bad,
because the renderer works directly off raw resource data so it
must be decompressed and in-cache for rendering performance to be
acceptable.

Changed paths:
    engines/sci/resource.cpp
    engines/sci/resource.h




Commit: b268c255c61e69fe34e371757c278e0aa5e0e9da
    https://github.com/scummvm/scummvm/commit/b268c255c61e69fe34e371757c278e0aa5e0e9da
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2016-02-20T17:16:12+02:00

Commit Message:
SCI: Fix a regression in the fallback detector. Some cleanup

Removed the superfluous initForDetection() function, which was not
updated in commit 2f17ba2b0ab77ef939c21efa04f7aaafccbd0c37 and
caused the fallback detector to crash because of uninitialized
variables

Changed paths:
    engines/sci/detection.cpp
    engines/sci/resource.cpp
    engines/sci/resource.h








More information about the Scummvm-git-logs mailing list