Skip to content

Releases: fantasycalendar/FoundryVTT-ItemPiles

2.9.1

11 Apr 16:07
Compare
Choose a tag to compare
  • Added support for the Shadowdark system (thank you mrstarbuck007 on github!)
  • Added additional settings for item types (thank you p4535992 on github!)
  • Tweaked currency settings to update cached item if the currency names or images were updated
  • Updated D&D4e system support (thank you EndlesNights on github!)
  • Fixed Better Rolltables compatibility (thank you p4535992 on github!)
  • Fixed trying to open merchant columns settings after they had broken would throw error and prevent fixing the error
  • Fixed Simple Calendar integration not hiding tokens of closed merchants that were set to hide

2.9.0

10 Mar 11:04
Compare
Choose a tag to compare
  • Added formal support for D&D5e 3.0.x - moving/buying/trading containers is still not supported
  • Added Required Item Properties setting to item piles - you can now configure which items are valid to be transferred to item piles or sold to merchants
  • Added various API methods (thank you to p4535992 on github!)
    • game.itempiles.API.isValidItemPile
    • game.itempiles.API.isRegularItemPile
    • game.itempiles.API.isItemPileLootable
    • game.itempiles.API.isItemPileVault
    • game.itempiles.API.isItemPileMerchant
    • game.itempiles.API.isItemPileAuctioneer (requires the Item Piles: Auctioneer module)
    • game.itempiles.API.isItemPileEmpty
  • Updated Polish and Chinese (simplified) localizations (thank you Lioheart and hmqgg on weblate!)
  • Fixed issues with sorting vaults placing items in strange positions
  • Fixed issue with dropping multiple items sometimes only resulting in one item being dropped
  • Fixed compatibility with Better Rolltables
  • Fixed vault styles not being editable
  • Fixed merchant activity log events being incorrectly displayed
  • Fixed custom categories not being applied on items when populating merchants
  • Fixed issue with item piles not updating the amount of visible currency when taking 1 unit of currency at a time
  • Fixed container tokens not updating image when the contents of the item pile changed

2.8.20

22 Jan 19:23
Compare
Choose a tag to compare
  • Reverted some changes that caused errors in some systems with item based currencies

2.8.19

22 Jan 12:06
Compare
Choose a tag to compare
  • Added several currency related methods and hooks (thank you p4535992 on GitHub!)
    • Added method game.itempiles.API.updateCurrencies()
    • Added hook item-piles-preUpdateCurrencies
    • Added hook item-piles-updateCurrencies
  • Updated Polish localization (thank you Lioheart on weblate!)
  • Updated SWADE system config (thank you kristianserrano on GitHub!)
  • Fixed merchant populate items table rolling not working

2.8.18

17 Jan 08:06
Compare
Choose a tag to compare
  • Fixed items sometimes losing their flags when added vaults

2.8.17

15 Jan 18:40
Compare
Choose a tag to compare
  • Fixed swapping items in vaults would sometimes allow you to swap items so that one ended up outside the bounds of the vault
  • Fixed merchants sometimes not refreshing their inventories when integrated with Simple Calendar
  • Fixed users not being able to drop unstackable items into vaults

2.8.16

05 Jan 10:45
Compare
Choose a tag to compare
  • Fixed items that were linked with the item linking module losing their links

2.8.15

02 Jan 22:20
Compare
Choose a tag to compare
  • Fixed non-stackable items being fully deleted when added to vaults even though they may have quantity in the origin character inventory
  • Fixed players not being able to sort vaults when they have permission to organize the vault

2.8.14

02 Jan 01:15
Compare
Choose a tag to compare
  • Fixed issue with not being able to drop items into vault
  • Fixed minor issue with some items not landing where they were dropped into vaults

2.8.13

01 Jan 20:12
Compare
Choose a tag to compare
  • Added the ability to rotate vault items of non-uniform sizes
  • Added button to vault to sort the items within the vault, sorting large to small - hold control to merge similar items as well
  • Added game.itempies.API.getStringFromCurrencies (thanks to p4535992 on github!)
  • Added item-piles-renderVaultGridItem hook when vault items are rendered
  • Updated French, Portuguese (Brazil), and Polish localization (thanks Marc Feuillen, ltsoares, and Lioheart on weblate!)
  • Tweaked override currencies on item piles cause buying/transferring these currencies to fully remove themselves from inventories when used up
  • Tweaked various API methods to throw an error if the items to be added cannot fit inside the target vault
  • Fixed better rolltables not working after update (thanks Pantus on github!)
  • Fixed trading window in Alien RPG displaying some of its native character sheet elements due to over-eager CSS styles on the system's behalf
  • Fixed not being able to trade currencies when trading user to user
  • Fixed being able to add items with 0 quantity to item piles