raze/source
Mitchell Richters 3af6ad697b Duke3D: Process q16rotscrnang and q16look_ang at frame-rate.
Had to move lastInputTicks to the DukePlayer_t struct. When first running P_GetInput(), the initial value of elapsedInputTicks is the actual value of timerGetHiTicks(), which is into the thousands. This high initial value was affecting how scaleAdjustmentToInterval() scales as it was taking an initial q16look_ang value of 512 and overflowing the fix16_t type, making it -32,768.
2020-05-13 15:12:44 +02:00
..
blood All Games: Make more precise use of 'scaleAdjustmentToInterval()'. 2020-04-14 00:00:21 +02:00
build Build: Change renderSetRollAngle() to take a float and not an int32_t. 2020-05-13 15:12:44 +02:00
common - fixed compilation of Cocoa backend 2020-05-05 10:55:35 +03:00
core RR: Properly scale tilt_status on vehicles with input being tied to frame-rate. 2020-05-11 21:27:29 +02:00
duke3d Duke3D: Process q16rotscrnang and q16look_ang at frame-rate. 2020-05-13 15:12:44 +02:00
exhumed Exhumed: Set scaleAdjustmentToInterval to correct value for game's ticrate. 2020-05-13 15:10:18 +02:00
glbackend - handle RRRA E1L2's fog in the shader instead of hacking the shade tables. 2020-04-12 08:30:43 +02:00
libsmackerdec - file system update and adjustment. 2020-04-12 08:30:40 +02:00
platform - fixed compilation of Cocoa backend 2020-05-05 10:55:35 +03:00
rr RR: fix stupid input scaling bug 2020-05-11 21:27:29 +02:00
sw SW: fix stupid input scaling bug 2020-05-11 21:27:29 +02:00
thirdparty - code cleanup / removal of imgui. 2020-04-12 08:30:39 +02:00
CMakeLists.txt - require ZMusic library for non-MSVC targets 2020-04-13 23:59:50 +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