mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #01613
Re: [Bug 788292] [NEW] Need to cache pathfinding data
no need to cache it. It's currently reinitializing the full matrix
before starting A*. This can be easily changed to only initialize the
matrix if nodes have been added or deleted. This is on my list anyways.
Heiko
Am 25.05.2011 21:23, schrieb Vadim Peretokin:
> Public bug reported:
>
> The pathfinding data needs to be cached, otherwise it takes too long to
> computer a path when doing it very quickly (ie tracking to a person)
>
> ** Affects: mudlet
> Importance: Undecided
> Status: New
>
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/788292
Title:
Need to cache pathfinding data
Status in Mudlet the MUD client:
New
Bug description:
The pathfinding data needs to be cached, otherwise it takes too long
to computer a path when doing it very quickly (ie tracking to a
person)
References