~starkingdoms/starkingdoms

ref: cc06268120ce59ec3fce2bcedbc5594f26a86a10 starkingdoms/server/src/manager.rs -rw-r--r-- 2.1 KiB
Merge branch 'feat/protobuf-protocol' into 'master'

Rewrite the protocol to use protobuf

See merge request starkingdoms.tk/starkingdoms.tk!1
d128f262 — c0repwn3r 2 years ago
translate server to protobuf protocol
resolve merge conflict
multiple players support
adeefabd — ghostlyzsh 2 years ago
yay fancy planet code, but not tested :(
ce2fe02b — ghostlyzsh 2 years ago
other players added, we'll see if it works
a1240739 — ghostlyzsh 2 years ago
earth theoretically implemented
cargo-fix
8e102fc6 — ghostlyzsh 2 years ago
added player (yay) does it work? idk, client broke
042d48c0 — ghostlyzsh 2 years ago
yay broken, player initialization
088123ac — ghostlyzsh 2 years ago
physics engine start
8040f221 — ghostlyzsh 2 years ago
yay merged the file swap (why git why)
22dfe0e9 — ghostlyzsh 2 years ago
fine core, added position packet
merge conflict generator (clean up naming of handler/manager in server/)
rename to manager.rs
stop mainloop when it errors - fix pingpong
fix the client
Merge remote-tracking branch 'origin/master'

# Conflicts:
#	Cargo.lock
#	client/src/lib.rs
#	server/src/client_handler.rs
#	server/src/handler.rs
#	server/src/main.rs
SLP
c663cfb1 — c0repwn3r 2 years ago
cleanup
Next