Commit Graph

11 Commits

Author SHA1 Message Date
deadvey 8953f3f68c Added a 2026-05-15 19:31:39 +01:00
deadvey 20174e697c removed unwraps and added a method to Results called .unwrap_or_exit(error_message, error_code)
This tries to unwrap and if it can't then it outputs the error message with the error!() macro
(log library) and exits with the error code.  This is to be used instead of expect and is for
fatal errors
2026-05-15 19:19:17 +01:00
deadvey a5a45fa1f0 version & fixed some clippy linting 2026-05-14 23:34:11 +01:00
deadvey 24eb0f96e9 moved character parsing to it's own file and made it return data to the API 2026-05-14 21:42:59 +01:00
deadvey 7e5874ffbb Made server and client 1 2026-05-08 23:24:42 +01:00
deadvey 1d2966a494 began implementing choice responses server side 2026-05-07 23:34:37 +01:00
deadvey ffe1c75947 started implementing server side choice mechanics 2026-05-03 02:58:16 +01:00
deadvey 93c09290cd Added a character route for requesting character data from the server 2026-04-30 14:53:04 +01:00
deadvey c53138b163 got api working ish, I need to clean this code up a lot 2026-04-27 17:26:49 +01:00
deadvey c87949bc4b Added some basic parsing ability, need to add the network calls 2026-04-06 03:21:28 +01:00
deadvey 0fc9a31de9 happening initial commit 2026-04-05 13:31:36 +01:00