Difference between revisions of "Upcoming Release"

From LugdunonWiki
Jump to: navigation, search
 
(99 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''0.6.3'''
+
{{engine}}
  
 +
'''''0.8.9'''''
 +
 +
 +
''Last Updated: 07/07/2019''
 +
 +
 +
 +
 +
Mods altered in this update:
 +
 +
 +
 +
 +
Server mods altered in this update:
  
''Last Updated: 10/04/2014''
 
  
  
  
 
/etc files altered in this update:
 
/etc files altered in this update:
 +
  
  
  
 
Release Notes:
 
Release Notes:
*Toggle Options Dialog / Clear Target keybinding now also closes dialogs that support onclose().
+
 
*Environment light map now is now applied via a multiply composite operation instead of an overlay.
+
 
*Added the ability to switch characters without having to login and connect to the server again.
+
 
*Added net.lugdunon.ui.optionsMenu.options.ChangeCharacterOption to the client-side API.
+
[[Category:Releases|Upcoming Release]]
*net.lugdunon.ui.optionsMenu.OptionsDialog.removeOption(option) will no longer add an option that is already in the options list.
+
*net.lugdunon.ui.optionsMenu.OptionsDialog.addOption(option,index) will no longer add an option that is already in the options list.
+
*net.lugdunon.ui.settingsMenu.SettingsDialog.addSetting(setting,index) will no longer add a setting that is already in the settings list.
+
*game.screenLocationUpdated() will now only call listeners that implement screenLocationUpdated().
+
*Added exception handling for the game state portion of the game loop. This will allow the game loop to continue functioning even if an error occurs in the current game state's update() or draw() calls.
+
*net.lugdunon.command.core.console.ConsoleCommand now sets an opCodeAlias command property, before handing control off to the actual console fired command.
+
*/quit now logs the player out of the server and returns the client to the login screen.
+
*/logout now logs the player out of the server and returns the client to the login screen.
+
*/camp now logs the player's character out of the server and returns the client to the character select screen.
+
*Modified the execution of the client-side net.lugdunon.command.core.LoadCharacterCommand to allow for switching characters while still being logged into a server.
+
*Fixed scrollbar overlaps in the main UI and the default compendium mod.
+

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: