~starkingdoms/starkingdoms

ref: 70a604ad952182bbbb11ac4132b7f82bdf9e8606 starkingdoms/crates/unified/src/shared/net.rs -rw-r--r-- 12.3 KiB
70a604ad — core 7 days ago
Revert "netcode: unreliable updates"

This reverts commit 13ff574f3067094b9c252b6353fa0df5d6317624.
0232dd49 — core 7 days ago
Revert "netcode: fix up PlanetDto and try to figure out flickering"

This reverts commit 302ee06fb6c522c2bf5d6908329d24a72dffa671.
302ee06f — core 8 days ago
netcode: fix up PlanetDto and try to figure out flickering
13ff574f — core 8 days ago
netcode: unreliable updates
netcode: part updates (mystery performance issue, probably related to lots of malloc())
netcode: planet updates
working on making the game work with this networking
feat: serverbound messages implemented but untested
feat: removed replicon + clientbound messages implemented, but untested
fix: time offset to sync orbit
feat(netcode-rewrite): remove interpolation
feat(netcode-rewrite): vastly improve client simulation accuracy
feat(netcode-rewrite): begin reimplementing replication
feat(netcode-rewrite): re-add networking