r29

Details

  • Filename
    CharScanner-r29.zip
  • Uploaded by
  • Uploaded
    Jan 6, 2010
  • Size
    56.90 KB
  • Downloads
    65
  • MD5
    20eaccb066d4cb282e8a0901ac27754c

Supported WoW Retail Versions

  • 3.3.0

Changelog

------------------------------------------------------------------------
r29 | kunda | 2010-01-06 15:52:51 +0000 (Wed, 06 Jan 2010) | 32 lines
Changed paths:
   M /trunk/CharScanner-images-button.tga
   A /trunk/CharScanner-images-buttontrans.tga
   M /trunk/CharScanner-images-icons.tga
   M /trunk/CharScanner-localization-deDE.lua
   M /trunk/CharScanner-localization-enUS.lua
   M /trunk/CharScanner-localization-ruRU.lua
   M /trunk/CharScanner.lua
   M /trunk/CharScanner.toc
   M /trunk/CharScanner_Data.lua

General:
- new: mouseover GROUPSCAN-Button to get an addition GROUPSCAN function:
      -> GROUPSCAN deletes all previous scans before doing a groupscan
- removed: 'Clear All'-Button in HistoryFrame (use DELETE-Button instead)
- new: DELETE-Button - deletes all character scan data
- added: alternative CharScanner Texture (OFF by DEFAULT -> check options)
- added: option to show only one chat message if doing a groupscan (OFF by DEFAULT -> check options)
- improved: some frame level/strat probs

Talents:
- new: talents can now linked in chat - shift-click ("CHATLINK") if chat is opened -> same behaviour as original UI
- fix: opposite faction level fix - this is only needed if there is a skull (Level ??/-1) instead of the real level
       = we get now the exact level of all chars (INSPECT_TALENT_READY dependend)
- funny: base classtalent information is now saved to the internal temp classes table if you firstly scan a
         class with lvl < 10 ... surprise surprise this works

Gear:
- new: Equipment Items can noch linked in chat - shift-click ("CHATLINK") if chat is opened -> same behaviour as original UI
- new: Equipment Items supports now ItemCompare - shift ("COMPAREITEMS") -> same behaviour as original UI
- new: Equipment Items supports now DressUp Room - ctrl-click ("DRESSUP") -> same behaviour as original UI
- added: enchantment icon to equipment slot if item has an enchantment

Achievements/Statistics:
- added: Compare-Button to Achievement/Statistic Collapse Menu
         -> this opens the Group Compare Tool with the clicked dungeon/raid (sorted by Bosses/Achievements/Kills)
- removed: 'Random Lich King (heroic) dungeons completed' from WotLK Heroic Dungeons statistic
- removed: fix for 'Koralon the Flame Watcher kills (Wintergrasp 25 player)' -> Blizzard fixed this in Client 3.3.0.11159

Group Compare Tool:
- added: mainrole column
- added: raid selection (to have an easy overview about dungeon & raid experience from all raid/party members)
- change: sort order for achievements/bosses/kills to reflect the new raid selection
------------------------------------------------------------------------
r27 | StingerSoft | 2009-12-10 21:33:48 +0000 (Thu, 10 Dec 2009) | 1 line
Changed paths:
   M /trunk/CharScanner-localization-ruRU.lua

ruRU update
------------------------------------------------------------------------
r26 | kunda | 2009-12-10 20:59:02 +0000 (Thu, 10 Dec 2009) | 1 line
Changed paths:
   M /trunk/CharScanner-localization-deDE.lua
   M /trunk/CharScanner-localization-enUS.lua
   M /trunk/CharScanner.lua
   M /trunk/CharScanner.toc
   M /trunk/CharScanner_Data.lua

update for Patch 3.3
------------------------------------------------------------------------
r25 | kunda | 2009-11-23 12:20:30 +0000 (Mon, 23 Nov 2009) | 14 lines
Changed paths:
   M /trunk/CharScanner.lua

CharScanner:
bug       : incorrect return value from GetComparisonStatistic()/GetStatistic()
workaround: check related achievement and return 1 or 0

# statistic id 4074/4075 (Koralon):
  4074 - Koralon the Flame Watcher kills (Wintergrasp 10 player)
  also counts for
  4075 - Koralon the Flame Watcher kills (Wintergrasp 25 player) -> BUG!
# statistic id 4046/4045 (Anub'arak):
  4046 - Times completed the Trial of the Crusader (25 player)
  also counts for
  4045 - Times completed the Trial of the Grand Crusader (10 player) -> BUG!

This are bugs in current WoW Client (3.2.2.10505).
------------------------------------------------------------------------