~starkingdoms/starkingdoms

ref: 7b60ff6560185fddd3f53105e2f7153b44c23dc5 starkingdoms/crates/unified/src/shared/net.rs -rw-r--r-- 3.3 KiB
netcode: rd3
Revert "feat: removed replicon + clientbound messages implemented, but untested"

This reverts commit 5ccd4fb282fe3858f302b284a4d985d590ac79a4.
Revert "feat: serverbound messages implemented but untested"

This reverts commit 11ed44a250017a0508927b34f18a597d1db1ed7d.
Revert "working on making the game work with this networking"

This reverts commit aa66f9e7ccc943f231bba5bdd9d58d46d935a056.
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