[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patch to bug "Faller freezes sometimes"
From: |
Jason Green |
Subject: |
Re: Patch to bug "Faller freezes sometimes" |
Date: |
Wed, 12 Apr 2006 10:38:10 -0400 |
On 4/11/06, Aggro <address@hidden> wrote:
> Faller freezes at least on one tutorial map. Bug
> explained here:
> http://www.cmhousing.net/pingus/wiki/pmwiki.php/Main/GameFeezeOnTutorialMapEntranceHighExitLow
>
> The problem was a loop at src/actions/faller.cxx
> Faller::update(). It tried to "Make Pingu bounce off
> wall", and propably succeeded too well on that.
> Because Pingu ended up bouncing there forever. I think
> it was because the Pingu had collision with the wall
> and that caused it to change direction from left to
> right. But after that it noticed the collision again,
> and changed from right to left, etc. and never got
> over it.
Applied patch. May need more testing for other levels, but it
definitely fixes that bug. Thanks!