Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
bc6fa836b0
Moved out renderer to being selected in engine constructor based on a parsed enum. Next is to have the renderer initialize in constructor, and probably make game into a templated parameter that does the same along with input processor
00abbbebbd
Fixed an issue with lua context manager, tested to make sure it worked, started a document for the algorithm lua structure, updated engine loop