[Scummvm-cvs-logs] scummvm branch-1-4 -> a2b553a017fbc32df69998350eab04a7b8a07b83

wjp wjp at usecode.org
Fri Jan 6 11:47:12 CET 2012


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:
51b354d9a6 AGI: Fix predictive input binary search
a2b553a017 AGI: Fix ignoring some exact matches in predictive input


Commit: 51b354d9a6fdb613aa582626c1fca01302007e4f
    https://github.com/scummvm/scummvm/commit/51b354d9a6fdb613aa582626c1fca01302007e4f
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2012-01-06T02:45:33-08:00

Commit Message:
AGI: Fix predictive input binary search

Note that there are still issues with this input mode. If the binary
search hits a prefix match before finding the full match, it won't
recognize the full match. (Example: typing "buy" will show "buz"
because it's aiming for "buzzard" without realizing "buy" exists.)
(cherry picked from commit 41ba2433f57f064f3119b5b5c1247eadb32d5977)

Changed paths:
    engines/agi/predictive.cpp




Commit: a2b553a017fbc32df69998350eab04a7b8a07b83
    https://github.com/scummvm/scummvm/commit/a2b553a017fbc32df69998350eab04a7b8a07b83
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2012-01-06T02:46:00-08:00

Commit Message:
AGI: Fix ignoring some exact matches in predictive input

The matcher now always tries an exact match before trying an inexact one.
Together with 51b354d9a, this fixes bug #3470080.
(cherry picked from commit 43e2fde7a951d362ab06f20bc043698f0e1e47c3)

Changed paths:
    engines/agi/agi.h
    engines/agi/predictive.cpp








More information about the Scummvm-git-logs mailing list