aboutsummaryrefslogtreecommitdiff
path: root/server/client-lib/src/lib.rs
AgeCommit message (Collapse)Author
8 daysclippy; make use of is_some_and and is_none_ormetamuffin
8 daysImplement tile placeable items for server-side (#433)metamuffin
2025-07-13Replace copyright notices to not include individual author namesmetamuffin
2025-06-06manual clippy and other cleanupmetamuffin
2025-06-03use multiple ints for characters; close #294metamuffin
2025-06-03update rust toolchain and rust dependencies.metamuffin
`map_many_mut` and `trait_upcasting` was stabilized.
2024-12-25variable hand countmetamuffin
2024-12-25two-handed servermetamuffin
2024-10-13fix compile for new rust nightlymetamuffin
2024-09-25player class decoupled from character idmetamuffin
2024-09-16fix all clippy thingsmetamuffin
2024-09-04player in progress packetmetamuffin
2024-09-04refactor interact function and new progress protometamuffin
2024-08-15message timeout replaces persistmetamuffin
2024-08-13refactor server to use client-lib data model (breaks customers)metamuffin
2024-08-11update movement in protocol and all clientsmetamuffin
2024-08-11factor out client network code to client-libmetamuffin
2024-08-10start with client lib cratemetamuffin