(0.7.1) Status for Thursday, September 4, 2014

0.7.1 has been deployed. The official release notice will most likely drop in the next day or two.
Here's what's changed since the last update:
Mods altered in this update:
Server mods altered in this update:
/etc files altered in this update:
Release Notes:
Here's what's changed since the last update:
Mods altered in this update:
- net.lugdunon.world.clover.tui
- net.lugdunon.world.tupelo.tui
- net.lugdunon.world.defaults.compendium
Server mods altered in this update:
- net.lugdunon.server.worldgen.defaults
/etc files altered in this update:
- items.json
- recipes.json
- instances/0/placeableItemCache.json
- instances/0/terrain.dat
- instanceTemplates/DIMENSIONAL_POCKET/instance.json
- instanceTemplates/DIMENSIONAL_POCKET/npcCache.json
- instanceTemplates/DIMENSIONAL_POCKET/placeableItemCache.json
- instanceTemplates/DIMENSIONAL_POCKET/terrain.dat
- instanceTemplates/DIMENSIONAL_POCKET/waypointCache.json
Release Notes:
- net.lugdunon.client 0.2.1 -> 0.2.2.
- net.lugdunon.server 0.7.0 -> 0.7.1.
- net.lugdunon.world.clover.tui 0.0.2 -> 0.0.3.
- net.lugdunon.world.tupelo.tui 0.0.3 -> 0.0.4.
- net.lugdunon.world.defaults.compendium 0.0.2 -> 0.0.3.
- net.lugdunon.server.worldgen.defaults 0.0.4 -> 0.0.5.
- Fixed an issue with net.lugdunon.command.core.inventory.MoveInventoryItemCommand not properly moving items between placeables in some cases.
- Fixed several shortcomings with the ContainerMatterArcHandler.
- Fixed an item instance indexing problem in the MatterPumpArcHandler.
- Fixed a concurrency issue in ArcPulse.
- .ldn files no longer require an artifact property. If omitted, update checks are not performed.
- Added API to allow mods to provide custom server status items (icons).
- Added API to allow mods to provide custom server login handlers.
- Placeable hoverover is now shown if an item's current state possesses a defaultAction.
- Added small change to Namespace.js to allow for breakpoint debugging in chrome.
- Added ACTION_CONFIG_INVENTORY_ITEM icon.
- Added ACTION_CONFIG_ITEM_TYPE icon.
- Added INFORMATION_ITEM_HOLDER icon.
- Added INFORMATION_ITEM_TYPE_HOLDER icon.
- net.lugdunon.world.defaults.compendium.instantiatedPlayerItems.CodexRESTHandler now reports on item types, subtypes, spelltypes, and spellschools.
- Increased durability of all tools and weapons.
- Doubled durability of all armor.
- Added an inventory item information provider item and recipe.
- Added an item type information provider item and recipe.
- Added an arc matter splitter item and recipe.
- Added an arc matter condenser item and recipe.
- Added an arc matter filter item and recipe. This allows for item / item type filtering.
- Added an arc teleporter recipe.
- Added an arc-stabilized dimensional pocket recipe.
- Added net.lugdunon.server.login.ILoginCheckHandler to the server-side code base.
- Added net.lugdunon.server.ServerStatusItem to the server-side code base.
- Added net.lugdunon.state.item.arc.handler.matter.MatterCondenserArcHandler to the server-side code base.
- Added net.lugdunon.state.item.arc.handler.matter.MatterFilterArcHandler to the server-side code base.
- Added net.lugdunon.state.item.arc.handler.matter.MatterSplitterArcHandler to the server-side code base.
- Added net.lugdunon.state.item.arc.handler.matter.MatterRequest.isRequestForAllItems() to the server-side API.
- Added ItemDefAndStackSize(Item item) to the server-side API.
- Added net.lugdunon.state.item.ItemInstance.getItemPairId() to the server-side API.
- Added net.lugdunon.state.mod.Mod.listServerStatusItems() to the server-side API.
- Added net.lugdunon.state.mod.Mod.serverStatusItemsCount() to the server-side API.
- Added net.lugdunon.state.mod.Mod.listLoginCheckHandlers() to the server-side API.
- Added net.lugdunon.state.item.arc.tooltip.information.InventoryItemInformationProviderTooltipExtension to the client-side code base.
- Added net.lugdunon.state.item.arc.tooltip.information.ItemTypeInformationProviderTooltipExtension to the client-side code base.
- Added net.lugdunon.state.item.arc.handler.matter.MatterCondenserArcHandler to the client-side code base.
- Added net.lugdunon.state.item.arc.handler.matter.MatterFilterArcHandler to the client-side code base.
- Added net.lugdunon.state.item.arc.handler.matter.MatterSplitterArcHandler to the client-side code base.
- Added net.lugdunon.state.item.arc.tooltip.ArcMatterCondenserTooltipExtension to the client-side code base.
- Added net.lugdunon.state.item.arc.tooltip.ArcMatterFilterTooltipExtension to the client-side code base.
- Added net.lugdunon.state.item.arc.tooltip.ArcMatterSplitterTooltipExtension to the client-side code base.
- Added net.lugdunon.state.item.arc.handler.information.InventoryItemInformationProviderArcHandler.
- Added net.lugdunon.state.item.arc.handler.information.ItemTypeInformationProviderArcHandler.