TheUbMunster

Results 11 issues of TheUbMunster

This is a proposed solution to this bug ![image](https://user-images.githubusercontent.com/66451362/209030625-47c7c36b-16f6-4a16-907c-cf261a497d2c.png) by switching to the Discord.net library instead of DiscordSharpPlus initial testing seems to be fine, some tweaks and fixes will need...

I've occasionally had the program crash and give me an exception message, (and I would be willing to diagnose it myself given enough information from that exception), but unfortunately these...

I've seen in previous pull requests that this version of xv6 is not maintained really anymore, however, my school used this repository as the central point of study in our...

When playing, the send queue can (not always) fill up during high levels of activity (e.g., cap jumping around). It seems that this issue showed up between release 1.3 and...

rewrite of onlinectr to put a read/write scratchpad in octr to reduce the needed pine calls and increase performance.

Should prevent disconnects at the beginning of races for "slow players".

I'll let you know when I'm done.

* Added ifndef block in common.h to disable & allow for feature control via -D in build args instead.

Also convert scratchpad stuff to use the one and true and only scratchpad, similar to how data/sdata can be accessed.

WIP, need to write tests for the newly added stuff