raze-gles/source
Christoph Oelckers 8114309e89 - compat.h cleanup.
* use static_assert directly. Raze is C++17, no need for that macro shit.
* removed CONSTEXPR - I seriously fail to see the use here, many of the functions marked as CONSTEXPR cannot possibly even be constant evaluated so the declaration makes no sense. Removed most of these and replaced the valid ones with the official constexpr keyword.
* got rid of EDUKE_PREDICT_FALSE - this makes zero sense in script parsing code, at best it will save a few microseconds. Clean code wins.
* replaced Blrintf with xs_CRoundToInt. Shitty name is shitty name, even if derived from POSIX.
* replaced Bstr*casecmp with str*icmp. As these get defined in the CMake project based on actual compiler checks they are preferable here.
* removed lots of other stuff that is not needed with a minimum compiler requirement of C++17.
2020-09-04 21:24:48 +02:00
..
blood - compat.h cleanup. 2020-09-04 21:24:48 +02:00
build - compat.h cleanup. 2020-09-04 21:24:48 +02:00
common - implemented the 'god' cheat as a network command. 2020-09-03 00:29:17 +02:00
core - compat.h cleanup. 2020-09-04 21:24:48 +02:00
exhumed - compat.h cleanup. 2020-09-04 21:24:48 +02:00
games/duke - transitioned SW to level change event system 2020-09-04 21:15:15 +02:00
glbackend - tinkering with the savepic code. 2020-09-01 19:21:00 +02:00
libsmackerdec - fixed the cheat handler. 2020-07-25 17:25:21 +02:00
platform - Raze is not GZDoom. Changed to something more generic. (Will do the same update to GZDoom) 2020-06-16 08:01:37 -04:00
sw - compat.h cleanup. 2020-09-04 21:24:48 +02:00
thirdparty - Major cleanup of Q16.16 utilisation within games and engine. 2020-09-01 23:00:47 +10:00
__autostart.cpp - added the softpoly and Vulkan backend code fron GZDoom. 2020-05-31 10:53:11 +02:00
CMakeLists.txt - implemented the 'god' cheat as a network command. 2020-09-03 00:29:17 +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
zzautozend.cpp - added the softpoly and Vulkan backend code fron GZDoom. 2020-05-31 10:53:11 +02:00