SL21W03: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
*Update Kson/CCRender & Chunkliservice to use kwebapi spring settings
*Update Kson/CCRender & Chunkliservice to use kwebapi spring settings
*Moved dimension hack code to NMS, fixed login-invisibility bug caused by dimension hack
*Moved dimension hack code to NMS, fixed login-invisibility bug caused by dimension hack
*Change ChunkliService API completely to AppPrincipal  public/private setup<br />
*Change ChunkliService API completely to AppPrincipal  public/private setup
**
*'''You fucked up the log4j2.xml config loading in chunkliservice'''
**'''DUMB ****'''<br />
***






<br />
<br />

Revision as of 15:16, 24 January 2021

◄ SL21W02 | SL21W04 ►


  • Implement WorldActions.onOptionChange
    • WorldActions onDifficulty change
    • Move    KadeWorldConfig config = world.getKadeWorldConfig(); to NMS helper
  • Added compression for desktop-data send to website by hand
    • Dont know why tomcat/spring does not support this easily, tutorials are shit
    • Added by hand/custom deflat/inflate of the byte arrays; reduces load from 240kb to 5-35 kb ~= 5% load
  • Disabled /difficulty of NMS
  • Update Kson/CCRender & Chunkliservice to use kwebapi spring settings
  • Moved dimension hack code to NMS, fixed login-invisibility bug caused by dimension hack
  • Change ChunkliService API completely to AppPrincipal public/private setup
  • You fucked up the log4j2.xml config loading in chunkliservice
    • DUMB ****