Difference between revisions of "Upcoming Release"

From LugdunonWiki
Jump to: navigation, search
(Replaced content with "'''0.5.13''' ''Last Updated: 22/01/2014'' /etc files altered in this update: Release Notes:")
Line 1: Line 1:
 
'''0.5.13'''
 
'''0.5.13'''
  
''Last Updated: 22/01/2014''
+
''Last Updated: 23/01/2014''
  
  
 
/etc files altered in this update:
 
/etc files altered in this update:
 
+
*items.json
 +
*recipes.json
  
 
Release Notes:
 
Release Notes:
 +
*Fixed an issue causing an error when an action is performed with an item that has no action presence defined for that type of action.
 +
*Added some code to help track replicate the 'character stuck in movement bug'. I replicated it! Now to actually fix it...
 +
*Added Brash's quote to the presskit.
 +
*Added a steel plate item and crafting recipe.
 +
*All plate armor (and the fermentation vessel) now require steel plates instead of steel bars to craft.
 +
*ItemDefinition / Item toJSONObject() implementation completed.
 +
*Campfires can no longer be healed past their maximum durability.
 +
*Integrated the ItemWorthCalculator with server. This will auto-calculate all item costs that are created with recipes.
 +
*Item worth calculation now takes into account if a recipe material is not consumed. In this event, the item worth is incremented by 1/8 of the worth of the unconsumed recipe material.
 +
*Item worth calculation now takes into account is the result is a stack of items. In this event the item's worth is divided by the stack size of the result.
 +
*Adjusted the cost of ores to make a little more sense.
 +
*Added net.lugdunon.state.item.action.update.CandleUpdateAction to server-side code base.
 +
*Placed candles now have a duration of 5 minutes. After 5 minutes, they will burn out and be removed from the world.
 +
*Feathers are now white again.

Revision as of 05:15, 23 January 2014

0.5.13

Last Updated: 23/01/2014


/etc files altered in this update:

  • items.json
  • recipes.json

Release Notes:

  • Fixed an issue causing an error when an action is performed with an item that has no action presence defined for that type of action.
  • Added some code to help track replicate the 'character stuck in movement bug'. I replicated it! Now to actually fix it...
  • Added Brash's quote to the presskit.
  • Added a steel plate item and crafting recipe.
  • All plate armor (and the fermentation vessel) now require steel plates instead of steel bars to craft.
  • ItemDefinition / Item toJSONObject() implementation completed.
  • Campfires can no longer be healed past their maximum durability.
  • Integrated the ItemWorthCalculator with server. This will auto-calculate all item costs that are created with recipes.
  • Item worth calculation now takes into account if a recipe material is not consumed. In this event, the item worth is incremented by 1/8 of the worth of the unconsumed recipe material.
  • Item worth calculation now takes into account is the result is a stack of items. In this event the item's worth is divided by the stack size of the result.
  • Adjusted the cost of ores to make a little more sense.
  • Added net.lugdunon.state.item.action.update.CandleUpdateAction to server-side code base.
  • Placed candles now have a duration of 5 minutes. After 5 minutes, they will burn out and be removed from the world.
  • Feathers are now white again.