Upcoming Release

From LugdunonWiki
Revision as of 05:14, 4 November 2013 by Lugdunon (Talk | contribs)

Jump to: navigation, search

0.5.7

Last Updated: 04/11/2013

  • Added alert dialog in the event that the client is FF 25 on Win7.
  • Fixed the centering of the action bar label.
  • Added turf item, and icon.
  • Tilling grass now has a 25% chance of giving the player a piece of turf.
  • Turf can be placed upon any terrain layer that is less than than grass to create a grass tile.
  • A piece of slate can now be placed upon any terrain layer that is less than or equal to grass to uncover a bedrock tile.
  • Added net.lugdunon.command.Command.violatesPlaceable(Point location, Instance instance) to server-side API.
  • Added a net.lugdunon.command.core.play.PlaceSlateCommand.
  • Added a net.lugdunon.command.core.play.PlaceTurfCommand.
  • Added a net.lugdunon.state.item.action.SlateActionHandler to the client-side codebase.
  • Added a net.lugdunon.state.item.action.TurfActionHandler to the client-side codebase.
  • Updated the raw barley item description to better hint at how to malt barley.
  • Added a new terrain edit mode (server-side only at the moment) called 'hollow'. This mode will remove any layers between the topmost layer and the target layer, hollowing out the space in between. This mode is now used on the edges of the excavate mode to create a cleaner edge.
  • Fixed an issue in net.lugdunon.world.terrain.Terrain.updateLayers(Account a,int layer, int x, int y, int w, int h, int mode) and net.lugdunon.world.terrain.Terrain.updateTile(int layer, int x, int y, int mode) caused by inverse indexing.
  • Moved social media buttons on main website form footer to top right of content pane.
  • Added a 'Chamber of Horrors' section to the wiki to showcase interesting bugs.
  • Fixed an issue with Metrics that was causing issues on java 7.
  • Fixed the wall sconce instances in the Bibracte tavern instance.
  • Fixed the names of the full horns to include the full names of the beverages.
  • Fixed an issue with the anvil placeable that was preventing it from being dismantled properly.
  • Fixed an issue with the Keg of Toklas' Ale crafting recipe that was requiring a Keg of Toklas' Ale to craft a Keg of Toklas' Ale.