3
0
Fork 0

Synched gist at Fri Sep 15 17:06:32 PDT 2023

This commit is contained in:
Marco Cawthorne 2023-09-15 17:06:32 -07:00
parent 983615231d
commit 4de5a3b650
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -18,7 +18,7 @@ The only solution is to open the console and to issue `quit`.
## SDK: Outdated code
The code at https://github.com/ValveSoftware/halflife seems to be outdated.
If you manage to fix up and compile the code (newer toolchain/buildsystem would be appreciated) under Linux, you'll notice how the mouse input code within cl_dll/in_camera.cpp will need to be updated quite heavily in order for mouse input to work properly.
If you [manage to fix up and compile the code](https://github.com/ValveSoftware/halflife/issues/3133) (newer toolchain/buildsystem would be appreciated) under Linux, you'll notice how the mouse input code within cl_dll/in_camera.cpp will need to be updated quite heavily in order for mouse input to work properly.
Someone has already drafted a Pull Request for this years ago:
https://github.com/ValveSoftware/halflife/pull/1900