~starkingdoms/starkingdoms

ref: a03cea5f7a6a6601ea656332712daed985618645 starkingdoms/crates/unified/src/shared/net.rs -rw-r--r-- 13.6 KiB
Revert "netcode: planet updates"

This reverts commit 08355656f50d8e095c280962b250178acbd1299f.
Revert "netcode: part updates (mystery performance issue, probably related to lots of malloc())"

This reverts commit 1bcde11a581ededd03b6e60e8e97048f7556ad66.
Revert "netcode: unreliable updates"

This reverts commit 13ff574f3067094b9c252b6353fa0df5d6317624.
Revert "netcode: fix up PlanetDto and try to figure out flickering"

This reverts commit 302ee06fb6c522c2bf5d6908329d24a72dffa671.
netcode: fix up PlanetDto and try to figure out flickering
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