Skillet-r55641-nolib

Details

  • Filename
    Skillet-r55641-nolib.zip
  • Uploaded by
  • Uploaded
    Nov 21, 2007
  • Size
    110.76 KB
  • Downloads
    250
  • MD5
    05b6b1074d66ddb822370a8bab9892fd

Supported WoW Retail Versions

  • 2.3.3

Changelog

------------------------------------------------------------------------
r55641 | nogudnik | 2007-11-21 16:53:23 -0500 (Wed, 21 Nov 2007) | 4 lines
Changed paths:
   M /trunk/Skillet/UI/MainFrame.lua

Skillet:
  - Call SelectTradeSkill for those mods that expect
    GetTradeSkillSelectionIndex to return something sane.

------------------------------------------------------------------------
r55631 | nogudnik | 2007-11-21 15:50:28 -0500 (Wed, 21 Nov 2007) | 3 lines
Changed paths:
   M /trunk/Skillet/ThirdPartyHooks.lua
   M /trunk/Skillet/UI/MainFrame.lua
   M /trunk/Skillet/description.txt

Skillet:
  - SKL-54: Handle adding third party buttons more than once.

------------------------------------------------------------------------
r55629 | nogudnik | 2007-11-21 14:58:16 -0500 (Wed, 21 Nov 2007) | 3 lines
Changed paths:
   M /trunk/Skillet
   M /trunk/Skillet/Skillet.toc
   M /trunk/Skillet/SkilletStitch-1.1.lua
   M /trunk/Skillet/description.txt
   M /trunk/Skillet/embeds.xml

Skillet:
  - SKL-53: Upgraded the embedded periodic table to LibPeriodicTable-3.1

------------------------------------------------------------------------
r55627 | nogudnik | 2007-11-21 14:46:00 -0500 (Wed, 21 Nov 2007) | 5 lines
Changed paths:
   M /trunk/Skillet/UI/ShoppingList.lua

Skillet:
  - SKL-44: We now check to make sure the bag we try an
    put items in has space and is not a special (ammo, hearb, etc)
    bag.

------------------------------------------------------------------------
r55301 | nogudnik | 2007-11-18 12:45:14 -0500 (Sun, 18 Nov 2007) | 5 lines
Changed paths:
   M /trunk/Skillet/SkilletQueue.lua

Skillet:
  - When looking to see if reagents can be crafted, check created
    item links, not recipe names. The name of a recipe is often not
    the same as the produced item.

------------------------------------------------------------------------
r55300 | nogudnik | 2007-11-18 12:23:30 -0500 (Sun, 18 Nov 2007) | 4 lines
Changed paths:
   A /trunk/Skillet/Locale/Locale-frFR.lua
   M /trunk/Skillet/Skillet.lua
   M /trunk/Skillet/Skillet.toc
   M /trunk/Skillet/description.txt

Skillet:
  - Added French localization (courtesy of tazmanyak)
  - Fixed nil pointer bug when closing the window.

------------------------------------------------------------------------
r55090 | kergoth | 2007-11-16 23:48:16 -0500 (Fri, 16 Nov 2007) | 1 line
Changed paths:
   M /trunk/Skillet/LibPossessions.lua

Skillet: LibPossessions: Bagnon_Forever support.
------------------------------------------------------------------------
r54727 | nogudnik | 2007-11-14 19:05:30 -0500 (Wed, 14 Nov 2007) | 4 lines
Changed paths:
   M /trunk/Skillet/Skillet.lua
   M /trunk/Skillet/UI/MerchantWindow.lua

Skillet:
 - SKL-42: Remove the vendor buy button from the merchant
   frame after all items have been purchased.

------------------------------------------------------------------------
r54722 | nogudnik | 2007-11-14 18:28:30 -0500 (Wed, 14 Nov 2007) | 3 lines
Changed paths:
   M /trunk/Skillet/Skillet.lua
   M /trunk/Skillet/Skillet.toc
   M /trunk/Skillet/SkilletStitch-1.1.lua
   M /trunk/Skillet/ThirdPartyHooks.lua
   A /trunk/Skillet/TradeskillInfo.lua
   M /trunk/Skillet/description.txt

Skillet:
 - SKL-36, SKL-37: Started implementation of the skill query API

------------------------------------------------------------------------
r54524 | nogudnik | 2007-11-13 14:02:37 -0500 (Tue, 13 Nov 2007) | 3 lines
Changed paths:
   M /trunk/Skillet/Skillet.toc

Skillet:
 - updated .toc to 20300 for patch 2.3.0

------------------------------------------------------------------------
r54408 | kuja | 2007-11-12 14:20:25 -0500 (Mon, 12 Nov 2007) | 2 lines
Changed paths:
   M /trunk/Skillet/Locale/Locale-deDE.lua

Skillet:
- deDE update
------------------------------------------------------------------------
r54065 | yhwh | 2007-11-06 18:56:47 -0500 (Tue, 06 Nov 2007) | 3 lines
Changed paths:
   M /trunk/Skillet/Locale/Locale-zhCN.lua

Skillet:
- update zhCN localization

------------------------------------------------------------------------
r54044 | mcc | 2007-11-06 15:04:51 -0500 (Tue, 06 Nov 2007) | 3 lines
Changed paths:
   M /trunk/Skillet/Locale/Locale-zhTW.lua

Skillet:
-update Locale zhTW

------------------------------------------------------------------------
r53919 | next96 | 2007-11-05 00:59:03 -0500 (Mon, 05 Nov 2007) | 3 lines
Changed paths:
   M /trunk/Skillet/Locale/Locale-koKR.lua

Skillet:
- Update locale koKR

------------------------------------------------------------------------
r53880 | nogudnik | 2007-11-04 14:51:51 -0500 (Sun, 04 Nov 2007) | 5 lines
Changed paths:
   M /trunk/Skillet
   A /trunk/Skillet/LibPossessions.lua
   M /trunk/Skillet/Locale/Locale-deDE.lua
   M /trunk/Skillet/Locale/Locale-enUS.lua
   M /trunk/Skillet/Locale/Locale-koKR.lua
   M /trunk/Skillet/Locale/Locale-zhCN.lua
   M /trunk/Skillet/Locale/Locale-zhTW.lua
   M /trunk/Skillet/Skillet.lua
   M /trunk/Skillet/Skillet.toc
   M /trunk/Skillet/SkilletStitch-1.1.lua
   M /trunk/Skillet/ThirdPartyHooks.lua
   M /trunk/Skillet/UI/MainFrame.lua
   M /trunk/Skillet/UI/Utils.lua
   M /trunk/Skillet/description.txt
   M /trunk/Skillet/embeds.xml

Skillet:
 - SKL-4: Added tracking inventory on alternate characters. Requires a
   supported inventory tracking mob.
   (N.B.: LibPossessions is not ready for general use)

------------------------------------------------------------------------
r53841 | nogudnik | 2007-11-03 22:35:49 -0400 (Sat, 03 Nov 2007) | 4 lines
Changed paths:
   M /trunk/Skillet/UI/ShoppingList.lua

Skillet:
  - Fixed bug reteiving items from the bank when more
    than 1 stack is needed.

------------------------------------------------------------------------
r53614 | nogudnik | 2007-10-31 23:32:32 -0400 (Wed, 31 Oct 2007) | 5 lines
Changed paths:
   M /trunk/Skillet/SkilletQueue.lua

Skillet:
  - SKL-20: When recursively searching for reagents needed to create
    the currently queued item, restrict the search to exact name
    matches only.

------------------------------------------------------------------------
r53612 | nogudnik | 2007-10-31 23:05:31 -0400 (Wed, 31 Oct 2007) | 4 lines
Changed paths:
   M /trunk/Skillet/UI/MainFrame.lua
   M /trunk/Skillet/UI/MainFrame.xml
   M /trunk/Skillet/UI/Sorting.lua

Skillet:
 - Cleaned up the buttons used to display recipe names.
   Makes better use of space now.

------------------------------------------------------------------------
r53410 | nogudnik | 2007-10-28 21:40:28 -0400 (Sun, 28 Oct 2007) | 4 lines
Changed paths:
   M /trunk/Skillet/UI/Sorting.lua

Skillet:
  - Fixed bug with sorting. The list of recipes was being
    sorted *way* too often.

------------------------------------------------------------------------
r53356 | nogudnik | 2007-10-28 01:14:10 -0400 (Sun, 28 Oct 2007) | 5 lines
Changed paths:
   M /trunk/Skillet/UI/MainFrame.lua

Skillet:
  - Attempt to build in a workaround for SKL-38. When new recipe
    buttons are created, force their frame level to be one greater
    that their parent.

------------------------------------------------------------------------
r53352 | next96 | 2007-10-27 23:28:52 -0400 (Sat, 27 Oct 2007) | 3 lines
Changed paths:
   M /trunk/Skillet/Locale/Locale-koKR.lua

Skillet:
- Update locale koKR

------------------------------------------------------------------------
r53346 | scorpion | 2007-10-27 19:22:58 -0400 (Sat, 27 Oct 2007) | 3 lines
Changed paths:
   M /trunk/Skillet/Locale/Locale-zhCN.lua
   M /trunk/Skillet/Locale/Locale-zhTW.lua

Skillet:
- Update locale zhCN
- Update locale zhTW
------------------------------------------------------------------------
r53338 | nogudnik | 2007-10-27 18:03:38 -0400 (Sat, 27 Oct 2007) | 4 lines
Changed paths:
   M /trunk/Skillet/Locale/Locale-deDE.lua
   M /trunk/Skillet/Locale/Locale-enUS.lua
   M /trunk/Skillet/Locale/Locale-koKR.lua
   M /trunk/Skillet/Locale/Locale-zhCN.lua
   M /trunk/Skillet/Locale/Locale-zhTW.lua
   M /trunk/Skillet/Skillet.lua
   M /trunk/Skillet/UI/MainFrame.lua
   M /trunk/Skillet/UI/Sorting.lua
   M /trunk/Skillet/description.txt

Skillet:
 - SKL-17: Added colouring of item level based on its
   quality and sorting by item quality.

------------------------------------------------------------------------
r53332 | nogudnik | 2007-10-27 15:08:51 -0400 (Sat, 27 Oct 2007) | 3 lines
Changed paths:
   M /trunk/Skillet/Skillet.lua
   M /trunk/Skillet/Skillet.toc
   M /trunk/Skillet/description.txt

Skillet:
 - Version 1.9 released, now working on 1.10

------------------------------------------------------------------------
r53253 | nogudnik | 2007-10-25 22:22:28 -0400 (Thu, 25 Oct 2007) | 4 lines
Changed paths:
   M /trunk/Skillet/UI/MainFrame.lua
   M /trunk/Skillet/description.txt

Skillet:
 - SKL-32: Name searches now check recipes names *and*
   reagent names.

------------------------------------------------------------------------
r53243 | yhwh | 2007-10-25 19:48:47 -0400 (Thu, 25 Oct 2007) | 3 lines
Changed paths:
   M /trunk/Skillet/Locale/Locale-zhCN.lua

Skillet:
-updata zhCN

------------------------------------------------------------------------
r53160 | nogudnik | 2007-10-25 00:35:01 -0400 (Thu, 25 Oct 2007) | 3 lines
Changed paths:
   M /trunk/Skillet/Locale/Locale-zhTW.lua

Skillet:
  - zhTW locale update courtesy of whocare.

------------------------------------------------------------------------
r53151 | nogudnik | 2007-10-24 22:50:04 -0400 (Wed, 24 Oct 2007) | 4 lines
Changed paths:
   M /trunk/Skillet/Skillet.lua
   M /trunk/Skillet/UI/MainFrame.lua
   M /trunk/Skillet/UI/MainFrame.xml

Skillet:
 - SKL-29: Chat commands are now available even when the mod is disabled.
 - SKL-30: Code to restore Blizzard frames now called on all code paths.

------------------------------------------------------------------------
r53065 | nogudnik | 2007-10-24 01:43:22 -0400 (Wed, 24 Oct 2007) | 4 lines
Changed paths:
   M /trunk/Skillet
   M /trunk/Skillet/Locale/Locale-deDE.lua
   M /trunk/Skillet/Locale/Locale-enUS.lua
   M /trunk/Skillet/Locale/Locale-koKR.lua
   M /trunk/Skillet/Locale/Locale-zhCN.lua
   M /trunk/Skillet/Locale/Locale-zhTW.lua
   M /trunk/Skillet/UI/MainFrame.xml
   M /trunk/Skillet/UI/Sorting.lua
   M /trunk/Skillet/description.txt

Skillet:
- SKL-14: Added reverse sorting toggle. The sort direction is saved
  per-character/per-tradeskill/per-sortmethod.

------------------------------------------------------------------------
r53058 | nogudnik | 2007-10-23 23:12:37 -0400 (Tue, 23 Oct 2007) | 4 lines
Changed paths:
   M /trunk/Skillet/Skillet.lua
   M /trunk/Skillet/UI/MerchantWindow.lua
   M /trunk/Skillet/description.txt

Skillet:
 - SKL-27: The merchant buy button is now properly updated when the merchant window
   is open and the list of queued recipes is changed

------------------------------------------------------------------------
r53053 | nogudnik | 2007-10-23 22:51:25 -0400 (Tue, 23 Oct 2007) | 3 lines
Changed paths:
   M /trunk/Skillet/UI/MainFrame.lua
   M /trunk/Skillet/description.txt

Skillet:
 - SKL-23: Skillet recipe tooltip now obeys the UI scale setting

------------------------------------------------------------------------
r53051 | nogudnik | 2007-10-23 22:46:07 -0400 (Tue, 23 Oct 2007) | 4 lines
Changed paths:
   M /trunk/Skillet/Skillet.lua

Skillet:
- SKL-22: When Skillet is disabled (/skillet standby), restore the
  default trade skill window code.

------------------------------------------------------------------------
r53050 | nogudnik | 2007-10-23 22:36:58 -0400 (Tue, 23 Oct 2007) | 3 lines
Changed paths:
   D /trunk/Skillet/ChangeLog
   M /trunk/Skillet/Skillet.lua
   M /trunk/Skillet/UI/ShoppingList.lua
   M /trunk/Skillet/description.txt

Skillet:
- SKL-25: Shopping list settings are now stored per-character.

------------------------------------------------------------------------
r52929 | nogudnik | 2007-10-22 19:33:48 -0400 (Mon, 22 Oct 2007) | 3 lines
Changed paths:
   M /trunk/Skillet/UI/Sorting.lua

Skillet:
- Added more checks when sorting recipes.

------------------------------------------------------------------------
r52815 | nogudnik | 2007-10-21 16:39:22 -0400 (Sun, 21 Oct 2007) | 4 lines
Changed paths:
   M /trunk/Skillet/Skillet.lua

Skillet:
- SKL-21: Make Skillet behave pretty much the same way the default
  craft window does when EnchantingSell is enabled.

------------------------------------------------------------------------
r52757 | next96 | 2007-10-21 02:30:09 -0400 (Sun, 21 Oct 2007) | 3 lines
Changed paths:
   M /trunk/Skillet/Locale/Locale-koKR.lua

Skillet:
- Update locale koKR

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