------------------------------------------------------------------------ r74222 | stan | 2008-05-17 21:34:15 -0400 (Sat, 17 May 2008) | 1 line Changed paths: M /trunk/Routes/Locales/Locale-deDE.lua Routes: complete german translation for Xinhuan's book aka "help file" ------------------------------------------------------------------------ r73317 | onlyfly | 2008-05-10 11:06:23 -0400 (Sat, 10 May 2008) | 2 lines Changed paths: M /trunk/Routes/Locales/Locale-zhCN.lua Routes: - Update locale zhCN ------------------------------------------------------------------------ r73103 | xinhuan | 2008-05-08 10:42:08 -0400 (Thu, 08 May 2008) | 1 line Changed paths: M /trunk/Routes/Locales/Locale-zhTW.lua Routes: Update zhTW ------------------------------------------------------------------------ r73060 | xinhuan | 2008-05-08 01:42:28 -0400 (Thu, 08 May 2008) | 1 line Changed paths: M /trunk/Routes/Locales/Locale-zhTW.lua Routes: Update zhTW localization, from NightOwl. ------------------------------------------------------------------------ r72662 | xinhuan | 2008-05-04 14:57:02 -0400 (Sun, 04 May 2008) | 1 line Changed paths: M /trunk/Routes/Routes.lua M /trunk/Routes/TSP.lua Routes: Apply Polarina's patch to generate an initial odd looking route on creation. Apply auto-show/hide settings on route creation as well. ------------------------------------------------------------------------ r72639 | pettigrow | 2008-05-04 09:45:31 -0400 (Sun, 04 May 2008) | 1 line Changed paths: M /trunk/Routes/Locales/Locale-frFR.lua Routes: frFR Update ------------------------------------------------------------------------ r72614 | xinhuan | 2008-05-04 05:52:51 -0400 (Sun, 04 May 2008) | 1 line Changed paths: M /trunk/Routes/Locales/Locale-deDE.lua M /trunk/Routes/Locales/Locale-enUS.lua M /trunk/Routes/Locales/Locale-zhCN.lua M /trunk/Routes/Locales/Locale-zhTW.lua M /trunk/Routes/Routes.lua Routes: Added a comprehensive Help File for the newbies for the entire Routes addon, complete with Overview and Step by Step instructions on how to create routes and taboo regions. ------------------------------------------------------------------------ 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). ------------------------------------------------------------------------