aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Expand)Author
2024-11-27set game version numbersmetamuffin
2024-11-27set protocol versionmetamuffin
2024-11-22Bump protocol version for server, discover, registryv2.2.0tpart
2024-10-14add missing book languages to make makefile workmetamuffin
2024-10-01bump version to 2.1.0v2.1.1nokoe
2024-09-30set versions to 2.1.0v2.1.0metamuffin
2024-09-30recipe generation with javascript for portability to nodejs which we use for ...metamuffin
2024-09-29attempt to rewrite recipes in rustmetamuffin
2024-09-28update cargo stuffmetamuffin
2024-09-27mdns discovery programmetamuffin
2024-09-21enable the "process level cryptoprovider" (TM) (TM)metamuffin
2024-09-21redirect packetmetamuffin
2024-09-21server: mdns and upnpmetamuffin
2024-09-21reg: connection testmetamuffin
2024-09-20fix cross compile of reqwestmetamuffin
2024-09-20server can registermetamuffin
2024-09-20reg: move structs to protocol cratemetamuffin
2024-09-20draft server list registry servermetamuffin
2024-09-03message ids for most current stringsmetamuffin
2024-09-02move things around, add scoreboards load/save modulemetamuffin
2024-08-15empty usernames for customersmetamuffin
2024-08-14pc: add itembubble and config save/loadmetamuffin
2024-08-13refactor server to use client-lib data model (breaks customers)metamuffin
2024-08-12bot: generalize simple and add waitermetamuffin
2024-08-11improve framework and start work on simple algometamuffin
2024-08-11initialize crypto in botmetamuffin
2024-08-11add recipes back to protocolmetamuffin
2024-08-11update depsmetamuffin
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
2024-07-26feature to bundle sdl2metamuffin
2024-07-23pc: menu backgroundmetamuffin
2024-07-17ametamuffin
2024-07-17add ssl capabilitymetamuffin
2024-07-17fade dead items et almetamuffin
2024-07-16move bunnymarkmetamuffin
2024-07-16render playersmetamuffin
2024-07-15rename textures dirmetamuffin
2024-07-15first visible tiles in light clientmetamuffin
2024-07-15add texture import/export system for light clientmetamuffin
2024-07-15replace depreceated serde_yaml with serde_ymlmetamuffin
2024-07-15create light client cratemetamuffin
2024-07-14add binary protocol supportmetamuffin
2024-07-14add mochi recipemetamuffin
2024-07-11replace openssl dep with rustls+ringv1.1.0metamuffin
2024-07-08compress replaysmetamuffin
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