Cartographer_Routes-r59438-nolib

Details

  • Filename
    Cartographer_Routes-r59438-nolib.zip
  • Uploaded by
  • Uploaded
    Jan 26, 2008
  • Size
    46.56 KB
  • Downloads
    9
  • MD5
    0833cd587233104d31daf25ffbbe7d22

Supported WoW Retail Versions

  • 2.3.3

Changelog

------------------------------------------------------------------------
r59438 | lyly00 | 2008-01-26 08:49:40 -0500 (Sat, 26 Jan 2008) | 3 lines
Changed paths:
   M /trunk/Cartographer_Routes/Cartographer_Routes.toc
   M /trunk/Cartographer_Routes/Locale-frFR.lua

Cartographer_Routes:
- update frFR
- Add wiki to toc file
------------------------------------------------------------------------
r59359 | xinhuan | 2008-01-24 23:51:47 -0500 (Thu, 24 Jan 2008) | 1 line
Changed paths:
   M /trunk/Cartographer_Routes/Core.lua

Cartographer_Routes: Fix minimap line drawing logic for shortening lines
------------------------------------------------------------------------
r59236 | xinhuan | 2008-01-23 16:02:45 -0500 (Wed, 23 Jan 2008) | 1 line
Changed paths:
   M /trunk/Cartographer_Routes/Core.lua
   M /trunk/Cartographer_Routes/Locale-deDE.lua
   M /trunk/Cartographer_Routes/Locale-enUS.lua
   M /trunk/Cartographer_Routes/Locale-frFR.lua
   M /trunk/Cartographer_Routes/Locale-koKR.lua

Cartographer_Routes: Add an option to toggle the line gaps on minimap drawing
------------------------------------------------------------------------
r59223 | xinhuan | 2008-01-23 12:36:37 -0500 (Wed, 23 Jan 2008) | 1 line
Changed paths:
   M /trunk/Cartographer_Routes/Core.lua

Cartographer_Routes: Routes on the minimap will now shorten itself by 5 pixels so it doesn't draw into/over/on/under the tracking circle (of GatherMate or Cartographer_Notes) or the tracking blip
------------------------------------------------------------------------
r58911 | xinhuan | 2008-01-19 17:58:15 -0500 (Sat, 19 Jan 2008) | 1 line
Changed paths:
   M /trunk/Cartographer_Routes/Cartographer_Routes.toc

Cartographer_Routes: Remove GraphLib from optional dependencies
------------------------------------------------------------------------
r58738 | xinhuan | 2008-01-18 12:25:33 -0500 (Fri, 18 Jan 2008) | 1 line
Changed paths:
   M /trunk/Cartographer_Routes/Core.lua

Cartographer_Routes: Possibly stop a nil error from occurring, although it should never happen in the first place.
------------------------------------------------------------------------
r58665 | xinhuan | 2008-01-17 11:56:15 -0500 (Thu, 17 Jan 2008) | 1 line
Changed paths:
   M /trunk/Cartographer_Routes/Core.lua

Cartographer_Routes: Fix Routes to work on non-enUS clients with regards to minimap line drawing.
------------------------------------------------------------------------
r58478 | xinhuan | 2008-01-14 11:43:00 -0500 (Mon, 14 Jan 2008) | 1 line
Changed paths:
   M /trunk/Cartographer_Routes/Core.lua

Cartographer_Routes: Fixed minimap line drawing offset bug in our cache implementation that resulted from a race condition between the return value of GetRealZoneText() and the ZONE_CHANGED_NEW_AREA event not matching up in the core Cartographer:PointToYards(x, y, zone)
------------------------------------------------------------------------
r58401 | pettigrow | 2008-01-13 07:04:06 -0500 (Sun, 13 Jan 2008) | 1 line
Changed paths:
   M /trunk/Cartographer_Routes/Locale-frFR.lua

Cartographer_Routes: frFR Update
------------------------------------------------------------------------
r58366 | grum | 2008-01-12 13:07:17 -0500 (Sat, 12 Jan 2008) | 1 line
Changed paths:
   M /trunk/Cartographer_Routes/Core.lua

Cartographer_Routes: local format = string.format format("..", ...) is even faster!
------------------------------------------------------------------------
r58364 | grum | 2008-01-12 12:50:59 -0500 (Sat, 12 Jan 2008) | 2 lines
Changed paths:
   M /trunk/Cartographer_Routes/Core.lua

Cartographer_Routes:
- (".."):format(..) beats regular stringconcatting.
------------------------------------------------------------------------
r58363 | grum | 2008-01-12 12:13:51 -0500 (Sat, 12 Jan 2008) | 2 lines
Changed paths:
   M /trunk/Cartographer_Routes/Core.lua

Cartographer_Routes:
- Added cache for index->X/Y conversion, saves countless function calls (2 per point per redraw).
------------------------------------------------------------------------
r58357 | grum | 2008-01-12 09:45:55 -0500 (Sat, 12 Jan 2008) | 3 lines
Changed paths:
   M /trunk/Cartographer_Routes/Core.lua
   M /trunk/Cartographer_Routes/Locale-deDE.lua
   M /trunk/Cartographer_Routes/Locale-enUS.lua
   M /trunk/Cartographer_Routes/Locale-frFR.lua
   M /trunk/Cartographer_Routes/Locale-koKR.lua
   M /trunk/Cartographer_Routes/TSP.lua

Cartographer_Routes:
- Added 'vim:'-config to all .lua files (me no like tabs but me surrender)
- Fixed tabbing in Locale-koKR.lua
------------------------------------------------------------------------
r58354 | grum | 2008-01-12 09:31:04 -0500 (Sat, 12 Jan 2008) | 2 lines
Changed paths:
   M /trunk/Cartographer_Routes/Core.lua

Cartographer_Routes:
- Altering routes (color/width/visibility) now directly updates the minimap
------------------------------------------------------------------------
r58336 | xinhuan | 2008-01-12 06:56:23 -0500 (Sat, 12 Jan 2008) | 3 lines
Changed paths:
   M /trunk/Cartographer_Routes
   M /trunk/Cartographer_Routes/Cartographer_Routes.toc
   M /trunk/Cartographer_Routes/Core.lua
   M /trunk/Cartographer_Routes/embeds.xml
   A /trunk/Cartographer_Routes/line.tga

Cartographer_Routes:
- Remove Graph-1.0 dependency by copying and slightly modifying the line drawing function we use in it (to add line texture recycling code) with Iriel's permission.
- This also has the positive side effect that other Graph-1.0 users that try to draw lines on the maps won't interfere with the lines we draw.
------------------------------------------------------------------------
r58332 | xinhuan | 2008-01-12 04:47:32 -0500 (Sat, 12 Jan 2008) | 1 line
Changed paths:
   M /trunk/Cartographer_Routes/TSP.lua

Cartographer_Routes: Optimize node insertion so that it only generates O(2n) entries in the weight table instead of the full O(0.5n^2) entries.
------------------------------------------------------------------------
r58329 | xinhuan | 2008-01-12 03:49:03 -0500 (Sat, 12 Jan 2008) | 1 line
Changed paths:
   M /trunk/Cartographer_Routes/Core.lua

Cartographer_Routes: Cartographer_Waypoints integration will now work on non-enUS game clients.
------------------------------------------------------------------------
r57564 | xinhuan | 2007-12-27 13:13:32 -0500 (Thu, 27 Dec 2007) | 1 line
Changed paths:
   M /trunk/Cartographer_Routes/Core.lua

Cartographer_Routes: Fixed an issue where changing the route being waypointed (usually from harvesting node insertion) will cause it to stop queueing up the next node for waypointing. Now you can even optimize it in the background and waypoints will continue to work!
------------------------------------------------------------------------
r57549 | pettigrow | 2007-12-27 04:16:38 -0500 (Thu, 27 Dec 2007) | 1 line
Changed paths:
   M /trunk/Cartographer_Routes/Cartographer_Routes.toc
   A /trunk/Cartographer_Routes/Locale-frFR.lua

Cartographer_Routes: Added french translation
------------------------------------------------------------------------
r57527 | gnarfoz | 2007-12-26 20:09:50 -0500 (Wed, 26 Dec 2007) | 1 line
Changed paths:
   M /trunk/Cartographer_Routes/Locale-deDE.lua

Cartographer_Routes: update deDE
------------------------------------------------------------------------
r57514 | xinhuan | 2007-12-26 17:03:46 -0500 (Wed, 26 Dec 2007) | 1 line
Changed paths:
   M /trunk/Cartographer_Routes/Core.lua

Cartographer_Routes: Update comments at top of file
------------------------------------------------------------------------
r57513 | xinhuan | 2007-12-26 16:51:47 -0500 (Wed, 26 Dec 2007) | 5 lines
Changed paths:
   M /trunk/Cartographer_Routes/Core.lua
   M /trunk/Cartographer_Routes/Locale-deDE.lua
   M /trunk/Cartographer_Routes/Locale-enUS.lua
   M /trunk/Cartographer_Routes/Locale-koKR.lua

Cartographer_Routes:
- Add Cartographer_Waypoints support properly in the RockConfig menu
- You may now change the waypoint hit distance
- Add feedback and error messages where appropriate
- Properly localize all strings used in supporting _Waypoints
------------------------------------------------------------------------
r57500 | xinhuan | 2007-12-26 13:50:46 -0500 (Wed, 26 Dec 2007) | 3 lines
Changed paths:
   M /trunk/Cartographer_Routes/Core.lua

Cartographer_Routes:
- Let the waypoint related functions fail silently if _Waypoints is not enabled or found.
- Fix a typo.
------------------------------------------------------------------------
r57495 | xinhuan | 2007-12-26 12:10:24 -0500 (Wed, 26 Dec 2007) | 1 line
Changed paths:
   M /trunk/Cartographer_Routes/Core.lua

Cartographer_Routes: Add some functions to integrate _Waypoints support in. No GUI or slash commands available yet.
------------------------------------------------------------------------
r57477 | xinhuan | 2007-12-26 04:21:55 -0500 (Wed, 26 Dec 2007) | 3 lines
Changed paths:
   M /trunk/Cartographer_Routes/Core.lua
   M /trunk/Cartographer_Routes/Locale-deDE.lua
   M /trunk/Cartographer_Routes/Locale-enUS.lua
   M /trunk/Cartographer_Routes/Locale-koKR.lua
   M /trunk/Cartographer_Routes/TSP.lua

Cartographer_Routes:
- While background optimizing is in progress, prevent that route from being deleted.
- Make a copy of the route table being optimized so that changes to the route while background optimizing is in progress will not cause future nil errors.
------------------------------------------------------------------------