Colden Cullen

Results 8 issues of Colden Cullen

I'm working on a UE4 project, which doesn't use MSVC or CMake, so pulling compile flags from the project doesn't work. However, I can have UnrealBuildTool spit out a compile_commands.json,...

If a pull request Actions workflow is marked to not run (with `if: false` or similar), the message in slack doesn't update to show the action as being unnecessary. For...

bug

I think switching from [gl3n](https://github.com/Dav1dde/gl3n) to [gfm](https://github.com/d-gamedev-team/gfm) is the right move for Dash in the long run. Unfortunately, it's going to take a lot of work. This would be a...

ready

Right now, running the game on an under-powered machine results in incredibly low framerates, mostly due to the shadow maps. Making the size of the maps configurable would alleviate this...

ready

It would be nice to be able to pass `DATABASE_URL` as an environment variable to the docker container in order to use an external database for enhanced robustness. This would...