~starkingdoms/starkingdoms

ref: 2015d9ef252cc4c49840642de230cf1887124e92 starkingdoms/crates/unified/src/server d---------
Revert "netcode: easing"

This reverts commit c7da20800d035a6491e612693b2039aa99988c15.
netcode: easing
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: 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
chore(netcode-rewrite): further code cleanup & simplification
chore(netcode-rewrite): code cleanups and refactoring
chore(netcode-rewrite): general codebase refactor
feat(netcode-rewrite): miscellaneous fixes
feat(netcode-rewrite): remove all networking
feat: initial orbit velocity
fix: planets rely purely on springs now, so it should be possible to push them around now
Next