• Joined on 2022-09-21
dane pushed to master at dane/hexland 2022-10-13 14:40:38 -05:00
3ec9992707 Chat features
dane pushed to master at dane/hexland-server 2022-10-13 12:52:12 -05:00
92f7e5aa5f Add a little chat demo
dane pushed to master at dane/hexland-server 2022-10-12 17:34:28 -05:00
6189b82bd3 Channels as a wrapped type, chat?
152e7926ee Move game logic to game file
Compare 2 commits »
dane pushed to master at dane/hexland-server 2022-10-12 16:29:53 -05:00
e661526e78 Escape commas as a marshalling step
dane pushed to master at dane/hexland-server 2022-10-12 14:31:57 -05:00
c41bf83eb8 Allow for escaped commas in message
dane pushed to master at dane/hexland-server 2022-10-12 12:51:31 -05:00
daedfe72d0 add unreachable guard to client loop
dane pushed to master at dane/hexland-server 2022-10-12 12:48:40 -05:00
4c0f571317 Run rustfmt
dane pushed to master at dane/hexland-server 2022-10-12 11:31:05 -05:00
bf84433d5b Use lazy_static! to avoid expensive regex compiles in loop
dane pushed to master at dane/hexland-server 2022-10-12 11:09:13 -05:00
3ab9cedbcd Pass first argument to msg! as a unquoted literal
dane pushed to master at dane/hexland-server 2022-10-12 10:58:11 -05:00
ab3c28ff37 Quick refactor, project structure
dane pushed to master at dane/hexland-server 2022-10-12 10:08:41 -05:00
ab25fa0267 Run server in tokio thread, use tokio sync objects
dane pushed to master at dane/hexland-server 2022-10-04 16:59:32 -05:00
13fb9a9fdd migrate to tokio
dane pushed to master at dane/hexland-server 2022-10-04 09:46:37 -05:00
b6d54d086e test and lint
dane pushed to master at dane/hexland-server 2022-10-03 16:49:47 -05:00
f28c9fee83 refactoring
41175e487e break out code generation
Compare 2 commits »
dane pushed to master at dane/hexland-server 2022-10-03 14:21:24 -05:00
fbaf386ebb Seperate message parsing logic
9826a00141 Option parsing
Compare 2 commits »
dane pushed to master at dane/hexland-server 2022-09-29 15:29:04 -05:00
09c5fe3d8b Generate room codes, python test script