File Details
1.71 release
- R
- Aug 22, 2011
- 20.70 KB
- 2.2K
- 4.2.0
- Retail
File Name
smartloot-1.71_release.zip
Supported Versions
- 4.2.0
------------------------------------------------------------------------
r32 | doug65536 | 2011-08-22 13:13:43 +0000 (Mon, 22 Aug 2011) | 1 line
Changed paths:
A /tags/1.71 release (from /trunk:31)
Tagging as 1.71 release
------------------------------------------------------------------------
r31 | doug65536 | 2011-08-22 13:12:54 +0000 (Mon, 22 Aug 2011) | 4 lines
Changed paths:
M /trunk/SmartLoot.lua
M /trunk/SmartLoot.toc
M /trunk/SmartLoot.xml
M /trunk/SmartLootConfigForm.lua
M /trunk/SmartLootConfigForm.xml
- Added GPL license to source code
- Fixed issue with cloaks and armor specialization
- Did some of the initial work to enable auto-sell of soulbound items that are no good (but won't do anything yet unless you enter some console commands to set new configuration variables)
------------------------------------------------------------------------
r29 | doug65536 | 2011-08-22 08:29:32 +0000 (Mon, 22 Aug 2011) | 13 lines
Changed paths:
M /trunk/SmartLoot.lua
M /trunk/SmartLoot.toc
M /trunk/SmartLootConfigForm.lua
M /trunk/SmartLootConfigForm.xml
- Upped to version 1.7. New configuration options: armor specialization, tell me why.
- Added tooltips to configuration dialog to hopefully make it easier to understand.
- Made some minor changes in configuration dialog to hopefully make it less confusing.
- Fixed major bug for feral combat druids that caused constant Lua errors
- Added protection against autorolling on crafting recipes and pets. Now will only auto-roll for weapons and armor.
- Added armor specialization. Now has the option of auto-rolling on gear based on composition that isn't ideal for your class (for example, plate is ideal for paladins)
- Now builds a list of reasons why an action was taken, and optionally shows them in a chat window when a rolling decision is made
- Catches player level up events to properly track armor specializations.
- Removed some unused information from the class lookup tables to save some memory
- Added a self test facility that scans the entire auction house and pretends that item dropped. Passed a 24000+ item test with no Lua errors.
- Removed some unnecessary text objects in config dialog, might save a tiny bit of memory.
------------------------------------------------------------------------
r28 | doug65536 | 2011-08-20 07:31:19 +0000 (Sat, 20 Aug 2011) | 5 lines
Changed paths:
M /trunk/SmartLoot.lua
M /trunk/SmartLootConfigForm.lua
- Fix bug that was causing endless talent updating for feral combat druids
- Made automatic unwanted mode automatically recalculate if the player changes specs
- Made new table "player" in addon data structure to encapsulate player information
- Added function to recursively compare two tables
------------------------------------------------------------------------
r21 | doug65536 | 2011-08-06 00:58:11 +0000 (Sat, 06 Aug 2011) | 2 lines
Changed paths:
M /trunk/SmartLoot.toc
- Updated version to 1.6
------------------------------------------------------------------------
r20 | doug65536 | 2011-08-05 23:39:39 +0000 (Fri, 05 Aug 2011) | 10 lines
Changed paths:
M /trunk/SmartLoot.lua
M /trunk/SmartLootConfigForm.lua
M /trunk/SmartLootConfigForm.xml
- Fixed major bug in tooltip scanner where if there was an unusable item, and the next item scanned doesn't have text there, then the object still is detected as being unusable even though there isn't any text
- Improved customizability, more automation for multiple specs
- Added dumpsettings command line command
- Show version number on startup
- Cleaned up handling of talent data
- Fixed non-stop talent updates for players with no talents
- Removed repetitive code in config dialog and replaced with table driven implementations
- Refactored handling of multiple specs to shared talent merge function
- Added automatic talent tracking and semi-automatic settings based on selected specs, and fully custom unwanted spec mode
------------------------------------------------------------------------
r18 | doug65536 | 2011-08-04 02:01:31 +0000 (Thu, 04 Aug 2011) | 7 lines
Changed paths:
M /trunk/SmartLoot.lua
M /trunk/SmartLoot.toc
M /trunk/SmartLoot.wowsln
M /trunk/SmartLootConfigForm.lua
M /trunk/SmartLootConfigForm.xml
- Fixed bug with detection of items you can't wear (example: wand on warrior), before fix it worked right the first time and subsequently detected all items were usable
- Cleaned up parameter processing code
- Updated author name in .toc file
- Added some logic to make sure that OnUpdate event won't fire forever
- Removed some unused code
- Added option to print SmartLoot CPU and memory usage
------------------------------------------------------------------------
r16 | ackis | 2011-08-03 22:06:27 +0000 (Wed, 03 Aug 2011) | 1 line
Changed paths:
M /trunk/SmartLoot.toc
Update ToC and Version number.
------------------------------------------------------------------------
r15 | ackis | 2011-08-03 22:04:47 +0000 (Wed, 03 Aug 2011) | 1 line
Changed paths:
D /trunk/SmartLoot
A /trunk/SmartLoot.lua (from /trunk/SmartLoot/SmartLoot.lua:14
A /trunk/SmartLoot.toc (from /trunk/SmartLoot/SmartLoot.toc:14
A /trunk/SmartLoot.wowproj (from /trunk/SmartLoot/SmartLoot.wowproj:14
A /trunk/SmartLoot.xml (from /trunk/SmartLoot/SmartLoot.xml:14
A /trunk/SmartLootConfigForm.lua (from /trunk/SmartLoot/SmartLootConfigForm.lua:14
A /trunk/SmartLootConfigForm.xml (from /trunk/SmartLoot/SmartLootConfigForm.xml:14
Remove second .pkgmeta, move files to trunk.
------------------------------------------------------------------------
r14 | ackis | 2011-08-03 22:01:02 +0000 (Wed, 03 Aug 2011) | 1 line
Changed paths:
M /trunk/.pkgmeta
Fixing .pkgmeta
------------------------------------------------------------------------
r13 | doug65536 | 2011-08-03 22:00:08 +0000 (Wed, 03 Aug 2011) | 2 lines
Changed paths:
M /trunk/SmartLoot/SmartLoot.lua
- Fixed issue with unusable items not being autorolled (example is a wand on a druid)
------------------------------------------------------------------------
r12 | doug65536 | 2011-08-03 20:56:06 +0000 (Wed, 03 Aug 2011) | 2 lines
Changed paths:
M /trunk/SmartLoot/.pkgmeta
- Trying to fix problem with packager
------------------------------------------------------------------------
r11 | doug65536 | 2011-08-03 20:40:37 +0000 (Wed, 03 Aug 2011) | 3 lines
Changed paths:
M /trunk/SmartLoot/.pkgmeta
M /trunk/SmartLoot/SmartLoot.lua
M /trunk/SmartLoot/SmartLoot.wowproj
M /trunk/SmartLoot/SmartLootConfigForm.xml
- Enabled settings window to be moved with mouse
- Changes in .pkgmeta to try to solve problems with packager
------------------------------------------------------------------------
r10 | doug65536 | 2011-08-03 07:24:15 +0000 (Wed, 03 Aug 2011) | 2 lines
Changed paths:
M /trunk/SmartLoot/.pkgmeta
Change pkgmeta to fix directory structure
------------------------------------------------------------------------
r9 | doug65536 | 2011-08-03 07:14:50 +0000 (Wed, 03 Aug 2011) | 2 lines
Changed paths:
A /trunk/SmartLoot/.pkgmeta
- Change packager to flatten the directory structure by one level
------------------------------------------------------------------------
r6 | doug65536 | 2011-08-03 03:00:32 +0000 (Wed, 03 Aug 2011) | 4 lines
Changed paths:
M /trunk/SmartLoot/SmartLoot.lua
- Fixed incorrect unwanted stats for enhancement shaman
- Added new type for ranged agility dps, previously used same as rogue, now expertise is unwanted stat for hunter.
- Fixed problem in beta where zoning or changing specs would cause all rolling decisions to fail
------------------------------------------------------------------------
r4 | doug65536 | 2011-08-02 22:21:43 +0000 (Tue, 02 Aug 2011) | 5 lines
Changed paths:
M /trunk/SmartLoot/SmartLoot.lua
M /trunk/SmartLoot/SmartLootConfigForm.lua
M /trunk/SmartLoot/SmartLootConfigForm.xml
- Added configuration UI so you can customize each unwanted stat
- Added auto-set UI buttons to automatically set unwanted stats for single or dual spec
- Cleaned up some globals
- Cleaned up initialization to better handle talent APIs not being available immediately when entering world
------------------------------------------------------------------------
r3 | doug65536 | 2011-08-01 17:14:24 +0000 (Mon, 01 Aug 2011) | 3 lines
Changed paths:
A /trunk/.pkgmeta
Add .pkgmeta file
------------------------------------------------------------------------
r2 | doug65536 | 2011-08-01 16:44:39 +0000 (Mon, 01 Aug 2011) | 3 lines
Changed paths:
A /trunk/SmartLoot
A /trunk/SmartLoot/SmartLoot.lua
A /trunk/SmartLoot/SmartLoot.toc
A /trunk/SmartLoot/SmartLoot.wowproj
A /trunk/SmartLoot/SmartLoot.xml
A /trunk/SmartLoot/SmartLootConfigForm.lua
A /trunk/SmartLoot/SmartLootConfigForm.xml
A /trunk/SmartLoot.wowsln
Initial checkin.
------------------------------------------------------------------------
r1 | root | 2011-08-01 16:21:04 +0000 (Mon, 01 Aug 2011) | 1 line
Changed paths:
A /branches
A /tags
A /trunk
"smartloot/mainline: Initial Import"
------------------------------------------------------------------------