Difference between revisions of "Upcoming Release"

From LugdunonWiki
Jump to: navigation, search
 
(246 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''0.5.6'''
+
{{engine}}
  
''Last Updated: 22/10/2013''
+
'''''0.8.9'''''
  
* PlayerPathCommand can now handle a screen update. This will fix the issue with holding the left mouse button down to continuously path not updating the play area once the player reaches the bounds of the minimap.
+
 
* First pass of handling client-side chunk rendering with a web worker implemented.
+
''Last Updated: 07/07/2019''
* Added net.lugdunon.states.tiledGame.chunk.ChunkRenderWorker to client-side codebase.
+
 
* Added net.lugdunon.states.tiledGame.chunk.ChunkManager.chunkRenderWorker to client-side API.
+
 
* Removed chunk-specific update code from net.lugdunon.ui.minimap.Minimap. Minimap chunk rendering is now handled by a chunk's ChunkSheet and the ChunkRendererWorker.
+
 
* Terrain lighting data is now stored in the ChunkSheet, instead of the Chunk itself.
+
 
* Removed minimapUpdateIterations property from ScreenResolutionPrefs.
+
Mods altered in this update:
* Chunk terrain is now rendered as one image, and not two separate images for terrain and elevation.
+
 
* Added net.lugdunon.states.tiledGame.chunk.ChunkSheet.update(data) to client-side API.
+
 
* Added net.lugdunon.states.tiledGame.chunk.ChunkSheet.redraw(chunkIndex,terrainTiles,tlIndices,elevationTiles,elevation) to client-side API.
+
 
* Removed net.lugdunon.states.tiledGame.chunk.Chunk.getTerrainTile(x,y) from the client-side API.
+
 
* Removed net.lugdunon.states.tiledGame.chunk.Chunk.getElevationTile(x,y) from the client-side API.
+
Server mods altered in this update:
* Removed net.lugdunon.states.tiledGame.chunk.Chunk.getLightsourceAt(x,y) from the client-side API.
+
 
* Fixed several issues with registration and activation.
+
 
* Deployed new website, wiki officially live.
+
 
* Added support to Namespace.js for loading web workers using the require() pattern.
+
 
 +
/etc files altered in this update:
 +
 
 +
 
 +
 
 +
 
 +
Release Notes:
 +
 
 +
 
 +
 
 +
[[Category:Releases|Upcoming Release]]

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: