ChangeLog

libPathFinder / ChangeLog

0.1.0 : Not released yet

  • Complete rewrite.

  • Everything is template'ified.

  • Introduced the QuadTree structure for both speed and memory efficient management of objects in a world.

0.0.2 : 2002-07-26 12:10:00

  • Optimization by Michael Junge . Only the required part of the map is searched.

  • Test framework using cppunit added, 5 tests so far.

  • Bug in MapBool::print() fixed, the map was being printed 90 degrees wrong.

  • Comments added to pathfinder.h to help other people trying to read the code.

  • Documentation updated with new urls and emails.

  • I'm still waiting for Michael's acceptance of me using his changes, but i can't reach him, Michael, if you read this, please email me.

0.0.1 : 2001-09-09 17:40:00

  • First release, works (to my knowledge) almost perfect.