SL21W12: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
**Replace OwnerId impl of PUser commands with PlayerId (service)
**Replace OwnerId impl of PUser commands with PlayerId (service)
**
**
*'''Upgrading to Ubuntu 20.04 LTS'''
*Upgrading to Ubuntu 20.04 LTS
**Upgrade to Couchbase 7.x
**Upgrade to Couchbase 7.x
**Wipe userdata; use UUID only instead of PlayerID if possible (except UserImpl)
**Wipe userdata; use UUID only instead of PlayerID if possible (except UserImpl)
**'''Update saved chunkli files (world gen)'''
**Update saved chunkli files (world gen)
**'''Validate ChunkliRenderer is working on secondary notebook'''
**Validate ChunkliRenderer is working on secondary notebook
**'''Improve default settings'''
**Improve default settings
***'''Add Model/Mob/Player by default for admin'''
***Add Model/Mob/Player by default for admin
***'''Bug: Setup couchbase indexes by default?'''
***Bug: Setup couchbase indexes by default?
****CREATE INDEX `timestampDESC` ON `kadi`(`timestamp` DESC)
****CREATE INDEX `timestampDESC` ON `kadi`(`timestamp` DESC)
***'''Setup couchbase full backups automatically'''<br />
***Setup couchbase full backups automatically<br />
*'''Bug: LandDetailHtml keeps world reference on world change and shows incorrect plot co'''
*Bug: LandDetailHtml keeps world reference on world change and shows incorrect plot co
*Manager for Bossbar playerstates
**Needed for FuelCapacity
**Needed for FuelBootupTime
**Needed for Active Research Progression
**Needed for Fuel Production?
**Needed for Bots, Bot states, Active technology/skills?

Latest revision as of 22:12, 2 November 2022

◄ SL21W11 | SL21W13 ►


  • Adding PlayerGhost for offline-interactions (rest/websocket interaction)
    • Added OfflinePermissible
    • Change Permission / Permissible implementation
    • Add positional/world caching to work correctly / keep track of last player state
    • Remove name form PUser
    • Replace OwnerId impl of PUser commands with PlayerId (service)
  • Upgrading to Ubuntu 20.04 LTS
    • Upgrade to Couchbase 7.x
    • Wipe userdata; use UUID only instead of PlayerID if possible (except UserImpl)
    • Update saved chunkli files (world gen)
    • Validate ChunkliRenderer is working on secondary notebook
    • Improve default settings
      • Add Model/Mob/Player by default for admin
      • Bug: Setup couchbase indexes by default?
        • CREATE INDEX `timestampDESC` ON `kadi`(`timestamp` DESC)
      • Setup couchbase full backups automatically
  • Bug: LandDetailHtml keeps world reference on world change and shows incorrect plot co
  • Manager for Bossbar playerstates
    • Needed for FuelCapacity
    • Needed for FuelBootupTime
    • Needed for Active Research Progression
    • Needed for Fuel Production?
    • Needed for Bots, Bot states, Active technology/skills?