Mercurial > fife-parpg
log
age | author | description |
---|---|---|
Thu, 02 Jul 2009 02:14:12 +0000 | vtchill | removed the deleted of the heuristic in the RoutePatherSearch class. Don't want to delete the heuristic since it is holding a pointer to a singleton object. If this is ever not holding a pointer returned by a singleton then it will leak since it is not being deleted. |
Tue, 30 Jun 2009 20:03:02 +0000 | wenlin_fife | Added destructor to the routepathersearch class. |
Fri, 26 Jun 2009 18:04:57 +0000 | wenlin_fife | combine routepathersearch and search class to clean up the code. |
Wed, 24 Jun 2009 14:12:50 +0000 | wenlin_fife | delete linearpather folder |
Wed, 24 Jun 2009 13:52:51 +0000 | wenlin_fife | remove linear pather |
Wed, 24 Jun 2009 13:47:32 +0000 | wenlin_fife | remove the reference of the LinearPather |
Wed, 24 Jun 2009 13:46:22 +0000 | wenlin_fife | change the Linear Pather in the tests to the RoutePather |
Sun, 21 Jun 2009 15:43:12 +0000 | mvbarracuda | * Create an autorelease pool, so autoreleased SDL objects don't leak (Mac OS X specific issue) |