------------------------------------------------------------------------ r72575 | xinhuan | 2008-05-03 21:43:49 -0400 (Sat, 03 May 2008) | 3 lines Changed paths: M /trunk/Routes/Locales/Locale-enUS.lua M /trunk/Routes/Routes.lua M /trunk/Routes/TSP.lua Routes: - Reduce pruning slightly for path generation. Tweak things a bit. - Prevent attempts at optimizing a route larger than 724 nodes (Block too big memory allocation error will occur otherwise) ------------------------------------------------------------------------ r72567 | xinhuan | 2008-05-03 18:20:37 -0400 (Sat, 03 May 2008) | 3 lines Changed paths: M /trunk/Routes/Locales/Locale-enUS.lua M /trunk/Routes/Modules/TomTom.lua M /trunk/Routes/Routes.lua Routes: - Update Routes taboo regions editing draggable pins to work with Mapster's latest change (making the map toplevel). - Switch to using new public TomTom APIs. TomTom integration is not enabled yet as it is not updated in public yet. ------------------------------------------------------------------------ r72493 | onlyfly | 2008-05-02 23:16:12 -0400 (Fri, 02 May 2008) | 2 lines Changed paths: M /trunk/Routes/Locales/Locale-zhCN.lua Routes: - Update locale zhCN ------------------------------------------------------------------------ r72377 | xinhuan | 2008-05-01 19:39:40 -0400 (Thu, 01 May 2008) | 3 lines Changed paths: M /trunk/Routes/Bindings.xml M /trunk/Routes/Locales/Locale-enUS.lua A /trunk/Routes/Modules/TomTom.lua M /trunk/Routes/Modules/Waypoints.lua M /trunk/Routes/Routes.lua M /trunk/Routes/Routes.toc Routes: A commit that doesn't really do anything. Well actually, just early changes to add TomTom support. TomTom support is not enabled yet as TomTom needs some modifications to better support external addons. ------------------------------------------------------------------------ r72023 | onlyfly | 2008-04-28 22:41:25 -0400 (Mon, 28 Apr 2008) | 2 lines Changed paths: M /trunk/Routes/Locales/Locale-zhCN.lua Routes: - Update locale zhCN ------------------------------------------------------------------------ r72003 | xinhuan | 2008-04-28 18:06:47 -0400 (Mon, 28 Apr 2008) | 1 line Changed paths: M /trunk/Routes/Locales/Locale-deDE.lua M /trunk/Routes/Locales/Locale-enUS.lua M /trunk/Routes/Locales/Locale-frFR.lua M /trunk/Routes/Locales/Locale-zhTW.lua M /trunk/Routes/Routes.lua Routes: Fix coloring of configuration strings (from AceGUI-3.0 patch 2.4 changes) ------------------------------------------------------------------------ r71641 | xinhuan | 2008-04-26 11:09:12 -0400 (Sat, 26 Apr 2008) | 1 line Changed paths: M /trunk/Routes/TSP.lua Routes: Remove unnecessary semicolons and brackets for consistency with the rest of the addon. ------------------------------------------------------------------------ r71639 | xinhuan | 2008-04-26 10:48:04 -0400 (Sat, 26 Apr 2008) | 1 line Changed paths: M /trunk/Routes/TSP.lua Routes: Reduce execution time of the route generating algorithm by about 20%. This is done by taking a time consuming line of code (it performs a = b^c / d^e) out of an inner loop and pre-calculating the results, which reduced the number of times it is executed from roughly O(N^3) to O(N^2). ------------------------------------------------------------------------ r69846 | xinhuan | 2008-04-15 03:30:30 -0400 (Tue, 15 Apr 2008) | 2 lines Changed paths: M /trunk/Routes/Routes.lua M /trunk/Routes/TSP.lua Routes: - Remove hooking and unhooking mechanism for SetZoom minimap updates by using the existing OnUpdate frame instead. This fixes hooking issues with other addons and also reduces the amount of unnecessary minimap line redraws. - Tweak the initial starting pheromone value of every edge in the complete graph from 0 to 0.1. This gives every edge an initial small but unequal (because of the inverse distance used) probability of being traveled to by an ant in the first iteration of route construction instead of the probability being all 0. This means we get better route generation. ------------------------------------------------------------------------ r69237 | xinhuan | 2008-04-12 02:27:32 -0400 (Sat, 12 Apr 2008) | 1 line Changed paths: M /trunk/Routes/Modules/AutoShow.lua Routes: Convert to use GetSpellInfo() ------------------------------------------------------------------------ r68036 | onlyfly | 2008-04-04 06:45:15 -0400 (Fri, 04 Apr 2008) | 1 line Changed paths: M /trunk/Routes/Locales/Locale-zhCN.lua M /trunk/Routes/Routes.toc Routes: Update zhCN localizations ------------------------------------------------------------------------