r127

Details

  • Filename
    GnomeWorks-r127.zip
  • Uploaded by
  • Uploaded
    Feb 8, 2011
  • Size
    458.02 KB
  • Downloads
    2,029
  • MD5
    61fe875f5a4b34e3e81fb6c1dc05fb07

Supported WoW Retail Versions

  • 4.0.6

Changelog

------------------------------------------------------------------------
r127 | lilsparky | 2011-02-09 00:30:04 +0000 (Wed, 09 Feb 2011) | 2 lines
Changed paths:
   M /trunk/Inventory.lua
   M /trunk/Window.lua

fix nil error in inventory purge

------------------------------------------------------------------------
r126 | lilsparky | 2011-02-08 09:06:19 +0000 (Tue, 08 Feb 2011) | 3 lines
Changed paths:
   M /trunk/Details.lua
   M /trunk/FrameHooks/Bank.lua
   M /trunk/GetTradeSkill.lua
   M /trunk/GnomeWorks.lua
   M /trunk/GnomeWorks.toc
   M /trunk/Inventory.lua
   M /trunk/MainWindow.lua
   M /trunk/PseudoTrades/CommonSkills.lua
   M /trunk/PseudoTrades/Disenchanting.lua
   M /trunk/PseudoTrades/Milling.lua
   M /trunk/PseudoTrades/Prospecting.lua
   A /trunk/PseudoTrades/ScrollMaking.lua
   M /trunk/PseudoTrades/VendorConversion.lua
   M /trunk/Queue.lua
   M /trunk/RecipeData.lua
   M /trunk/ScrollFrame.lua
   M /trunk/SkillList.lua
   M /trunk/TradeButton.lua
   M /trunk/Window.lua
   M /trunk/plugins/lsw.lua

added scroll making pseudo trade (enchanting of vellums)
cleaned up pseudotrade code

------------------------------------------------------------------------
r125 | lilsparky | 2011-02-05 08:24:16 +0000 (Sat, 05 Feb 2011) | 2 lines
Changed paths:
   M /trunk/Commands.lua
   M /trunk/GetTradeSkill.lua
   M /trunk/GnomeWorks.lua
   M /trunk/Libs/LibStagedExecution.lua
   M /trunk/MainWindow.lua
   M /trunk/RecipeData.lua
   M /trunk/ScrollFrame.lua
   M /trunk/SkillList.lua
   M /trunk/TradeButton.lua
   M /trunk/Window.lua
   M /trunk/plugins/skillUpChance.lua

added racial bonus adjustments to skill up chance and difficulty coloration
named the cell frames for debugging purposes
------------------------------------------------------------------------
r124 | lilsparky | 2011-02-03 09:30:07 +0000 (Thu, 03 Feb 2011) | 4 lines
Changed paths:
   M /trunk/FrameHooks/Bank.lua
   M /trunk/Inventory.lua
   M /trunk/SkillList.lua
   M /trunk/Window.lua

fixed nil in inventory scan
fixed profession bag usage in bank retrieval code
added simple window scaling feature in gui (shift-drag on border to scale)

------------------------------------------------------------------------
r123 | lilsparky | 2011-01-30 09:18:14 +0000 (Sun, 30 Jan 2011) | 4 lines
Changed paths:
   M /trunk/FrameHooks/AuctionHouse.lua
   M /trunk/GnomeWorks.lua
   M /trunk/GnomeWorks.toc
   M /trunk/Inventory.lua
   M /trunk/MainWindow.lua
   M /trunk/PseudoTrades/CommonSkills.lua
   M /trunk/PseudoTrades/Disenchanting.lua
   M /trunk/PseudoTrades/Milling.lua
   M /trunk/PseudoTrades/Prospecting.lua
   M /trunk/PseudoTrades/VendorConversion.lua
   M /trunk/ScrollFrame.lua
   M /trunk/SkillList.lua
   M /trunk/Window.lua
   A /trunk/plugins/overAchiever.lua

fixed bug in inventory scanning
added overacheiver support
added cooldown icon to recipes on cooldown

------------------------------------------------------------------------
r122 | lilsparky | 2011-01-28 08:08:09 +0000 (Fri, 28 Jan 2011) | 1 line
Changed paths:
   M /trunk/SkillList.lua

fixed nil in skill scanning for non-guilded toons
------------------------------------------------------------------------
r121 | Flyhard | 2011-01-27 08:35:20 +0000 (Thu, 27 Jan 2011) | 1 line
Changed paths:
   M /trunk/PseudoTrades/Milling.lua

Removed Deathspore Pod from Milling.lua since it is not implemented.
------------------------------------------------------------------------
r120 | lilsparky | 2011-01-27 08:33:18 +0000 (Thu, 27 Jan 2011) | 1 line
Changed paths:
   M /trunk/MainWindow.lua
   M /trunk/RecipeGroups.lua
   M /trunk/ScrollFrame.lua
   M /trunk/SkillList.lua

first pass of custom grouping is now live
------------------------------------------------------------------------
r119 | lilsparky | 2011-01-27 07:32:08 +0000 (Thu, 27 Jan 2011) | 4 lines
Changed paths:
   M /trunk/FrameHooks/AuctionHouse.lua
   M /trunk/FrameHooks/Bank.lua
   M /trunk/GnomeWorks.lua
   M /trunk/Inventory.lua
   M /trunk/MainWindow.lua
   M /trunk/SkillList.lua

fixed guild bank retrieval nil error
added alt guildbank tab source toggles
corrected some inventory tracking problems

------------------------------------------------------------------------
r118 | lilsparky | 2011-01-25 09:22:57 +0000 (Tue, 25 Jan 2011) | 4 lines
Changed paths:
   M /trunk/Details.lua
   M /trunk/FrameHooks/AuctionHouse.lua
   M /trunk/FrameHooks/Bank.lua
   M /trunk/Inventory.lua
   M /trunk/MainWindow.lua
   M /trunk/RecipeGroups.lua
   M /trunk/ScrollFrame.lua
   M /trunk/SkillList.lua
   M /trunk/TradeButton.lua
   M /trunk/plugins/QueueProfitable.lua
   M /trunk/plugins/lsw.lua

updated guild inventory tracking
increased time-out length for auction purchase verification
first pass of custom recipe groups (no way to move items yet or delete groups)

------------------------------------------------------------------------
r117 | lilsparky | 2011-01-23 05:12:53 +0000 (Sun, 23 Jan 2011) | 3 lines
Changed paths:
   M /trunk/Details.lua
   M /trunk/FrameHooks/Bank.lua
   M /trunk/GnomeWorks.lua
   M /trunk/MainWindow.lua
   M /trunk/RecipeGroups.lua
   M /trunk/SkillList.lua

fixed guild bank tab permission code to work for guild masters
fixed a few nil errors here and there

------------------------------------------------------------------------
r116 | lilsparky | 2011-01-21 23:39:14 +0000 (Fri, 21 Jan 2011) | 3 lines
Changed paths:
   M /trunk/FrameHooks/Bank.lua
   M /trunk/FrameHooks/Mail.lua

fixed nil error in mail and bank code

------------------------------------------------------------------------
r115 | lilsparky | 2011-01-21 23:35:35 +0000 (Fri, 21 Jan 2011) | 3 lines
Changed paths:
   M /trunk/FrameHooks/AuctionHouse.lua
   M /trunk/SkillList.lua

fixed nil error in auction code

------------------------------------------------------------------------
r114 | lilsparky | 2011-01-21 19:22:41 +0000 (Fri, 21 Jan 2011) | 3 lines
Changed paths:
   M /trunk/GnomeWorks.lua

fixed further errors with my drycode fix... sigh

------------------------------------------------------------------------
r113 | lilsparky | 2011-01-21 19:04:31 +0000 (Fri, 21 Jan 2011) | 4 lines
Changed paths:
   M /trunk/FrameHooks/AuctionHouse.lua
   M /trunk/GnomeWorks.lua
   M /trunk/SkillList.lua

drycoded fix for viewing other's tradeskills
drycoded fix for ah scan nil error
drycoded fix for rev version reporting

------------------------------------------------------------------------
r112 | lilsparky | 2011-01-20 19:41:15 +0000 (Thu, 20 Jan 2011) | 4 lines
Changed paths:
   M /trunk/FrameHooks/Bank.lua
   M /trunk/MainWindow.lua

fixed typo in bank collection routine
fixed sorting on craftable column
(both drycoded fixes)

------------------------------------------------------------------------
r111 | lilsparky | 2011-01-20 09:36:59 +0000 (Thu, 20 Jan 2011) | 5 lines
Changed paths:
   M /trunk/API.lua
   M /trunk/Commands.lua
   M /trunk/Details.lua
   M /trunk/FrameHooks/AuctionHouse.lua
   M /trunk/FrameHooks/Bank.lua
   M /trunk/FrameHooks/Mail.lua
   M /trunk/FrameHooks/Trainer.lua
   M /trunk/FrameHooks/Vendor.lua
   M /trunk/GnomeWorks.lua
   M /trunk/Inventory.lua
   M /trunk/MainWindow.lua
   M /trunk/MessageDispatch.lua
   M /trunk/PseudoTrades/Milling.lua
   M /trunk/Queue.lua
   M /trunk/RecipeData.lua
   M /trunk/ScrollFrame.lua
   M /trunk/ShoppingList.lua
   M /trunk/SkillList.lua
   M /trunk/plugins/QueueProfitable.lua

completely re-worked the inventory system
guilds are now tab aware
inventory modules can be enabled/disabled
now tracks personal auctions of items (as "sales")

------------------------------------------------------------------------
r110 | lilsparky | 2011-01-11 02:05:14 +0000 (Tue, 11 Jan 2011) | 1 line
Changed paths:
   M /trunk/Details.lua
   M /trunk/FrameHooks/AuctionHouse.lua
   M /trunk/MainWindow.lua
   M /trunk/MessageDispatch.lua
   M /trunk/PseudoTrades/VendorConversion.lua
   M /trunk/Queue.lua
   M /trunk/ShoppingList.lua
   M /trunk/SkillList.lua

finer detail in dispatch table (for debugging purposes)
------------------------------------------------------------------------
r109 | lilsparky | 2011-01-10 10:16:54 +0000 (Mon, 10 Jan 2011) | 2 lines
Changed paths:
   A /trunk/MessageDispatch.lua

added missing lua file

------------------------------------------------------------------------
r108 | lilsparky | 2011-01-10 08:58:09 +0000 (Mon, 10 Jan 2011) | 3 lines
Changed paths:
   M /trunk/API.lua
   M /trunk/Commands.lua
   M /trunk/Details.lua
   M /trunk/FrameHooks/AuctionHouse.lua
   M /trunk/GnomeWorks.lua
   M /trunk/GnomeWorks.toc
   M /trunk/Inventory.lua
   M /trunk/MainWindow.lua
   M /trunk/PseudoTrades/CommonSkills.lua
   M /trunk/PseudoTrades/Disenchanting.lua
   M /trunk/PseudoTrades/Milling.lua
   M /trunk/PseudoTrades/Prospecting.lua
   M /trunk/PseudoTrades/VendorConversion.lua
   M /trunk/Queue.lua
   M /trunk/RecipeGroups.lua
   M /trunk/ScrollFrame.lua
   M /trunk/ShoppingList.lua
   M /trunk/SkillList.lua
   M /trunk/Window.lua

adjusted internal message passing system
added message passing debug tool to assist in performance tuning (/gw debug)

------------------------------------------------------------------------
r107 | lilsparky | 2011-01-09 05:01:37 +0000 (Sun, 09 Jan 2011) | 3 lines
Changed paths:
   M /trunk/FrameHooks/AuctionHouse.lua
   M /trunk/Inventory.lua

fixed auctioneer conflicts with gw auction frame (i think)
fixed bag scan invData nil error

------------------------------------------------------------------------
r106 | lilsparky | 2011-01-07 08:48:32 +0000 (Fri, 07 Jan 2011) | 3 lines
Changed paths:
   M /trunk/Inventory.lua
   M /trunk/Queue.lua

added automatic bag scan throttle when in a crafting cycle
inventory scans caused by bag events should be significantly faster

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

Additional Files

Type Name Size Uploaded Game Version Downloads
313.83 KB Feb 8, 2011 4.0.6 64