vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | Changes in 2.9.7: |
2 | * Support for CharactersViewer v2.0 |
||
3 | * Support for Satellite |
||
4 | * Traditional Chinese localization added (thanks arith!) |
||
5 | |||
6 | Changes in 2.9.6: |
||
7 | * Added Relic slot handling |
||
8 | |||
9 | Changes in 2.9.5: |
||
10 | * Simplified Chinese localization added (thanks Firebroo!) |
||
11 | |||
12 | Changes in 2.9.4k2: |
||
13 | * Very very minor korean localization fix. |
||
14 | |||
15 | Changes in 2.9.4k: |
||
16 | * Korean localization added. |
||
17 | * Minor bug fix: rare string.find nil bug, which occurs only when EquipCompare is used with some other AddOns that display a tooltip over chat links. |
||
18 | |||
19 | Changes in 2.9.4: |
||
20 | * Quick fix for the current known issues caused by patch 1.7: slow refresh or not displaying comparisons, getting "stuck" and displaying comparison with wrong items, not showing up in some windows (e.g. Loot roll). |
||
21 | |||
22 | Changes in 2.9.3: |
||
23 | * Some patch 1.7 compatible updates |
||
24 | * Changed the way Blizzard's Shopping tooltips are disabled |
||
25 | * Fixed a very minor bug involving the interacion of slash commands and Khaos options |
||
26 | * Separate OnDemand loading version is available starting with this version |
||
27 | |||
28 | Changes in 2.9.2: |
||
29 | * Load message only appears if you are not running Cosmos or Khaos |
||
30 | |||
31 | Changes in 2.9.1: |
||
32 | * Added WeaponButton slots to exclusion list. |
||
33 | * ShoppingTooltip overtake is less aggressive, only happens over Merchant/Auction frames now. |
||
34 | |||
35 | Changes in 2.9: |
||
36 | * Additions to the Developers API, enabling the exclusion of objects from showing comparison tooltips. |
||
37 | * Comparison tooltips are not shown anymore if you hover over the Blizzard Action Bar, Multi Bar and Item Buff icons. |
||
38 | * Added support for Khaos. |
||
39 | * Added support for registering slash-commands with Sky. |
||
40 | * CharactersViewer minimum version requirement increased to 55. |
||
41 | * Minor bug-fixes and code optimizations. |
||
42 | |||
43 | Changes in 2.8.1: |
||
44 | * German localization (by StarDust) |
||
45 | |||
46 | Changes in 2.8: |
||
47 | * New Developers API introduced! You can now request your favourite AddOns' authors to add support for EquipCompare easily. |
||
48 | * New option: shift tooltips upwards if they are taller than the game tooltip. |
||
49 | * Crossbows and Thrown weapons now work in English and French version. (German will be added later). |
||
50 | * Some more garbage collection improvements (by Sarf). |
||
51 | * The default Blizzard ShoppingTooltips are now completely replaced by EquipCompare's ones even at vendors and the auction house too. This means that EquipCompare's configuration options will take affect there too. |
||
52 | |||
53 | Changes in 2.7.2 |
||
54 | * More French localization of new settings, now complete(by Sasmira) |
||
55 | * German localization of new settings, now complete (by StarDust) |
||
56 | |||
57 | Changes in 2.7.1 |
||
58 | * Eliminated memory leaks |
||
59 | * French localization for new settings (by Sasmiraa) |
||
60 | * User now receives feedback in chat window after slash commands |
||
61 | |||
62 | Changes in 2.7: |
||
63 | * Added option to enable/disable integration with CharactersViewer |
||
64 | * Added option to enable CV-integration only when Alt-key is pressed |
||
65 | |||
66 | Changes in 2.6.4: |
||
67 | * Updated German localization texts (thanks StarDust) |
||
68 | * Revamped localization files, now divided into several files (by sarf) |
||
69 | * Control-key mode is no longer experimental, fully supported now |
||
70 | |||
71 | Changes in 2.6.3: |
||
72 | * Minor changes in German localization texts (thanks zerra!) |
||
73 | |||
74 | Changes in 2.6.2: |
||
75 | * German localization (thanks Maischter!) |
||
76 | * Fixed an issue with the width of the "Currently Equipped" label. Now it doesn't hang outside the tooltip window any more. (In this process I learnt a lot about how tooltips lay out their contents, which must be useful.) |
||
77 | * Added a version ID in various places in the UI, so you can tell which version of EquipCompare you are running. Can you find all of the places? |
||
78 | |||
79 | Changes in 2.6.1: |
||
80 | * French localization (thanks beWRage!) |
||
81 | * Minor change to localization mechanism |
||
82 | * Fixed a minor bug in tooltip placement scheme, which was due to a Typo in a T. GameToolTip does not equal GameTooltip. This was causing comparison tooltips to sometimes appear on unpreferred side. (Although this would never cause them to be off the screen). |
||
83 | * EquipCompare.nopatch folder now included to stop Cosmos from deleting EquipCompare. |
||
84 | |||
85 | Changes in 2.6: |
||
86 | * This version has some major internal code overhauls, hence the big jump in version number. It is about half-way to version 3.0, which will contain all the internal overhauls I have planned. There are many purposes to these overhauls, including the reduction/elimination of potential sources of conflict with other AddOns and performance improvements. For the more advanced users out there: this version now uses its own ComparisonTooltips, rather than relying on the Blizzard UI's ShoppingTooltips. |
||
87 | * Added little labels on the comparison tooltips, saying "Currently Equipped". Fixed the formatting of the lines in the comparison tooltips. |
||
88 | * Two-handed items now display comparisons with both Main and Off hand item. |
||
89 | * Slight change in tooltip placement policy: Main Hand tooltip is now always on the left of Off Hand tooltip, whether the comparison tooltips are to the left or to the right. |
||
90 | * Fixed the issue with Item links, which was causing the comparison tooltips to disappear when the main game tooltip faded out or got hidden. |
||
91 | * CharactersViewer-based comparisons are now shown in the character frame as well. This means you can select an alt in CharactersViewer and hover over your inventory to get instant comparison. |
||
92 | * *Experimental* Control key mode: Get comparison tooltips only when holding the Control key. Type "/eqc control" to turn it on, or use Cosmos configuration menu. Warning! This mode is experimental at the moment, it may contain bugs. Use it at your own risk. |
||
93 | |||
94 | Changes in 2.1.1: |
||
95 | - Fixed a bug introduced with the new tooltip layout scheme in version 2.1, that caused the 2nd comparison tooltip to not appear. Sorry, this one slipped by me in testing. |
||
96 | - Whilst at it, made two-handed weapons show the off-hand slot as well. |
||
97 | |||
98 | Changes in 2.1: |
||
99 | - Reviewed comparison tooltip placement behaviour. It should be much better at placing tooltips in sensible places. |
||
100 | - Fixed a bug when used together with Charactersviewer. Comparison tooltips at merchants and at the auction house really do show your alt's equipment now. |
||
101 | |||
102 | Changes in 2.0.2: |
||
103 | - Enchanced the interaction with CharactersViewer some more. Now you get the comparison tooltips at Merchants and Auction Houses overriden according to your CV selection. |
||
104 | |||
105 | Changes in 2.0.1: |
||
106 | - Temporary work-around for the incompatibility issues many user have been experiencing with other AddOns. |
||
107 | - Occasional error message when mousing over some items: |
||
108 | "attempt to perform arithmetic on local `left' (a nil value)" |
||
109 | should be fixed now. |
||
110 | - Items that are both Soulbound and Unique should receive comparison tips now. |
||
111 | - Included special support for Flisher's CharactersViewer. See the Optional Dependencies for explanation. Note: this feature hasn't been tested exhaustively yet and may not work as intended. |
||
112 | |||
113 | Changes in 2.0: |
||
114 | - Support Cosmos, if it's installed |
||
115 | - Support LootLink, if it's installed |
||
116 | - Now get comparison tooltips when clicking on item links |
||
117 | - Slight rearrangement of tooltips, this should avoid overlap problems |
||
118 | that some people reported. |
||
119 | - When equipping an item in the bag, the comparison tooltips are now updated. |
||
120 | - Minor bug fixes. |
||
121 | |||
122 | Changes in 1.7: |
||
123 | - Fully localized! French and German versions should work completely. |
||
124 | - Added slash-command ability and the setting is now saved. |
||
125 | |||
126 | Changes in 1.6: |
||
127 | - fixed slot ID for Wand, it correctly goes into Ranged slot |
||
128 | - one-handed weapons are now compared with both main and off hand |
||
129 | - mostly localized, should work in FR and DE, except for Guns, Wands and Projectiles |
||
130 | |||
131 | Version 1.5: |
||
132 | - Initial public release |
||
133 |