raze/source
Christoph Oelckers 88d421300a - made DukeActor::timetosleep unsigned.
Although mostly theoretical it is possible for this to overflow and render the actor non-functional.
If the value is unsigned the overflow will wrap around to 0 which is not critical.
2022-10-30 16:51:37 +01:00
..
build - made some minor edits to clipmove to get rid of a few deprecated wrapper functions. 2022-10-30 16:51:37 +01:00
common - another bunch of type conversion warnings fixed. 2022-10-30 16:51:35 +01:00
core - added a GZDoom-style alternative HUD. 2022-10-30 16:51:37 +01:00
games - made DukeActor::timetosleep unsigned. 2022-10-30 16:51:37 +01:00
platform - remaining parts of GLES. 2021-09-18 13:03:36 +02:00
thirdparty - Use #pragma once in EASTL's intrusive_list.h. 2021-12-30 23:00:39 +11:00
CMakeLists.txt - added a GZDoom-style alternative HUD. 2022-10-30 16:51:37 +01:00
g_pch.h - removed compat.h entirely, all that was left was redundant #includes. 2021-12-26 23:10:07 +01:00