v1.5.0

Details

  • Filename
    TradeskillInfo-v1.5.0.zip
  • Uploaded by
  • Uploaded
    Aug 9, 2009
  • Size
    372.24 KB
  • Downloads
    1,532
  • MD5
    9f87016b7c3721f5a85ff7ed6919262c

Supported WoW Retail Versions

  • 3.2.0

Changelog

------------------------------------------------------------------------
r317 | dys | 2009-08-09 19:16:59 +0000 (Sun, 09 Aug 2009) | 9 lines
Changed paths:
   A /tags/v1.5.0 (from /trunk:316)

Tagging as v1.5.0:

- Removed "Saronite Arrow Maker" and "Ultrasafe Bullet Machine". These recipes were removed from the game.
- Fixed skill required for Saronite Razorheads from 4150 to 415.
- Fixed ticket #16 in the code that actually executes. :)
- Removed some dead code which caused the incorrect fix above.
- Added inital cut for the sort functionality in UI.
  Now recipes can be sorted by difficulty, name, or auction and vendor profit.
  The feature needs more polish, but it should be functional now.
------------------------------------------------------------------------
r316 | dys | 2009-08-09 19:11:50 +0000 (Sun, 09 Aug 2009) | 2 lines
Changed paths:
   M /trunk/TradeskillInfoUI/TradeskillInfoUI.xml

- Tidy up of the UI layout to get rid of an overlapping item.

------------------------------------------------------------------------
r315 | dys | 2009-08-09 13:28:17 +0000 (Sun, 09 Aug 2009) | 2 lines
Changed paths:
   M /trunk/TradeskillInfoUI/TradeskillInfoUI.lua

- Fix for table.sort weirdness.

------------------------------------------------------------------------
r314 | dys | 2009-08-09 12:24:26 +0000 (Sun, 09 Aug 2009) | 2 lines
Changed paths:
   M /trunk/TradeskillInfo.toc
   M /trunk/TradeskillInfoUI/TradeskillInfoUI.toc

- Bump version number to 1.5.0

------------------------------------------------------------------------
r313 | dys | 2009-08-09 12:22:35 +0000 (Sun, 09 Aug 2009) | 4 lines
Changed paths:
   M /trunk/TradeskillInfoUI/TradeskillInfoUI.lua
   M /trunk/TradeskillInfoUI/TradeskillInfoUI.xml
   M /trunk/TradeskillInfoUI/locale-deDE.lua
   M /trunk/TradeskillInfoUI/locale-enUS.lua
   M /trunk/TradeskillInfoUI/locale-esES.lua
   M /trunk/TradeskillInfoUI/locale-frFR.lua
   M /trunk/TradeskillInfoUI/locale-koKR.lua
   M /trunk/TradeskillInfoUI/locale-ruRU.lua
   M /trunk/TradeskillInfoUI/locale-zhCN.lua
   M /trunk/TradeskillInfoUI/locale-zhTW.lua

- Added inital cut for the sort functionality in UI.
  Now recipes can be sorted by difficulty, name, or auction and vendor profit.
  The feature needs more polish, but it should be functional now.

------------------------------------------------------------------------
r312 | dys | 2009-08-07 23:27:56 +0000 (Fri, 07 Aug 2009) | 3 lines
Changed paths:
   M /trunk/TradeskillInfoUI/TradeskillInfoUI.lua

- Fix ticket #16 in the code that actually executes. :)
- Remove some dead code.

------------------------------------------------------------------------
r311 | dys | 2009-08-07 22:48:47 +0000 (Fri, 07 Aug 2009) | 3 lines
Changed paths:
   M /trunk/TradeskillIdData.lua

- Remove "Saronite Arrow Maker" and "Ultrasafe Bullet Machine". These recipes were removed from the game.
- Fix skill required for Saronite Razorheads from 4150 to 415

------------------------------------------------------------------------
r309 | dys | 2009-08-07 20:51:41 +0000 (Fri, 07 Aug 2009) | 3 lines
Changed paths:
   M /trunk/TradeskillInfoUI/TradeskillInfoUI.lua

- Fix ticket #16 ("attempt to compare number with string")
  Thanks for the fix, CMTitan

------------------------------------------------------------------------
r308 | dys | 2009-08-07 20:46:31 +0000 (Fri, 07 Aug 2009) | 2 lines
Changed paths:
   M /trunk/TradeskillInfo.lua

- Fix an error in the ItemID/SpellID tooltip display introduced at last commit.

------------------------------------------------------------------------
r307 | dys | 2009-08-07 15:07:21 +0000 (Fri, 07 Aug 2009) | 3 lines
Changed paths:
   M /trunk/TradeskillInfo.lua
   M /trunk/locale-deDE.lua
   M /trunk/locale-enUS.lua
   M /trunk/locale-esES.lua
   M /trunk/locale-frFR.lua
   M /trunk/locale-koKR.lua
   M /trunk/locale-ruRU.lua
   M /trunk/locale-zhCN.lua
   M /trunk/locale-zhTW.lua

- Display SpellID in tooltip instead of an ItemID with negative value
when the tooltip belongs to a spell - such as an enchanting skill.

------------------------------------------------------------------------
r306 | dys | 2009-08-07 14:56:26 +0000 (Fri, 07 Aug 2009) | 3 lines
Changed paths:
   M /trunk/TradeskillIdData.lua
   M /trunk/TradeskillInfo.lua

- Fix Alchemy and inscription reasearch combines to no longer refer to incorrect filler item
- Show the spell icons obtained from the client instead of using a hard-coded icon name

------------------------------------------------------------------------
r305 | dys | 2009-08-07 14:16:13 +0000 (Fri, 07 Aug 2009) | 2 lines
Changed paths:
   M /trunk/TradeskillInfo.toc
   M /trunk/TradeskillInfoUI/TradeskillInfoUI.toc

- Bump version number to v1.4.7

------------------------------------------------------------------------
r304 | dys | 2009-08-07 14:15:23 +0000 (Fri, 07 Aug 2009) | 2 lines
Changed paths:
   M /trunk/TradeskillInfo.lua

- Fix an old bug - using an uninitialized variable. Thanks boucherty, for reporting/solving it.

------------------------------------------------------------------------
r303 | dys | 2009-08-07 14:09:34 +0000 (Fri, 07 Aug 2009) | 4 lines
Changed paths:
   M /trunk/TradeskillIdData.lua
   M /trunk/TradeskillInfo.lua

- Remove price information from components
- Use Blizzard API to learn vendor sell price of items
- Fix the errors caused by incorrect information in combines

------------------------------------------------------------------------
r301 | dys | 2009-08-06 13:49:52 +0000 (Thu, 06 Aug 2009) | 2 lines
Changed paths:
   M /trunk/TradeskillInfo.toc
   M /trunk/TradeskillInfoUI/TradeskillInfoUI.toc

- Update interface version to 30200

------------------------------------------------------------------------
r300 | dys | 2009-08-06 13:48:48 +0000 (Thu, 06 Aug 2009) | 2 lines
Changed paths:
   M /trunk/TradeskillInfo.toc
   M /trunk/TradeskillInfoUI/TradeskillInfoUI.toc

- Bump version number to 1.4.6

------------------------------------------------------------------------
r299 | dys | 2009-08-06 13:47:24 +0000 (Thu, 06 Aug 2009) | 2 lines
Changed paths:
   M /trunk/TradeskillData.lua
   M /trunk/TradeskillIdData.lua
   M /trunk/locale-deDE.lua
   M /trunk/locale-enUS.lua
   M /trunk/locale-esES.lua
   M /trunk/locale-frFR.lua
   M /trunk/locale-koKR.lua
   M /trunk/locale-ruRU.lua
   M /trunk/locale-zhCN.lua
   M /trunk/locale-zhTW.lua

- Add 3.2.0 skills, recipes and changed components from wowhead.

------------------------------------------------------------------------
r298 | dys | 2009-07-23 15:25:39 +0000 (Thu, 23 Jul 2009) | 2 lines
Changed paths:
   M /trunk/TradeskillIdData.lua

Remove Glyph of Envenom. It doesn't exist in the game.

------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
213.43 KB Aug 9, 2009 3.2.0 60