~starkingdoms/starkingdoms

ref: 90fa20b5a97fffd3f5f3bb6c9d8c6586d2ec9692 starkingdoms/crates/unified/src/shared/net.rs -rw-r--r-- 3.5 KiB
netcode: interpolation is less dumb and stupid; also some ntp left over just in case
netcode fix: dumb stupid interpolation works when there's no inconsistent delay or loss or reordering of packets
011a026f — core 6 days ago
netcode: rd3
be75d71e — core 7 days ago
Revert "feat: removed replicon + clientbound messages implemented, but untested"

This reverts commit 5ccd4fb282fe3858f302b284a4d985d590ac79a4.
98e54c6b — core 7 days ago
Revert "feat: serverbound messages implemented but untested"

This reverts commit 11ed44a250017a0508927b34f18a597d1db1ed7d.
f2e6e1be — core 7 days ago
Revert "working on making the game work with this networking"

This reverts commit aa66f9e7ccc943f231bba5bdd9d58d46d935a056.
b7220be1 — core 7 days ago
Revert "netcode: planet updates"

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

This reverts commit 1bcde11a581ededd03b6e60e8e97048f7556ad66.
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
Next