Dan Watson

Results 12 issues of Dan Watson

In the same way you can use strings as senders, using ints would be helpful.

"Debug 1" (which doesn't do anything at the moment) and "Debug 2" (which turns on 'grenade sights' for all players incorrectly) should probably just be unmapped from the keyboard controls....

bug
network

Scout return capture is inconsistent, meaning that when the scout is returning and nearing the walker, sometimes it does not connect correctly and the scout stays 'out'.

bug

I was lazy when porting the network code and didn't bother byte-swapping most of the numbers, since most architectures are little-endian nowadays. But it should be done at some point....

enhancement
network

See https://docs.joinmastodon.org/methods/markers/ and https://docs.joinmastodon.org/methods/lists/ (and various other list APIs in accounts and timelines). I think the trickiest thing with this is the replies policy for lists, implemented in `TimelineService.for_list` --...

## Description According to https://docs.joinmastodon.org/entities/WebPushSubscription/#id the PushSubscription ID is cast from an int, but should be a string. I'm implementing a server, and sending back an integer as a string...

bug