Revision r7342
👤 terminx
📅 2019-02-20 13:33:00 -0800 (Wed, 20 Feb 2019)
Improve vertical mouse aim
This improves vertical mouse aim in two ways: the Y axis is normalized to match the sensitivity of the X axis, and horiz adjustment has been corrected so that the player's pitch is operated on as an angle instead of as the tangent of said angle. Based on a patch from Fox.
Revision r7341
👤 terminx
📅 2019-02-20 13:32:56 -0800 (Wed, 20 Feb 2019)
Save mouse and joystick analog scales, dead zones, and saturation values to .cfg whether they're the defaults or not
This fixes an issue where changing one of these values would result in the value being written to the .cfg, but changing the value back to the default would leave the old value in the .cfg.
Revision r7340
👤 terminx
📅 2019-02-20 13:32:52 -0800 (Wed, 20 Feb 2019)
Increase MAXANGVEL for player input per tic from 512 to 1024
Revision r7339
👤 terminx
📅 2019-02-20 13:32:48 -0800 (Wed, 20 Feb 2019)
atan2 -> atan2f
Revision r7338
👤 terminx
📅 2019-02-20 13:32:44 -0800 (Wed, 20 Feb 2019)
Change scope of sdlayer lastSwapTime variable
Revision r7337
👤 terminx
📅 2019-02-20 13:32:39 -0800 (Wed, 20 Feb 2019)
Don't crash when attempting to define quotes at indexes that exceed MAXQUOTES
Revision r7336
👤 terminx
📅 2019-02-20 13:30:11 -0800 (Wed, 20 Feb 2019)
Fix typo
Raw Content
------------------------------------------------------------------------
r7343 | terminx | 2019-02-20 13:33:04 -0800 (Wed, 20 Feb 2019) | 1 line
PI -> fPI
------------------------------------------------------------------------
r7342 | terminx | 2019-02-20 13:33:00 -0800 (Wed, 20 Feb 2019) | 3 lines
Improve vertical mouse aim
This improves vertical mouse aim in two ways: the Y axis is normalized to match the sensitivity of the X axis, and horiz adjustment has been corrected so that the player's pitch is operated on as an angle instead of as the tangent of said angle. Based on a patch from Fox.
------------------------------------------------------------------------
r7341 | terminx | 2019-02-20 13:32:56 -0800 (Wed, 20 Feb 2019) | 3 lines
Save mouse and joystick analog scales, dead zones, and saturation values to .cfg whether they're the defaults or not
This fixes an issue where changing one of these values would result in the value being written to the .cfg, but changing the value back to the default would leave the old value in the .cfg.
------------------------------------------------------------------------
r7340 | terminx | 2019-02-20 13:32:52 -0800 (Wed, 20 Feb 2019) | 1 line
Increase MAXANGVEL for player input per tic from 512 to 1024
------------------------------------------------------------------------
r7339 | terminx | 2019-02-20 13:32:48 -0800 (Wed, 20 Feb 2019) | 1 line
atan2 -> atan2f
------------------------------------------------------------------------
r7338 | terminx | 2019-02-20 13:32:44 -0800 (Wed, 20 Feb 2019) | 1 line
Change scope of sdlayer lastSwapTime variable
------------------------------------------------------------------------
r7337 | terminx | 2019-02-20 13:32:39 -0800 (Wed, 20 Feb 2019) | 1 line
Don't crash when attempting to define quotes at indexes that exceed MAXQUOTES
------------------------------------------------------------------------
r7336 | terminx | 2019-02-20 13:30:11 -0800 (Wed, 20 Feb 2019) | 1 line
Fix typo
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.