------------------------------------------------------------------------ r60610 | xinhuan | 2008-02-08 14:07:40 -0500 (Fri, 08 Feb 2008) | 1 line Changed paths: M /trunk/Cartographer_Routes/Core.lua Cartographer_Routes: Don't call self:MINIMAP_UPDATE_ZOOM() in OnEnable() because the CVARs aren't applied yet. MINIMAP_UPDATE_ZOOM gets fired automatically by wow when it applies the CVARs later. This fixes the issue where it resets the minimap zoom to 3 on a fresh login. ------------------------------------------------------------------------ r59645 | yleaf | 2008-01-28 21:09:27 -0500 (Mon, 28 Jan 2008) | 1 line Changed paths: M /trunk/Cartographer_Routes/Cartographer_Routes.toc A /trunk/Cartographer_Routes/Locale-zhCN.lua Cartographer_Routes: add zhCN Localization(by Onlyfly) ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------