aboutsummaryrefslogtreecommitdiff
path: root/server/protocol/src/lib.rs
AgeCommit message (Collapse)Author
2024-08-13refactor server to use client-lib data model (breaks customers)metamuffin
2024-08-11add recipes back to protocolmetamuffin
2024-08-11update movement in protocol and all clientsmetamuffin
2024-08-10update protocol versionmetamuffin
2024-08-10fix customers for new protometamuffin
2024-08-10Change protocol and server to allow multiple players per connection (untested)metamuffin
2024-07-26refactor environment effectsmetamuffin
2024-07-26add draft weather/environment systemmetamuffin
2024-07-26add environment to protocolmetamuffin
2024-07-20send score menu on game endmetamuffin
2024-07-20refactor score code (and break things)metamuffin
2024-07-20syncronize player movement if the divergemetamuffin
2024-07-20correctly send lobby bool and send map namemetamuffin
2024-07-18increase protocol versionmetamuffin
2024-07-18serve-authorative movementmetamuffin
2024-07-16item rendering and movementmetamuffin
2024-07-14add binary protocol supportmetamuffin
2024-07-11send protocol versionmetamuffin
2024-07-11add backwards compat for game jam releasemetamuffin
2024-07-11send map metadatametamuffin
2024-07-09adjust logging and better duplexmetamuffin
2024-07-09implement auto release on active (and passive) recipesmetamuffin
2024-07-08add replay system to client and server toolmetamuffin
2024-07-08move glam dep to protocol cratemetamuffin
2024-07-08split off protocol into its own cratemetamuffin