Cody Tilkins
Cody Tilkins
I am pretty sure an old 4.3 compiler would have trouble parsing the inlines that I do. Some other stuff I might not be aware of too.
Anything is welcome.
Lua5.1, Lua5.2, and Lua5.3 currently has no way of getting stdin input outside of manual in-console input. No matter what you pipe to luaw or lua, nothing actually gets sent...
People want auto complete but I don't have a solution. Readline is okay, as debuted in PUC-Lua REPL. I don't like the idea of multiline editing too, which can be...
Let's start work on the file format that diablo 1 uses so that we at least have the file head and the immediate character body able to be loaded in....
1 / 9 * 9 == 0.9999999 It should actually be this 1 / 9 * 9 == 1
# Summary of feature When I was going through code trying to specify base level for mipmapping, I found that GL.TexParameter would allow ints themselves to be passed as @params,...
The problem here is that `%errorlevel%` is set on `exit /b ]]` and you pass it something funny. By adding `rem=rem` you can reuse a hack and get it still...
   I am doing some Interop and Omnisharp is on fire. Omnisharp doesn't detect the proper type while doing `using NAME = CLASS` it actually just holds the...
Added test repo Cleaned up imports Improved build and deploy scripts Shifted around build directory to make more sense and to have a place for everything (lib directory for libs,...