SL21W49: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 28: Line 28:
*'''Todo: Validate height changes from 256 to possibly 384 in worlds for:'''
*'''Todo: Validate height changes from 256 to possibly 384 in worlds for:'''
**AbstractCChunk
**AbstractCChunk
**'''BackgroundRelightAreaAction'''
**BackgroundRelightAreaAction
**'''RelightChunkRequest'''
**'''RelightChunkRequest'''
**'''RequestInternal'''
**'''RequestInternal'''

Revision as of 23:54, 11 December 2021

◄ SL21W48 | SL21W50 ►

  • Reimplement ViewDistance per player
    • Implement simdist for single player
    • Implement fakeviewdistance


  • Improved startup-speed of server by >50%, slow loading of DataFixerUpper stuff && disabling old conversion codes
  • Improved jar-file size by extracting all referenced libs from kadi (10 MB -> 4,5 MB)


  • Chunkli
    • Fixed Water-flow not being copied to other chunks
    • Fixed incorrect saving of some chunk data
    • Increased default thread-pool size for faster testing


  • ViewMode
    • Improved Xray
    • Updated viewDistance implementation (still not fully fixed)


  • Update to Minecraft 1.18.1
  • Todo: Validate height changes from 256 to possibly 384 in worlds for:
    • AbstractCChunk
    • BackgroundRelightAreaAction
    • RelightChunkRequest
    • RequestInternal
    • RequestInternalHelper
    • CChunk
    • NibbleHelper
    • WorldChunkRectangle
    • ChunkRectanlge
    • containsOnly for SingleValuePalette and DataPaletteGlobal
  • Bug: /chunk raise 20 fill will overwrite with stone to height 0
  • Feature: Implement cancellation of relight-tasks in a given area
    • /chunk xxx commands should not be blocked by running relight tasks