Sam Vanheer

Results 176 issues of Sam Vanheer

When using the `init` command to create scaffolding on Windows, the `launch.json` file contains a user-specific path to the tool even though the tool is installed as a global tool....

See this post for an update on this project's future: https://twhl.info/thread/view/20055?page=2#post-346105

As originally reported in #90 VGUI build mode is no longer available. It seems that the code to activate it is just missing: https://github.com/ValveSoftware/source-sdk-2013/blob/0d8dceea4310fde5706b3ce1c70609d72a38efdf/mp/src/vgui2/vgui_controls/BuildGroup.cpp#L589-L601 Note that the code to check...

The file `Half-Life/platform/steam/games/PlatformMenu.vdf` is used by the main menu to load additional libraries for certain UI features. This is only used for the server browser nowadays, but a long time...

In Opposing Force the M249 belt body isn't synchronized between the client and server. If you pick up an M249, empty it's magazine and then kill yourself, and you then...

Half-Life:Opposing Force
Fix proposed

When the FastDL download manager sends the HTTP request to download a file it does not URLEncode the URI which can result in files with spaces or other unsupported characters...

In the chapter "Pit Worm's Nest" (map `of4a4`), once the player has triggered the toxic waste flush that kills the Pit Worm, if they run to the bridge controls they...

Half-Life:Opposing Force
Fix proposed

This code leaks `FileInputStream` objects: https://github.com/ValveSoftware/halflife/blob/c7240b965743a53a29491dd49320c88eecf6257b/cl_dll/vgui_CustomObjects.cpp#L383-L393 The object is created but never freed, so repeated calls can use up all memory. It would take an obscene amount of calls to...

In Opposing Force, when a player is assigned to a team in `ClientPutInServer` or at any time in the same frame as that function execution, the client will receive the...

When you start a big swing attack (secondary attack) and then unequip the weapon by either switching weapons or dropping it, when you equip the weapon again the attack will...

Half-Life:Opposing Force
Fix proposed