vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1  
2 Yatlas ChangeLog
3 ================
4  
5 0.7.3 (08/24/2006)
6 -----
7 - Fix the fullscreen window on certain screen resolutions
8  
9  
10 0.7.2 (08/22/2006)
11 -----
12 - Update map information for 1.12
13  
14  
15 0.7.1 (06/23/2006)
16 -----
17 - Minor bugfixes (Reported by Hevanus, Maniacski)
18 - Fix German localization (PsyZo, AbuDun)
19  
20  
21 0.7 (06/21/2006)
22 ---
23 - Rewrite of point handling code for consistancy and expandability,
24 including a way to setup points specifically to be moved.
25 - Add Party and Raid positions
26 - Add some raid boss data in backend (not yet used!)
27 - Button+pulldown for zooming without a mouse scrollwheel
28 - New tooltip that shows icons in addition to names.
29 - The main YatlasFrame's popout has been removed in favor of a seperate
30 options window, and mouseover point tooltips.
31 - Runtime generation of point frames instead of preallocating.
32 - Goto button will now continuously track if shift clicked.
33 - Addition of an option to automatically seek player on show.
34 - myAddOns data will now correctly show release date
35 - Minor bugfixes
36 - Minor xml validity fixes
37 - Some of the icons have been tweaked.
38 - Addition of a new README.txt file
39 - German localization added (antikleia.wow@ffohol.de)
40 - Update map table for WoW 1.11
41 - Drastically decrease the size of the generated map table
42  
43  
44 0.6.3 (03/28/2006)
45 -----
46  
47 - Fix an issue where Gatherer minimap icons would become misplaced if the
48 Yatlas frame was open.
49 - Update map table for WoW 1.10
50  
51  
52 0.6.2 (01/16/2006)
53 -----
54 - Fix bug where jump to player would fail to find the player.
55  
56  
57 0.6.1 (01/06/2006)
58 -----
59 - Fix bug where the fullscreen yatlas view would partially fall offscreen
60 at some resolutions.
61 - Fix bug where player location would not be updated properly
62 - Fix bug where position slider tooltip would show when it shouldn't
63 - Update the slider when the mouse is dragged.
64  
65  
66 0.6 (01/06/2006)
67 ---
68 - Add a dropdown to control which points to show
69 - Add myAddons support
70 - Modularize the way "overlays" work
71 - Make icons resizable
72 - In the normal YatlasFrame, clicking on points on the lengend causes them
73 to blink on the map.
74 - Switch from using POI data to getting landmarks data during runtime. Add
75 extra points by hand.
76 - Add a option to display cursor coordinates in the YatlasFrame
77 - Fix a bug for when the map would be dragged, closed, then reopened, the
78 map would continue being "stuck" to the cursor
79 - Add zooming using the mouse scroll button
80 - Make it easier to create new Yatlas Frames
81 - Add a "Big" world map view. This is similar to the World Map window
82 ('m' key). To show either use the /bigyatlas command or set the key binding.
83 - Increase the number of displayable points
84 - Minor speed increases by lazily generating area ids, and not querying for
85 them while dragging the map.
86 - Add compatibility for WoW 1.9
87 - Show CTMapMod points
88  
89  
90 0.5 (10/26/2005)
91 ---
92 - Show player's location (backend partially exists for raid/party members)
93 - Add a button to allow jumping to the player's location
94 - Dropdown bugfixes.
95 - Pull data "on the fly" from MapNotes and Gatherer.
96 - Allow map movement by left mouse button as well as right now.
97 - Right-clicking and dragging on the minimap button moves it around.
98 - Show graveyards
99 - Increase number of textures and properly handle having a limit of textures.
100  
101  
102 0.4 (10/11/2005)
103 ---
104 - Introduction of this ChangeLog.
105 - Add key binding.
106 - Add alpha transparency.
107 - Add a pulldown for zones to replace the zone text field.
108 - Update textures translation table for WoW 1.8 content patch.
109 - Other minor bug fixes.