raze/source
Mitchell Richters b5a9085aed - Exhumed: Restore more accurate pitch adjustment for Ramses.
* Use `maphoriz(-11)` instead of some voodoo degree amount so it's clear when comparing sources.
* Don't stop interpolating while doing Ramses.
* Apply Ramses pitch amount to `nVertDestPan`, just like the original.
* Don't reset all angles when initialising Ramses, just set the yaw angle.
* Don't return player's view to center when doing Ramses, use the delta between `nDestVertPan` and the player's pitch, using same formula as original.
* Comment in how normal/non-ramses `nDestVertPan` setting should be 8x the sprite Z move delta, not 2x. I know it's not correct, but its been this way for a long time and we probably should CVAR it.
* When doing the player's death pitch, it's 40.156 degrees (horizon of 108), not 38 degrees (horizon of 100). This was a misread of mine way back when.
2023-03-26 22:13:57 +11:00
..
build - fixed bad slope sprite offset in clipmove. 2023-01-21 13:39:16 +01:00
common - backend update from GZDoom. 2023-03-26 11:45:25 +02:00
core - Exhumed: Restore more accurate pitch adjustment for Ramses. 2023-03-26 22:13:57 +11:00
games - Exhumed: Restore more accurate pitch adjustment for Ramses. 2023-03-26 22:13:57 +11:00
platform - updated minimum macOS version in bundle .plist file 2022-12-15 10:26:51 +02:00
thirdparty - Use #pragma once in EASTL's intrusive_list.h. 2021-12-30 23:00:39 +11:00
CMakeLists.txt - Exhumed: Bring pickup code back into player.cpp 2023-03-26 10:30:27 +11:00
g_pch.h - backend cleanup from GZDoom. 2022-12-18 16:31:50 +01:00