Admer456 / halflife-vs2019-sohl12

Spirit of Half-Life 1.2 merged with Solokiller's updated HL SDK. Status: inactive
Other
6 stars 5 forks source link

Fix broken Linux support #14

Closed JoelTroch closed 4 years ago

JoelTroch commented 4 years ago

This PR fixes the broken Linux support. A few notes to take for future changes if you want to keep Linux compatibility:

This PR is a draft/W.I.P. because the raw input fix currently used does not work under Linux.

JoelTroch commented 4 years ago

The mouse issue is fixed on Linux and no regressions on Win32.

I recommend Win32 users to set the m_mousethread_sleep CVAR to 1 instead of 1000 (GoldSrc's default) as intended by the PR on Half-Life's repo.

hammermaps commented 4 years ago

Hey, JoelTroch, nice to see you, I am very happy that you are helping here.

Admer456 commented 4 years ago

Sorry for the delay, but thanks for the Linux fixes. :)