bin/ai/library/graph/aystar/main.nut
Thu, 12 Jun 2008 19:47:02 +0000 truebrain (svn r13496) [NoAI] -Fix: if a library depends on an other library, the import became globally known, which defeats the idea of imports. They are now restricted to their scope, and 'import' returns the class of import (if any) noai
Wed, 11 Jun 2008 14:55:10 +0000 truebrain (svn r13470) [NoAI] -Change [Library CHANGE]: allow in graph.aystar to give a custom param to the callbacks, so you can send in an instance of yourself noai
Wed, 11 Jun 2008 13:04:27 +0000 truebrain (svn r13463) [NoAI] -Change [Library CHANGE]: AyStar is now more object oriented, and you can indicate the amount of iterations FindPath should do in one go (tnx to Yexo and TrueBrain) noai
Wed, 11 Jun 2008 12:13:22 +0000 truebrain (svn r13461) [NoAI] -Fix: add A* to regression, so we test it a bit (very basic test ;)) noai
Tue, 10 Jun 2008 23:30:02 +0000 truebrain (svn r13460) [NoAI] -Add [Library]: added graph.aystar, an A* implementation (Yexo) noai