~starkingdoms/starkingdoms

ref: f2e6e1be0033ee7734326fabc2e60a9107e9a077 starkingdoms/crates/unified/src/shared/ecs.rs -rw-r--r-- 2.8 KiB
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.
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): begin reimplementing replication
chore(netcode-rewrite): further code cleanup & simplification
chore(netcode-rewrite): code cleanups and refactoring
chore(netcode-rewrite): general codebase refactor
feat(netcode-rewrite): remove all networking
feat: avian f64, which means orbit springs work now
feat: variable storage on hearty appears to store things correctly
feat: crafting buttons cause parts to spawn
feat: recipe list config + basis for ui
feat: drill drills (in theory)
feat: drill checks if on planet, plus drill toggle button changed to match
Next