r609
Details
-
FilenameArkInventory-r609.zip
-
Uploaded by
-
UploadedOct 21, 2016
-
Size1.17 MB
-
Downloads791
-
MD582694598c29c6b58332b6140d90705d4
Supported WoW Retail Versions
- 7.0.3
Changelog
------------------------------------------------------------------------
r609 | arkayenro | 2016-10-21 08:47:19 +0000 (Fri, 21 Oct 2016) | 5 lines
Changed paths:
M /trunk/ArkInventory.lua
M /trunk/ArkInventory.toc
M /trunk/ArkInventory.xml
M /trunk/ArkInventoryConst.lua
M /trunk/ArkInventoryStorage.lua
M /trunk/ArkInventoryTooltip.lua
M /trunk/Locale/enUS.lua
M /trunk/Locale/game.lua
M /trunk/Modules/ArkInventoryRules/ArkInventoryRules.lua
M /trunk/VersionHistory.txt
*3.07.16 (21-OCT-2016)*
* fixed - issue with regex matching against some of the globalstrings that contain special regex characters
* fixed - issue with sorting by id as id was not a zero padded in the string
* fixed - issue where the window would recalculate whenever leaving combat
------------------------------------------------------------------------
r607 | arkayenro | 2016-10-01 22:38:50 +0000 (Sat, 01 Oct 2016) | 3 lines
Changed paths:
M /trunk/ArkInventory.toc
M /trunk/Modules/ArkInventoryRules/ArkInventoryRules.lua
M /trunk/VersionHistory.txt
*3.07.15 (02-OCT-2016)*
* fixed - rule function: itemstring
------------------------------------------------------------------------
r605 | arkayenro | 2016-10-01 12:08:17 +0000 (Sat, 01 Oct 2016) | 9 lines
Changed paths:
M /trunk/ArkInventory.lua
M /trunk/ArkInventory.toc
M /trunk/ArkInventory.xml
M /trunk/ArkInventoryJunk.lua
M /trunk/ArkInventoryMenu.lua
M /trunk/ArkInventoryRestack.lua
M /trunk/ArkInventoryStorage.lua
M /trunk/ArkInventoryTooltip.lua
M /trunk/ArkInventoryTranslate.lua
M /trunk/Locale/enUS.lua
M /trunk/Locale/game.lua
M /trunk/Modules/ArkInventoryRules/ArkInventoryRules.lua
M /trunk/VersionHistory.txt
*3.07.14 (01-OCT-2016)*
* fixed - issue with sell junk notification not always displaying
* fixed - issue with sort category equip location
* fixed - issue with artifact power items not getting categorised properly when colorblind mode is enabled
* removed - rule function: id()
* added - rule function: itemstring()
* added - sorting: slot type
* fixed - restack function should no longer be able to stall, should also not lock up the game while it does it
------------------------------------------------------------------------
r603 | arkayenro | 2016-09-25 23:47:48 +0000 (Sun, 25 Sep 2016) | 3 lines
Changed paths:
M /trunk/ArkInventory.toc
M /trunk/VersionHistory.txt
*3.07.13 (26-SEP-2016)*
* fixed - removed debug output
------------------------------------------------------------------------
r601 | arkayenro | 2016-09-25 23:26:50 +0000 (Sun, 25 Sep 2016) | 7 lines
Changed paths:
M /trunk/ArkInventory.lua
M /trunk/ArkInventory.toc
M /trunk/ArkInventory.xml
M /trunk/ArkInventoryCollectionPet.lua
M /trunk/ArkInventoryJunk.lua
M /trunk/ArkInventoryRestack.lua
M /trunk/ArkInventoryStorage.lua
M /trunk/Locale/deDE.lua
M /trunk/Locale/enUS.lua
M /trunk/Locale/esES.lua
M /trunk/Locale/esMX.lua
M /trunk/Locale/frFR.lua
M /trunk/Locale/itIT.lua
M /trunk/Locale/koKR.lua
M /trunk/Locale/ptBR.lua
M /trunk/Locale/ruRU.lua
M /trunk/Locale/zhCN.lua
M /trunk/Locale/zhTW.lua
M /trunk/VersionHistory.txt
*3.07.12 (xx-SEP-2016)*
* changed - co-routine code rewritten to remove the possibility of item updates in between a yield/resume being ignored (redraws may now take longer to complete under some circumstances)
* changed - bag rescan timer for zero slot bug lowered from 10 to 2 seconds
* fixed - objectstringdecode function to handle new itemstring format
* fixed - issue with restack code and positioning of profession bags
* changed - sell junk also displays number if items destroyed (if any)
------------------------------------------------------------------------
r599 | arkayenro | 2016-09-23 22:51:59 +0000 (Fri, 23 Sep 2016) | 5 lines
Changed paths:
M /trunk/ArkInventory.lua
M /trunk/ArkInventory.toc
M /trunk/ArkInventoryCompanion.lua
M /trunk/ArkInventoryMenu.lua
M /trunk/ArkInventoryStorage.lua
M /trunk/ArkInventoryTooltip.lua
M /trunk/Locale/game.lua
M /trunk/VersionHistory.txt
*3.07.11 (24-SEP-2016)*
* fixed - item counts restored for currency and spell (mount) objects
* fixed - typo in objectstringdecode function for bonusids3
* fixed (maybe) - issue with artifact power items in zhCN locale
------------------------------------------------------------------------
r597 | arkayenro | 2016-09-23 10:34:39 +0000 (Fri, 23 Sep 2016) | 3 lines
Changed paths:
M /trunk/ArkInventory.toc
M /trunk/ArkInventoryStorage.lua
M /trunk/VersionHistory.txt
*3.07.10 (23-SEP-2016)*
* fixed - issue with inconsistent hyperlinks causing an error
------------------------------------------------------------------------
r595 | arkayenro | 2016-09-23 00:44:09 +0000 (Fri, 23 Sep 2016) | 5 lines
Changed paths:
M /trunk/ArkInventory.lua
M /trunk/ArkInventory.toc
M /trunk/ArkInventoryJunk.lua
M /trunk/ArkInventoryStorage.lua
M /trunk/ArkInventoryTooltip.lua
M /trunk/Modules/ArkInventoryRules/ArkInventoryRules.lua
M /trunk/VersionHistory.txt
*3.07.09 (23-SEP-2016)*
* fixed - issue with type() rule function
* workaround - issue with i being nil when getting assigned category. still need to work out the cause
* fixed - item counts should only be added to tooltips for items
------------------------------------------------------------------------
r593 | arkayenro | 2016-09-22 13:39:56 +0000 (Thu, 22 Sep 2016) | 11 lines
Changed paths:
M /trunk/ArkInventory.lua
M /trunk/ArkInventory.toc
M /trunk/ArkInventoryCollectionHeirloom.lua
M /trunk/ArkInventoryCompanion.lua
M /trunk/ArkInventoryConfig.lua
M /trunk/ArkInventoryConst.lua
M /trunk/ArkInventoryJunk.lua
M /trunk/ArkInventoryLDB.lua
M /trunk/ArkInventoryMenu.lua
M /trunk/ArkInventoryRestack.lua
M /trunk/ArkInventoryStorage.lua
M /trunk/ArkInventoryTooltip.lua
M /trunk/ArkInventoryUpgrades.lua
M /trunk/Locale/enUS.lua
M /trunk/Modules/ArkInventoryRules/ArkInventoryRules.lua
M /trunk/Modules/ArkInventoryRules/ArkInventoryRules.xml
M /trunk/Modules/ArkInventorySearch/ArkInventorySearch.lua
M /trunk/VersionHistory.txt
*3.07.08 (22-SEP-2016)*
* note - all item data has been erased. please login to each character to update its data
* changed - items that end up assigned to the default category now have that assignment cached to speed up display.
* changed - rules should use slightly less cpu. should be more noticable if you have a lot of rules
* changed - starlight rose dust should now have a default category of system > quest
* fixed - creeping carpet set to ground mount
* fixed - errors inside coroutines should now display (the ones where the bag window is usually just black, or partially built)
* added - rule variables. rules can now access most of the item information directly via the i, osd and info variables (see wiki for details)
* changed - sell junk function now only sells items assigned to the system > junk category. if you have a grey item you dont want sold just assign it to another category. if you have non grey items you want auto sold then assign them to the system > junk category. deletion of non sellable greens (or higher) may still prompt for confirmation
* fixed - issue with item counts not getting added to some types of links (mostly the tradeskill ones)
------------------------------------------------------------------------