Difference between revisions of "Upcoming Release"

From LugdunonWiki
Jump to: navigation, search
(Replaced content with "{{engine}} '''''0.8.3''''' ''Last Updated: 12/08/2016'' Mods altered in this update: Server mods altered in this update: /etc files altered in this update: R...")
Line 4: Line 4:
  
  
''Last Updated: 12/08/2016''
+
''Last Updated: 14/08/2016''
  
  
 
Mods altered in this update:
 
Mods altered in this update:
 
+
*net.lugdunon.server.worldgen.defaults
  
  
Line 16: Line 16:
  
 
/etc files altered in this update:
 
/etc files altered in this update:
 
+
*commands.json
 +
*items.json
  
  
 
Release Notes:
 
Release Notes:
 
+
*Removed net.lugdunon.command.core.play.PlaceSlateCommand.
 +
*Removed net.lugdunon.command.core.play.PlaceTurfCommand.
 +
*Added net.lugdunon.command.core.play.PlaceGroundcoverCommand.
 +
*Phased placeable items can no longer be violated (by terrain layers or other placeable items).
 +
*Added net.lugdunon.state.item.action.SandActionHandler to the client-side code base.
 +
*net.lugdunon.state.item.action.SlateActionHandler now calls CORE.COMMAND.PLACE.GROUNDCOVER.
 +
*net.lugdunon.state.item.action.TurfActionHandler now calls CORE.COMMAND.PLACE.GROUNDCOVER.
 +
*Added net.lugdunon.state.item.PlaceableItemInstance.isPhased() to the server-side API.
 +
*"Pile of Sand" inventory item can now be placed upon the ground (including over water). Useful for getting off of a desert island, or reclaiming coastal land.
 
[[Category:Releases|Upcoming Release]]
 
[[Category:Releases|Upcoming Release]]

Revision as of 02:48, 15 August 2016

Engine Content: This information applies to the engine and therefore to all servers.

0.8.3


Last Updated: 14/08/2016


Mods altered in this update:

  • net.lugdunon.server.worldgen.defaults


Server mods altered in this update:


/etc files altered in this update:

  • commands.json
  • items.json


Release Notes:

  • Removed net.lugdunon.command.core.play.PlaceSlateCommand.
  • Removed net.lugdunon.command.core.play.PlaceTurfCommand.
  • Added net.lugdunon.command.core.play.PlaceGroundcoverCommand.
  • Phased placeable items can no longer be violated (by terrain layers or other placeable items).
  • Added net.lugdunon.state.item.action.SandActionHandler to the client-side code base.
  • net.lugdunon.state.item.action.SlateActionHandler now calls CORE.COMMAND.PLACE.GROUNDCOVER.
  • net.lugdunon.state.item.action.TurfActionHandler now calls CORE.COMMAND.PLACE.GROUNDCOVER.
  • Added net.lugdunon.state.item.PlaceableItemInstance.isPhased() to the server-side API.
  • "Pile of Sand" inventory item can now be placed upon the ground (including over water). Useful for getting off of a desert island, or reclaiming coastal land.