r850-alpha
Details
-
FilenameArkInventory-r850-alpha.zip
-
Uploaded by
-
UploadedSep 5, 2019
-
Size1.22 MB
-
Downloads828
-
MD5b538133d3dbf9f24ca03ba183ec31b0b
Supported WoW Retail Versions
- 8.2.0
Supported WoW Classic Versions
- 1.13.2
Changelog
------------------------------------------------------------------------
r850 | arkayenro | 2019-09-05 08:42:53 +0000 (Thu, 05 Sep 2019) | 17 lines
Changed paths:
M /trunk/ArkInventory.lua
M /trunk/ArkInventory.toc
M /trunk/ArkInventoryClient.lua
M /trunk/ArkInventoryConfig.lua
M /trunk/ArkInventoryConst.lua
M /trunk/ArkInventoryMenu.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/game.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/Modules/ArkInventoryConfig/ArkInventoryConfig.lua
M /trunk/Modules/ArkInventoryRules/ArkInventoryRules.lua
M /trunk/Modules/ArkInventoryRules/ArkInventoryRules.xml
M /trunk/VersionHistory.txt
*3.09.00 (xx-xxx-2019)*
* changed - classic and retail code streams merged so it works on both clients. classic config will need to be setup again (or just copy the savedvaraibles file from the retail client)
* changed - restack, change character, wearing location, icons to work in classic
* changed - selecting or deselecting travel form as a mount option no longer requires a reload to become active
* fixed - errors due to characters from other clients (if you copied the saved variable file)
* fixed - restack bag ignore options
* fixed - (classic) transmog issue
* fixed - (classic) item debug menu
* fixed - (classic) restack not filling up quivers/ammo bags from full stacks in normal bags (needs more testing)
* fixed - (classic) issue with guns being INVTYPE_RANGEDRIGHT (which doesnt seem to exist) instead of INVTYPE_RANGED
* fixed - (classic) cleanup options removed and it will revert to restack
* fixed = (classic) restack code
* fixed - soul bags should now be recognised
* fixed - categories should all be localised
* fixed - (classic) item default category assignments should be a bit better
* note - you will need to log into each character before you can see their offline data again (just login, you dont have to access the bank or other locations)
------------------------------------------------------------------------
r849 | arkayenro | 2019-09-04 22:56:16 +0000 (Wed, 04 Sep 2019) | 15 lines
Changed paths:
M /trunk/ArkInventory.lua
M /trunk/ArkInventory.toc
M /trunk/ArkInventoryRestack.lua
M /trunk/ArkInventoryStorage.lua
M /trunk/VersionHistory.txt
*3.09.00 (xx-xxx-2019)*
* changed - classic and retail code streams merged so it works on both clients. classic config will need to be setup again (or just copy the savedvaraibles file from the retail client)
* changed - restack, change character, wearing location, icons to work in classic
* changed - selecting or deselecting travel form as a mount option no longer requires a reload to become active
* fixed - errors due to characters from other clients (if you copied the saved variable file)
* fixed - restack bag ignore options
* fixed - (classic) transmog issue
* fixed - (classic) item debug menu
* fixed - (classic) restack not filling up quivers/ammo bags from full stacks in normal bags (needs more testing)
* fixed - (classic) issue with guns being INVTYPE_RANGEDRIGHT (which doesnt seem to exist) instead of INVTYPE_RANGED
* fixed - (classic) cleanup options removed and it will revert to restack
* fixed = (classic) restack code
* fixed - soul bags should now be recognised
* note - you will need to log into each character before you can see their offline data again (just login, you dont have to access the bank or other locations)
------------------------------------------------------------------------
r848 | arkayenro | 2019-09-04 14:20:59 +0000 (Wed, 04 Sep 2019) | 13 lines
Changed paths:
M /trunk/ArkInventory.toc
M /trunk/ArkInventoryRestack.lua
*3.09.00 (xx-xxx-2019)*
* changed - classic and retail code streams merged so it works on both clients. classic config will need to be setup again (or just copy the savedvaraibles file from the retail client)
* changed - restack, change character, wearing location, icons to work in classic
* changed - selecting or deselecting travel form as a mount option no longer requires a reload to become active
* fixed - errors due to characters from other clients (if you copied the saved variable file)
* fixed - restack bag ignore options
* fixed - (classic) transmog issue
* fixed - (classic) item debug menu
* fixed - (classic) restack not filling up quivers/ammo bags from full stacks in normal bags (needs more testing)
* fixed - (classic) issue with guns being INVTYPE_RANGEDRIGHT (which doesnt seem to exist) instead of INVTYPE_RANGED
* fixed = restack code
* note - you will need to log into each character before you can see their offline data again (just login, you dont have to access the bank or other locations)
------------------------------------------------------------------------
r847 | arkayenro | 2019-09-03 11:37:54 +0000 (Tue, 03 Sep 2019) | 13 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/ArkInventory.lua
M /trunk/ArkInventory.toc
M /trunk/ArkInventory.xml
M /trunk/ArkInventoryConst.lua
M /trunk/ArkInventoryMailbox.lua
M /trunk/ArkInventoryRestack.lua
M /trunk/ArkInventoryStorage.lua
M /trunk/Bindings.xml
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/game.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/Modules/ArkInventoryConfig/ArkInventoryConfig.lua
M /trunk/ReadMe.txt
M /trunk/VersionHistory.txt
*3.09.00 (xx-xxx-2019)*
* changed - classic and retail code streams merged so it works on both clients. classic config will need to be setup again (or just copy the savedvaraibles file from the retail client)
* changed - restack, change character, wearing location, icons to work in classic
* changed - selecting or deselecting travel form as a mount option no longer requires a reload to become active
* fixed - errors due to characters from other clients (if you copied the saved variable file)
* fixed - restack bag ignore options
* fixed - (classic) transmog issue
* fixed - (classic) item debug menu
* fixed - (classic) restack not filling up quivers/ammo bags from full stacks in normal bags (needs more testing)
* fixed - (classic) issue with guns being INVTYPE_RANGEDRIGHT (which doesnt seem to exist) instead of INVTYPE_RANGED
* fixed = restack code
* note - you will need to log into each character before you can see their offline data again (just login, you dont have to access the bank or other locations)
------------------------------------------------------------------------
r846 | arkayenro | 2019-09-02 08:35:42 +0000 (Mon, 02 Sep 2019) | 1 line
Changed paths:
M /trunk/.pkgmeta
M /trunk/ArkInventory.toc
M /trunk/ArkInventoryMenu.lua
M /trunk/ArkInventoryRestack.lua
M /trunk/Modules/ArkInventoryRules/ArkInventoryRules.lua
M /trunk/ReadMe.txt
M /trunk/VersionHistory.txt
------------------------------------------------------------------------
r845 | arkayenro | 2019-09-01 23:34:17 +0000 (Sun, 01 Sep 2019) | 9 lines
Changed paths:
M /trunk/ArkInventory.lua
M /trunk/ArkInventory.toc
M /trunk/ArkInventoryMenu.lua
M /trunk/ArkInventoryStorage.lua
M /trunk/VersionHistory.txt
*3.09.00 (xx-xxx-2019)*
* changed - classic and retail code streams merged so it works on both clients. classic config will need to be setup again (or just copy the savedvaraibles file from the retail client)
* changed - restack, change character, wearing location, icons to work in classic
* changed - selecting or deselecting travel form as a mount option no longer requires a reload to become active
* fixed - errors due to characters from other clients (if you copied the saved variable file)
* fixed - restack bag ignore options
* fixed - (classic) transmog issue
* note - you will need to log into each character before you can see their offline data again (just login, you dont have to access the bank or other locations)
------------------------------------------------------------------------
r844 | arkayenro | 2019-09-01 08:54:08 +0000 (Sun, 01 Sep 2019) | 7 lines
Changed paths:
M /trunk/ArkInventory.lua
M /trunk/ArkInventory.toc
M /trunk/ArkInventoryConst.lua
M /trunk/ArkInventoryMenu.lua
M /trunk/ArkInventoryTranslate.lua
M /trunk/Modules/ArkInventoryConfig/ArkInventoryConfig.lua
*3.09.00 (xx-xxx-2019)*
* changed - classic and retail code streams merged so it works on both clients. classic config will need to be setup again (or just copy the savedvaraibles file from the retail client)
* changed - restack, change character, wearing location, icons to work in classic
* changed - selecting or deselecting travel form as a mount option no longer requires a reload to become active
* fixed - errors due to characters from other clients (if you copied the saved variable file)
* note - you will need to log into each character before you can see their offline data again (just login, you dont have to access the bank or other locations)
------------------------------------------------------------------------
r843 | arkayenro | 2019-09-01 04:39:21 +0000 (Sun, 01 Sep 2019) | 7 lines
Changed paths:
M /trunk/ArkInventory.lua
M /trunk/ArkInventory.toc
M /trunk/ArkInventory.xml
M /trunk/ArkInventoryAPI.lua
A /trunk/ArkInventoryClient.lua
M /trunk/ArkInventoryCollectionMount.lua
M /trunk/ArkInventoryCompanion.lua
M /trunk/ArkInventoryConst.lua
M /trunk/ArkInventoryLDB.lua
M /trunk/ArkInventoryMenu.lua
M /trunk/ArkInventoryMoney.lua
M /trunk/ArkInventoryRestack.lua
M /trunk/ArkInventorySearch.lua
M /trunk/ArkInventoryStorage.lua
M /trunk/ArkInventoryTooltip.lua
M /trunk/ArkInventoryTranslate.lua
M /trunk/ArkInventoryUpgrades.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/game.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/Modules/ArkInventoryConfig/ArkInventoryConfig.lua
M /trunk/Modules/ArkInventoryConfig/ArkInventoryConfig.toc
M /trunk/Modules/ArkInventoryRules/ArkInventoryRules.lua
M /trunk/Modules/ArkInventoryRules/ArkInventoryRules.toc
M /trunk/Modules/ArkInventoryRules_Example/ArkInventoryRules_Example.toc
M /trunk/Modules/ArkInventorySearch/ArkInventorySearch.lua
M /trunk/Modules/ArkInventorySearch/ArkInventorySearch.toc
M /trunk/VersionHistory.txt
*3.09.00 (xx-xxx-2019)*
* changed - classic and retail code streams merged so it works on both clients. classic config will need to be setup again (or just copy the savedvaraibles file from the retail client)
* changed - restack, change character, wearing location, icons to work in classic
* changed - selecting or deselecting travel form as a mount option no longer requires a reload to become active
* fixed - errors due to characters from other clients (if you copied the saved variable file)
* note - you will need to log into each character before you can see their offline data again (just login, you dont have to access the bank or other locations)
------------------------------------------------------------------------