Cody Tilkins

Results 57 issues of Cody Tilkins
trafficstars

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.

enhancement
help wanted
good first issue

Anything is welcome.

help wanted
good first issue

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...

enhancement
not confirmed

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...

enhancement

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,...

enhancement
area-OpenGL

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...

![image](https://user-images.githubusercontent.com/7494772/161397552-44f437c5-2ccb-4d04-8c33-de27083613a2.png) ![image](https://user-images.githubusercontent.com/7494772/161397547-8ffeadf3-561a-4c71-8a42-5083dbb93ce0.png) ![image](https://user-images.githubusercontent.com/7494772/161397694-f1f7fbb8-cf6b-40b9-97b5-fbd912559742.png) 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...

Triaged
Needs Investigation

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,...