Difference between revisions of "Upcoming Release"

From LugdunonWiki
Jump to: navigation, search
 
(236 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''0.5.7'''
+
{{engine}}
  
''Last Updated: 06/11/2013''
+
'''''0.8.9'''''
  
* Added support for secondary authorization to the auth server. This will allow other services, such as the new official forums, to authorize against the main Lugdunon accounts database.
+
 
* Added an account bound friends list.
+
''Last Updated: 07/07/2019''
* Added net.lugdunon.command.core.console.FriendCommand for managing and listing a player's friends.
+
 
* Divorced keying placeables from the container item implementation.
+
 
* Changed Character.CONTAINER_KEY_BLOCK to Character.ACCESS_CONTROL_KEY_BLOCK.
+
 
* Added net.lugdunon.ui.inventory.sub.AccessControl to the client-side codebase.
+
 
* Changed all references to container in net.lugdunon.ui.inventory.sub.Container and net.lugdunon.ui.inventory.InventoryDialog to reference a generic placeable item instance.
+
Mods altered in this update:
* Changed net.lugdunon.ui.unitFrame.PartyFrame.hasMember(member) to accept either a character object or string as the member parameter.
+
 
* Added net.lugdunon.world.placeables.PlaceableItemInstance.canAccess(character) to the client-side API.
+
 
* Added net.lugdunon.state.item.PlaceableItemInstance.canAccess(character) to the server-side API.
+
 
* Added game.friends to the client-side API.
+
 
* Added net.lugdunon.command.core.play.CheckAccessCommand.
+
Server mods altered in this update:
* Added access check to net.lugdunon.command.core.play.FillMugCommand.
+
 
* Added access check to net.lugdunon.command.core.play.InstancetransitionCommand.
+
 
* Added access check to net.lugdunon.command.core.play.PlaceableStateChangeCommand.
+
 
* Added access check to net.lugdunon.command.core.play.ThrowEggCommand.
+
 
* Added net.lugdunon.state.item.action.configure.EditAccessControlAction to the client-side codebase.
+
/etc files altered in this update:
* Added access configuration ability to the net.lugdunon.state.item.action.HammerActionHandler.
+
 
* Added stone key item and recipe. Stone key restricts access to placer.
+
 
* Added copper key item and recipe. Copper key restricts access to characters on placer's account.
+
 
* Added bronze key item and recipe. Bronze key restricts access to characters in placer's party.
+
 
* Iron key now restricts access to characters on placer's friends list.
+
Release Notes:
* Golden key now restricts access to characters that possess a golden key that was crafted by the placer.
+
 
* Houses can now have access set on them.
+
 
* Fence gates can now have access set on them.
+
 
* Added net.lugdunon.state.item.access.BaseAccessHandler to codebase.
+
[[Category:Releases|Upcoming Release]]
* Added net.lugdunon.state.item.access.DefaultAccessHandler to codebase.
+
* Added net.lugdunon.state.item.access.OwnerOnlyAccessHandler to codebase.
+
* Added net.lugdunon.state.item.access.OwnerAccountAccessHandler to codebase.
+
* Added net.lugdunon.state.item.access.OwnerPartyAccessHandler to codebase.
+
* Added net.lugdunon.state.item.access.OwnerFriendsAccessHandler to codebase.
+
* Added net.lugdunon.state.item.access.PossessorOfKeyAccessHandler to codebase.
+
* 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 '[//wiki.lugdunon.net/w/?title=Chamber_of_Horrors 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.
+

Latest revision as of 15:14, 7 July 2019

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

0.8.9


Last Updated: 07/07/2019



Mods altered in this update:



Server mods altered in this update:



/etc files altered in this update:



Release Notes: