0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-01-30 02:30:41 +00:00
raze-gles/source/sw
Mitchell Richters 1900cf1fcc - Move Duke's getincangle() function to the backend, create Q16.16 variant (getincangleq16()) and replace Shadow Warrior's discrete implementations shared versions.
* Need SW's input helpers available for Blood but therefore also need an angle delta function that does not seem to exist in Blood.
* Realise that gamecontrol.h/cpp might not be the most appropriate place, but it's a shared location and these will go into binaryangle.h when its utilisation can be more realised.
* Because SW's logic was reversed, in that param  was the new angle and param  was the current, all calls have been reversed.
* By happenstance, also fixes an issue with multiple 180° turns in quick succession.
2020-09-20 16:21:13 +10:00
..
src - Move Duke's getincangle() function to the backend, create Q16.16 variant (getincangleq16()) and replace Shadow Warrior's discrete implementations shared versions. 2020-09-20 16:21:13 +10:00
CMakeLists.txt - removed all automap code from SW and the flat drawer from the backend. 2020-09-06 12:14:08 +02:00