Sam Vanheer
Sam Vanheer
Fix or silence compiler warnings. There are quite a number of them, though many are not relevant at this time. Ideally no warnings should be silenced, but fixing all warnings...
The VGUI1 scoreboard title can't display Unicode characters properly if they're in the `hostname` cvar:  Everything that's VGUI2 based works properly, like the console and the server browser. Extended...
The `string::RFind` method does not work properly when using `String::INVALID_INDEX` as the start index. This is the default value for RFind and is intended to start looking at the end...
Trying to build the 25th anniversary versions of the Makefiles fails due to a couple of problems: * The GCC version is hard-coded to 4.6 located at `/valve/bin/gcc-4.6`. This was...
The engine function `Host_FindRecentSave` incorrectly enumerates over save files. This function checks all of the files in the `SAVE` directory and keeps track of the newest file by file time...
If you install both Half-Life (appid 70) and Half-Life Dedicated Server (appid 90), and then uninstall HLDS it will remove files from HL itself, such as the `FileSystem_Stdio.dll` library, requiring...