[Scummvm-tracker] [ScummVM :: Bugs] #13251: GOG version of Zniw Adventure

ScummVM :: Bugs trac at scummvm.org
Tue Feb 15 11:38:26 UTC 2022


#13251: GOG version of Zniw Adventure
---------------------------+--------------------------
Reporter:  joeraz          |       Owner:  criezy
    Type:  defect          |      Status:  new
Priority:  normal          |   Component:  Engine: AGS
 Version:                  |  Resolution:
Keywords:  Zniw Adventure  |        Game:
---------------------------+--------------------------
Comment (by antoniou79):

 Looking at the AGS github in the IsInteractableAt() implementation, I
 found the cause for the issue.
 According to
 [https://github.com/adventuregamestudio/ags/blob/757335c55c2908c4a9a0c179415b834ca5cfce0c/Common/gui/guimain.cpp#L175
 the comment there]:

 {{{
         // The Transparency test was unintentionally added in 3.5.0 as a
 side effect,
         // and unfortunately there are already games which require it to
 work.
 }}}

 Their implementation of IsInteractableAt() now includes a check to detect
 this case.
 This is part of this commit from AGS repo:
 https://github.com/adventuregamestudio/ags/commit/a087584a26106d2fb6a17c13b0cb3f6857f4cbed

 I made a PR to integrate this change, which I can confirm that fixes the
 issue with Zniw full game, to our AGS engine here:
 https://github.com/scummvm/scummvm/pull/3715
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/13251#comment:6>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list