------------------------------------------------------------------------
r64594 | xinhuan | 2008-03-15 10:15:48 -0400 (Sat, 15 Mar 2008) | 1 line
Changed paths:
   M /trunk/Routes/TSP.lua

Routes: Fix error that occurs when attempting to optimize a route that has 3 or less nodes.
------------------------------------------------------------------------
r63251 | xinhuan | 2008-02-29 14:54:17 -0500 (Fri, 29 Feb 2008) | 1 line
Changed paths:
   M /trunk/Routes/Routes.lua

Routes: Fix error on line 1251 reported by Elsia when trying to delete a route that is being optimized in the background. (Non-existant :Print() function)
------------------------------------------------------------------------
r63250 | xinhuan | 2008-02-29 14:50:27 -0500 (Fri, 29 Feb 2008) | 1 line
Changed paths:
   M /trunk/Routes/Routes.lua

Routes: Fix issue where routes in Routes did not update automatically when harvesting a node. This error resulted from using the wrong variable name in OnEnable() so the callbacks didn't get registered. Only took 2 weeks to find the problem. :(
------------------------------------------------------------------------
r62994 | pettigrow | 2008-02-26 15:11:18 -0500 (Tue, 26 Feb 2008) | 1 line
Changed paths:
   M /trunk/Routes/Locales/Locale-frFR.lua

Routes: frFR Update
------------------------------------------------------------------------
r62951 | xinhuan | 2008-02-26 05:04:39 -0500 (Tue, 26 Feb 2008) | 1 line
Changed paths:
   M /trunk/Routes/Routes.toc

Routes: Add Gatherer to ## OptionalDeps. How did we miss this one?
------------------------------------------------------------------------
r61470 | pettigrow | 2008-02-15 11:32:48 -0500 (Fri, 15 Feb 2008) | 1 line
Changed paths:
   M /trunk/Routes/Locales/Locale-frFR.lua
   M /trunk/Routes/Routes.lua

Routes: frFR Update
------------------------------------------------------------------------
r61443 | xinhuan | 2008-02-15 07:44:22 -0500 (Fri, 15 Feb 2008) | 1 line
Changed paths:
   M /trunk/Routes/Routes.lua

Routes: Fix my last commit, which broke taboo editing.
------------------------------------------------------------------------
r61401 | xinhuan | 2008-02-15 03:17:37 -0500 (Fri, 15 Feb 2008) | 1 line
Changed paths:
   M /trunk/Routes/TSP.lua

Routes: Remove 4 lines of code. This removes an unnecessary radius check on node insertion, resulting in better route updating behavior.
------------------------------------------------------------------------
r61361 | xinhuan | 2008-02-14 22:01:55 -0500 (Thu, 14 Feb 2008) | 1 line
Changed paths:
   M /trunk/Routes/Routes.lua

Routes: When editing taboos, the red/green node colors will now stay until the right click menu is closed.
------------------------------------------------------------------------
r61349 | xinhuan | 2008-02-14 19:36:16 -0500 (Thu, 14 Feb 2008) | 1 line
Changed paths:
   M /trunk/Routes/Locales/Locale-enUS.lua
   M /trunk/Routes/Routes.lua

Routes: Fix error on line 900 by removing invalid zones. Localize some strings.
------------------------------------------------------------------------
r61266 | xinhuan | 2008-02-14 05:57:42 -0500 (Thu, 14 Feb 2008) | 1 line
Changed paths:
   M /trunk/Routes/TSP.lua

Routes: Increasing the punishment for ants walking across a taboo region by a factor of 2 plus the zone width in yards.
------------------------------------------------------------------------
r61117 | xinhuan | 2008-02-13 01:26:05 -0500 (Wed, 13 Feb 2008) | 3 lines
Changed paths:
   A /trunk/Routes/Bindings.xml
   M /trunk/Routes/Modules/Waypoints.lua

Routes:
- Add 3 keybindings to Start/Stop/Change direction for Cartographer_Waypoints integration
- Add a status bar message to the AceConfigDialog window to say what action (if any) is unbound on binding a key.
------------------------------------------------------------------------
