Yamagi
fac2313774
Merge pull request #955 from devnexen/fix_windows_hidden
...
introduces a new cl_unpaused_scvis cvar to unpause the cli.
2023-01-21 15:16:14 +01:00
Yamagi
a3d45fef19
Merge pull request #948 from HAMM3REXTREME/patch-1
...
Seperated mapfixes text from monster footstep text
2023-01-21 15:15:28 +01:00
HAMM3REXTREME
b6e5518049
Update 020_installation.md
2023-01-15 01:24:54 -05:00
David Carlier
f394209c75
introduces a new cl_unpaused_scvis cvar to unpause the cli.
2023-01-08 10:14:09 +00:00
Yamagi
6c18d819d3
Merge pull request #947 from devnexen/sound_pause_option
...
Introduces new cvar cl_audiopaused to control if the audio loop
2023-01-08 10:45:55 +01:00
David Carlier
7616880b96
Introduces new cvar cl_audiopaused to control if the audio loop
...
ought to go on or not when the game pauses.
2023-01-07 20:16:24 +00:00
Denis Pauk
02358e2457
Add joy_haptic_filter description
2023-01-07 21:47:21 +02:00
Denis Pauk
633c50177a
Haptic: Fix comments
2023-01-07 21:30:21 +02:00
Denis Pauk
4e36b66654
Add joy_haptic_distance cvar.
...
Haptic maximum effect distance value, By default this cvar is `100.0`.
Any positive value is valid. E.g. effect of shot near barrel to barrel
has 58 points.
2023-01-07 21:30:21 +02:00
Denis Pauk
e1aed62201
Haptic code cleanup
2023-01-07 21:30:21 +02:00
Denis Pauk
66523aa98e
Restore haptic feedback functionality.
...
Rumble feedback will be default.
Checked in both modes with:
* LibSDL2: 2.24.2+dfsg-1 (debian testing)
* Microntek USB Joystick (DragonRise hid-dr.ko)
2023-01-07 21:30:21 +02:00
Yamagi
f9bf0e8861
Add some thoughts about security to the multiplayer guide.
2023-01-07 19:31:58 +01:00
HAMM3REXTREME
8d6eec5d7b
Seperated mapfixes text from monster footstep text
...
Fixed typo too
2022-12-11 15:02:17 -05:00
Yamagi
658b6543ed
Add fotosteps.pkz to the filelist.
2022-10-09 11:05:42 +02:00
Yamagi
c5e87f5c74
Update the URL for the retexturing pack.
2022-10-09 10:47:23 +02:00
Yamagi
f03906e91f
Explain were to get the optional monster footsteps assets from.
2022-10-09 10:46:49 +02:00
Yamagi
805ffac105
Give a hint that the GOG music track need a capital T on Unix.
...
Because Linux and Unix are case sensitive. Second half of #877 .
Closes #877 .
2022-10-09 10:21:23 +02:00
Yamagi
2780bf41ee
Add a warning that addons need their own game.dll.
...
First half of #877 .
2022-10-09 10:19:22 +02:00
Yamagi
294c4d1175
Merge pull request #896 from protocultor/gyro_invert
...
Options to invert gyro axes
2022-10-08 15:08:14 +02:00
Jaime Moreira
9de55c603d
Classic cvar 'in_initjoy' resurrected
...
Added myself to credits
2022-09-19 11:36:23 -03:00
Denis Pauk
61f4540617
Fix documentation for model preview.
...
All default players models have 84-94 frames for salute.
So value will be same for `cyborg`/`female`/`male`.
2022-09-18 12:39:50 +03:00
Denis Pauk
3b583a7143
Bumb game version value
...
New code has exported monster footsteps sounds function.
Fixes typos.
2022-09-18 12:39:50 +03:00
Denis Pauk
93c6c76b0e
sound: cleanup reverb code
2022-09-18 12:39:50 +03:00
SkacikPL
66f1bc9a33
Add simple sound occusion based on YQ2 AL EFX code
...
Can be disabled via s_occlusion 0, strength is modified
via s_occlusion_strength (higher values are actually less occlusion).
Cherrypick of b557494e14
2022-09-18 12:39:50 +03:00
SkacikPL
cfb86acc81
game: Implement monster footsteps.
...
Better tracking of enemies complementing the audio changes.
Cherrypick of 74edb966a2
2022-09-18 12:39:50 +03:00
Yamagi
1053b5dfb1
Merge pull request #871 from 0lvin/new_commands
...
Add new cheats spawn commands
2022-09-17 17:17:02 +02:00
Yamagi
e705b48a8e
Merge pull request #883 from protocultor/thumbsticks_fs
...
Improved controller thumbsticks precision + Flick Stick
2022-09-17 16:13:57 +02:00
Denis Pauk
5cddd2110c
client: add multiplayer model preview animation
2022-09-04 23:40:55 +03:00
Denis Pauk
cf110b5ea0
game: Add spawn on start point
...
It could be used for spawn weapon or opponnent for coop at spawn point.
2022-09-04 23:40:55 +03:00
Denis Pauk
2a8a2f390a
game: add spawn entity by coordinates
2022-09-04 23:40:55 +03:00
Jaime Moreira
c6dd713c89
Smooth rotation for Flick Stick
...
Added cvar to change maximum rotation angle that will be smoothed
2022-08-24 19:37:25 -04:00
Jaime Moreira
748909fd96
"Flick Stick" controller layout implementation
...
With southpaw version added to "sticks layout" menu
Cvar for length of stick to be considered a flick or rotation
Lacks rotation smoothing
2022-08-24 19:02:21 -04:00
Jaime Moreira
0417bc1023
Sloped axial deadzone added
...
2 cvars to change it, 1 per stick
Provides the "snap-to-axis" feeling of the previous axial deadzone
2022-08-24 17:48:33 -04:00
Jaime Moreira
f3fcf3fc24
Joystick handling refactored for precision
...
Changed 6 cvars for stick layout to 1; includes menu option
Axial deadzone replaced with radial one, 6 cvars to 2
Expo different for each thumbstick (1 cvar to 2); sliders included
Expo applied to full joystick vector magnitude, instead of per axis
Deleted "joystick_up" ("updown" function) and its sensitivity
2022-08-24 12:30:39 -04:00
apartfromtime
243d4193ee
Add player models command
...
Update documentation.
2022-08-19 16:07:12 +10:00
Jaime Moreira
7f689f649c
Faster weapon switching with 'cycleweap'
...
Allows to skip elements on the weapon list by tapping the same bound key
2022-08-01 14:31:26 -04:00
Yamagi
c6f6a17176
Merge pull request #849 from protocultor/gyro_aiming
...
Gyro aiming
2022-06-17 13:07:25 +02:00
David CARLIER
a01309235b
client download, adding two new cvar to have the ability to set
...
a threshold to abort the download if a certain transfer rate is too low.
Disabled by default.
2022-06-11 13:41:24 +01:00
Jaime Moreira
f12b759feb
Gyro aiming configuration cvars
...
Cvar to choose between "yaw" (0) or "roll" (1) axis of the controller
to turn (change your yaw) in-game.
Cvars to change pitch and yaw gyro sensitivities.
Updated cvar documentation with new section "Game Controller".
2022-06-07 09:34:45 -04:00
Daniel Gibson
ae4388abed
Doc: Make busywait 0 sound a bit less scary
...
As far as we know it's mostly a Windows-only problem, where
(especially in power-saving modes) sleeping can be very imprecise.
2022-05-11 17:44:57 +02:00
Daniel Gibson
13d3dd1b33
doc/030_configuration.md: Update (and shorten) tuning guide
2022-05-11 16:20:28 +02:00
Daniel Gibson
e3aa1010f9
doc/040_cvarlist.md: improve documentation of cl_async etc
...
to reflect reality, including the latest changes
2022-05-11 02:02:46 +02:00
Yamagi
e294fc94e5
Merge pull request #822 from DanielGibson/gles3-rb
...
OpenGL ES 3.0 support
2022-05-07 09:45:30 +02:00
Daniel Gibson
ef7ba41932
Update documentation for GLES3 and gl3_usefbo
2022-04-27 00:33:46 +02:00
ConHuevosGuey
9c6c2fa749
Update retexturing command in configuration document.
2022-04-25 11:35:23 -05:00
Jaime Moreira
db0e643419
Load gamecontrollerdb.txt for SDL2 joy mappings
2022-04-16 01:37:15 -04:00
Yamagi
6e45f5a66b
Merge pull request #810 from protocultor/prefweap
...
Added prefweap command to select weapon by priority
2022-04-13 11:51:33 +02:00
Jaime Moreira
fadb281ec9
Added cvar to define SDL gamepad's 'Back' button
2022-04-06 22:15:14 -04:00
Jaime Moreira
f80e5224bb
Added prefweap command to select weapon by priority
2022-04-06 15:28:34 -04:00
Denis Pauk
c73eac63b3
soft: rename r_colorlight -> sw_colorlight
2022-03-29 22:29:28 +03:00