index
:
hurrycurry
master
weblate-hurrycurry-game
A fast-paced multiplayer game about cooking
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
client-lib
/
src
/
lib.rs
Age
Commit message (
Collapse
)
Author
8 days
clippy; make use of is_some_and and is_none_or
metamuffin
8 days
Implement tile placeable items for server-side (#433)
metamuffin
2025-07-13
Replace copyright notices to not include individual author names
metamuffin
2025-06-06
manual clippy and other cleanup
metamuffin
2025-06-03
use multiple ints for characters; close #294
metamuffin
2025-06-03
update rust toolchain and rust dependencies.
metamuffin
`map_many_mut` and `trait_upcasting` was stabilized.
2024-12-25
variable hand count
metamuffin
2024-12-25
two-handed server
metamuffin
2024-10-13
fix compile for new rust nightly
metamuffin
2024-09-25
player class decoupled from character id
metamuffin
2024-09-16
fix all clippy things
metamuffin
2024-09-04
player in progress packet
metamuffin
2024-09-04
refactor interact function and new progress proto
metamuffin
2024-08-15
message timeout replaces persist
metamuffin
2024-08-13
refactor server to use client-lib data model (breaks customers)
metamuffin
2024-08-11
update movement in protocol and all clients
metamuffin
2024-08-11
factor out client network code to client-lib
metamuffin
2024-08-10
start with client lib crate
metamuffin