raze/source
Mitchell Richters c70cc474a0 - change mouse input from int to float and adjust games accordingly.
* Calculate game-side mousex/mousey divisions into the calculations performed in `InputState::GetMouseDelta()`.
* Fix mouse speed when `in_mousesmoothing` is true (wasn't factoring in / 3.f division used in non-true vector.
* Standard mouse forward/side movement speeds in Exhumed & SW with that of other games.
* Remove `strafeyaw` code from Duke/Exhumed/RR as it's not necessary and was leading to situations where the player would continually keep moving sideways even without input.
* Change mouse forward/side velocities to -= current value as is done with controller input and the player's angle/aim velocities.
2020-07-04 18:28:00 +02:00
..
blood - change mouse input from int to float and adjust games accordingly. 2020-07-04 18:28:00 +02:00
build - factor in xdimenscale and viewingrangerecip when calculating renderSetVisibility(). 2020-07-03 14:42:41 +02:00
common - make SDL mouse scaling match that of Windows for consistency. 2020-07-04 18:25:13 +02:00
core - change mouse input from int to float and adjust games accordingly. 2020-07-04 18:28:00 +02:00
duke3d - change mouse input from int to float and adjust games accordingly. 2020-07-04 18:28:00 +02:00
exhumed - change mouse input from int to float and adjust games accordingly. 2020-07-04 18:28:00 +02:00
glbackend - add gl_texture CVAR to glbackend à la GZDoom. 2020-07-04 18:26:11 +02:00
libsmackerdec - manual update of some missed content. 2020-05-22 18:28:03 +02:00
platform - Raze is not GZDoom. Changed to something more generic. (Will do the same update to GZDoom) 2020-06-16 08:01:37 -04:00
rr - change mouse input from int to float and adjust games accordingly. 2020-07-04 18:28:00 +02:00
sw - change mouse input from int to float and adjust games accordingly. 2020-07-04 18:28:00 +02:00
thirdparty engine: update libdivide 2020-06-17 12:26:03 +02:00
__autostart.cpp - added the softpoly and Vulkan backend code fron GZDoom. 2020-05-31 10:53:11 +02:00
CMakeLists.txt - added some ZScript basics. 2020-06-20 09:46:41 +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