Difference between revisions of "Upcoming Release"

From LugdunonWiki
Jump to: navigation, search
Line 4: Line 4:
  
  
''Last Updated: 07/11/2014''
+
''Last Updated: 04/23/2015''
  
  
Line 14: Line 14:
  
 
Release Notes:
 
Release Notes:
 +
* Added /ip/ REST service to the auth server for retrieving a client's externally accessible ip address.
 +
* Added total activated accounts to the /fullReport auth server REST service.
 +
* Created API to allow for currency to be easily converted to and from currency items.
 +
* Added net.lugdunon.state.currency.ICurrency.toItems() to the server-side API.
 +
* Added net.lugdunon.state.currency.ICurrency.fromItems(List<ItemInstance> value) to the server-side API.
 +
* Implemented new currency API changes in GSC Currency
  
 
[[Category:Releases|Upcoming Release]]
 
[[Category:Releases|Upcoming Release]]

Revision as of 02:02, 24 April 2015

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

0.8.0


Last Updated: 04/23/2015


Mods altered in this update:

Server mods altered in this update:

/etc files altered in this update:

Release Notes:

  • Added /ip/ REST service to the auth server for retrieving a client's externally accessible ip address.
  • Added total activated accounts to the /fullReport auth server REST service.
  • Created API to allow for currency to be easily converted to and from currency items.
  • Added net.lugdunon.state.currency.ICurrency.toItems() to the server-side API.
  • Added net.lugdunon.state.currency.ICurrency.fromItems(List<ItemInstance> value) to the server-side API.
  • Implemented new currency API changes in GSC Currency