raze/source
Mitchell Richters d79a5d256d - fix joystick scaling for all games.
* Repairs https://forum.zdoom.org/viewtopic.php?f=340&t=67239 and https://forum.zdoom.org/viewtopic.php?f=340&t=67933
* Values that come from GZDoom backend are too low to be suitable for the Build games which were dividing by 'analogExtent'.
* Remove definition of analogExtent from all games and define in inputstate.h, then define joyaxesScale as 75% of analogExtent to provide a bit of headroom and not have a scale of 1.0 be full speed.
* Invert the returned results of GetAxes() as the returned floats are reversed for build games.
* Leverage scaleAdjustmentToInverval() on game-side code to consistently scale the input irrespective of frame rate, vsync etc.
2020-06-12 16:44:08 +02:00
..
blood - backend update. 2020-06-11 09:15:44 +02:00
build - removed the old OpenGL interface. 2020-06-12 00:25:52 +02:00
common - removed the old OpenGL interface. 2020-06-12 00:25:52 +02:00
core - fix joystick scaling for all games. 2020-06-12 16:44:08 +02:00
duke3d - fix joystick scaling for all games. 2020-06-12 16:44:08 +02:00
exhumed - fix joystick scaling for all games. 2020-06-12 16:44:08 +02:00
glbackend - removed the old OpenGL interface. 2020-06-12 00:25:52 +02:00
libsmackerdec - manual update of some missed content. 2020-05-22 18:28:03 +02:00
platform - moved platform backend code to 'common'. 2020-05-26 00:09:27 +02:00
rr - fix joystick scaling for all games. 2020-06-12 16:44:08 +02:00
sw - fix joystick scaling for all games. 2020-06-12 16:44:08 +02:00
thirdparty - code cleanup / removal of imgui. 2020-04-12 08:30:39 +02:00
__autostart.cpp - added the softpoly and Vulkan backend code fron GZDoom. 2020-05-31 10:53:11 +02:00
CMakeLists.txt - removed the old OpenGL interface. 2020-06-12 00:25:52 +02:00
g_pch.h - cleaned up the remaining dependencies on windows.h 2020-02-03 21:30:57 +01:00
gitinfo.cpp - rewrote the screenshot code to use m_png as its backend. 2019-11-02 12:59:59 +01:00
zzautozend.cpp - added the softpoly and Vulkan backend code fron GZDoom. 2020-05-31 10:53:11 +02:00