2
0
mirror of https://github.com/FWGS/hlsdk-xash3d synced 2024-11-22 09:57:21 +01:00
Commit Graph

25 Commits

Author SHA1 Message Date
Roman Chistokhodov
d774c9e0f9
Fix instant camera movement after closing the VGUI menu (#455) 2024-06-09 09:53:40 +00:00
Roman Chistokhodov
bc9019953d
Implement scroll in non-vgui MOTD for GoldSource (like in xash3d-fwgs) (#453) 2024-06-09 09:53:17 +00:00
FreeSlave
7a75ec54a9 Allow using SDL2 joystick on Windows 2024-04-28 19:20:17 +00:00
Roman Chistokhodov
fbe839d33e Fix missing #if for joystick declarations 2024-04-28 19:20:17 +00:00
FreeSlave
31b66244e5 Remove USE_SDL2. Always use SDL2 on Windows when available 2024-04-28 19:20:17 +00:00
FreeSlave
de1e971fc5 Add WIN32_USE_SDL2 option 2024-04-28 19:20:17 +00:00
FreeSlave
8337b367d8 Allow using SDL2 mouse input functions on Windows 2024-04-28 19:20:17 +00:00
Andrey Akhmichin
984986f998 Use definitions from build.h everywhere. 2023-11-01 01:25:07 +05:00
Roman Chistokhodov
ad6fb5fe07
Fix crash on older GoldSource versions that didn't have m_rawinput cvar (#357) 2023-03-02 14:09:09 +00:00
FreeSlave
e0279920c7 Access m_rawinput cvar via pointer instead of CVAR_GET_FLOAT 2022-12-30 13:14:00 +03:00
FreeSlave
06424ce6fa Track m_rawinput changes when weapon prediction is disabled 2022-12-30 10:57:07 +03:00
a541a9699c #ifdef->#if. 2021-06-20 03:53:07 +05:00
Roman Chistokhodov
3f6ab0b2fd
Fix Goldsource build (#176) 2021-06-08 02:05:47 +05:00
0dd90846fe #ifdef->#if 2021-06-07 05:05:58 +05:00
Roman Chistokhodov
f7e51e2c20 Stop uncontrollable camera rotating when raw mouse input is on 2019-05-02 13:16:43 +03:00
Roman Chistokhodov
88992a82b8 Reformat spaces to tabs in input_goldsource.cpp 2018-12-04 07:06:30 +03:00
Roman Chistokhodov
60e15c98ee Enable camera rotation on death in Gold Source 2018-12-03 22:11:47 +03:00
9d7ab6acf4 Some fixes for FoV, HUD, egon flare and new compilers. (#52)
* Fix warnings.

* Merge some fixes from https://github.com/Fograin/hl-subs-mod.
2018-03-31 15:09:13 +03:00
Roman Chistokhodov
48733fd1a1 All copyright symbols to (c) 2018-01-19 20:00:32 +03:00
Roman Chistokhodov
5a60f08a59 Joystick support for non-sdl win32 (untested) 2017-12-09 19:57:12 +03:00
Roman Chistokhodov
3574e73a91 sdl loading refactoring 2017-12-07 21:25:26 +03:00
Roman Chistokhodov
de8ce63282 Provide safe wrappers around sdl function pointers. Use dylib extension on macOS 2017-12-07 19:29:38 +03:00
Roman Chistokhodov
1759e8c956 Dynamic sdl2 loading from client 2017-12-07 19:29:38 +03:00
Roman Chistokhodov
1d8d1b5d2e Use mouse input backend depending on the current engine 2017-12-03 23:52:35 +03:00
Roman Chistokhodov
31b2a68d6d goldsource mouse input 2017-12-03 19:47:30 +03:00