raze/source
Mitchell Richters f22b6b95d2 - Remove DCorePlayer::getCameraAngles().
* `CameraAngles` used to be private within `PlayerAngles` and accessed via a friendship with `GameInput`.
* Just make it public for now, its not worth the complex setup to protect against this as we can control access by simply not exporting it to ZScript.
2023-12-05 22:39:31 +01:00
..
build - fixed bad slope sprite offset in clipmove. 2023-01-21 13:39:16 +01:00
common for line intersection, exclude the end point of the intersected line. 2023-12-05 22:39:29 +01:00
core - Remove DCorePlayer::getCameraAngles(). 2023-12-05 22:39:31 +01:00
games - Remove DCorePlayer::getCameraAngles(). 2023-12-05 22:39:31 +01:00
platform - bumped minimum OS version to 10.13 in .plist file 2023-12-05 22:39:30 +01:00
thirdparty - Use #pragma once in EASTL's intrusive_list.h. 2021-12-30 23:00:39 +11:00
CMakeLists.txt - Move PlayerAngles class directly into DCorePlayer. 2023-12-05 22:39:30 +01:00
g_pch.h - backend update from GZDoom. 2023-09-23 09:56:27 +02:00