Trent Monahan
Trent Monahan
Would require the ability to render rectangles in 3D space when given a `width`, `height` variables, along with `position` and `angles` vectors For extra points, show some info on the...
Reference files found in `dota2 test/game/core/pak01_dir/surfaceproperties`: [impacts.zip](https://github.com/SteamDatabase/ValveResourceFormat/files/190443/impacts.zip)
Found a new file extension in dota map VPK's It doesn't have the _c extension, though a 5 second glance in a hex editor, it looks like it shares a...
Currently we blindly write whatever we read, and add half decent KV1 wrappers around the data so it becomes a valid source file, though this instantly falls apart when the...
While it makes sense to not have the readme when getting all packages, it does make sense to have the readme when querying for a specific mod. As it stands,...
As it currently stands, the API surface does not respond with any headers indicating which origins are allowed to use the API. This means that no other web origins can...
This feature would be very nice for those who built a structure without multipart, and then wanted to add to it, without having to replace them all and having useless...
This Analyzer addition contains two new analyzers: 1. AvoidContentManagerBadType * This will trigger when DataLoader can load the given Data asset, and the type is wrong. This is an error...
Doing this will allow us to expand this project in the future more easily and allows us to host a website on this repository itself * [x] Server Lua dumps...