SL23W04: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


<br />
<br />
* '''Planets / Teleportation / SpaceWarps'''
** '''Planets LastHome, LastWarp, LastDeath, LastAsteroid do not make sense (not understandable targets in space)'''
** Only real planets do function in iss drop / sky-teleport (earth, moon, mars, phobos, deimos etc.)
** '''Planet-Teleport-Target sould be the last location the player was at'''
** '''How do we initialize teleport to LastX?'''<br />


*'''Generally broken: public screen caching updates'''
*'''Generally broken: public screen caching updates'''
Line 11: Line 17:
**Deletes calculated from PacketPlayOutViewCentre in combination with old chunk position
**Deletes calculated from PacketPlayOutViewCentre in combination with old chunk position


* Worlds:
*Worlds:
** '''Save needed default-plots somewhere else'''
**'''Save needed default-plots somewhere else'''
*** '''"DefaultIslandRoad", "kademlia:DefaultWaterRoad"'''
***'''"DefaultIslandRoad", "kademlia:DefaultWaterRoad"'''
*** '''"RoadNS40", "kademlia:RoadNS40"'''
***'''"RoadNS40", "kademlia:RoadNS40"'''
*** '''"RoadEW40", "kademlia:RoadEW40"'''
***'''"RoadEW40", "kademlia:RoadEW40"'''
*** '''"RoadX", "kademlia:RoadX"'''
***'''"RoadX", "kademlia:RoadX"'''
*** '''"DefaultFlat10x10","kademlia:DefaultFlat10x10"'''
***'''"DefaultFlat10x10","kademlia:DefaultFlat10x10"'''
*** '''"EmptySpaceRoad", "kademlia:EmptySpaceRoad"'''
***'''"EmptySpaceRoad", "kademlia:EmptySpaceRoad"'''
** '''Generate asteroid-plots on the fly instead of placeholders'''
**'''Generate asteroid-plots on the fly instead of placeholders'''
*** '''"EmptySpaceRoad", "kademlia:EmptySpaceRoad"'''
***'''"EmptySpaceRoad", "kademlia:EmptySpaceRoad"'''
*** '''"DefaultAsteroid15x15","kademlia:DefaultAsteroid15x15"'''
***'''"DefaultAsteroid15x15","kademlia:DefaultAsteroid15x15"'''
*** '''"DefaultAsteroid15x15_2","kademlia:DefaultAsteroid15x15_2"'''
***'''"DefaultAsteroid15x15_2","kademlia:DefaultAsteroid15x15_2"'''

Revision as of 15:14, 29 January 2023

◄ SL23W03 | SL23W05 ►


  • Planets / Teleportation / SpaceWarps
    • Planets LastHome, LastWarp, LastDeath, LastAsteroid do not make sense (not understandable targets in space)
    • Only real planets do function in iss drop / sky-teleport (earth, moon, mars, phobos, deimos etc.)
    • Planet-Teleport-Target sould be the last location the player was at
    • How do we initialize teleport to LastX?
  • Generally broken: public screen caching updates
  • Generally broken: Player recording replays / multiple start
  • Bug: FakePlayers GameProfile has to have the same UUID as the Playerobject UUID! Otherwise the player will be invisible
  • 1.19.3 change: We no longer need the late-tab-removal POG
  • Improve: Delete all Fakes when the real chunks are out of view, not only when the fake-chunks are being deleted
    • Updated StaticStuffManager queue system to include Send/Delete states
    • Deletes calculated from PacketPlayOutViewCentre in combination with old chunk position
  • Worlds:
    • Save needed default-plots somewhere else
      • "DefaultIslandRoad", "kademlia:DefaultWaterRoad"
      • "RoadNS40", "kademlia:RoadNS40"
      • "RoadEW40", "kademlia:RoadEW40"
      • "RoadX", "kademlia:RoadX"
      • "DefaultFlat10x10","kademlia:DefaultFlat10x10"
      • "EmptySpaceRoad", "kademlia:EmptySpaceRoad"
    • Generate asteroid-plots on the fly instead of placeholders
      • "EmptySpaceRoad", "kademlia:EmptySpaceRoad"
      • "DefaultAsteroid15x15","kademlia:DefaultAsteroid15x15"
      • "DefaultAsteroid15x15_2","kademlia:DefaultAsteroid15x15_2"