raze/source
Christoph Oelckers 1e8e5d3732 - fixed: CON_ADDKILLS in RedNukem code was performing RR-only checks even when playing Duke.
Original code looks like this:

case 88:
	insptr++;
	ps[g_p].actors_killed += *insptr;
	hittype[g_i].actorstayput = -1;
	insptr++;
	break;
2020-02-12 23:14:42 +01:00
..
blood - allow starting Duke, NAM and WW2GI with the RedNukem-based game code for Redneck Rampage. 2020-02-12 20:25:59 +01:00
build - allow starting Duke, NAM and WW2GI with the RedNukem-based game code for Redneck Rampage. 2020-02-12 20:25:59 +01:00
common - restrict cl_weaponswitch to 0 and 1 for Shadow Warrior. 2020-02-12 22:46:18 +01:00
duke3d - allow starting Duke, NAM and WW2GI with the RedNukem-based game code for Redneck Rampage. 2020-02-12 20:25:59 +01:00
exhumed - allow starting Duke, NAM and WW2GI with the RedNukem-based game code for Redneck Rampage. 2020-02-12 20:25:59 +01:00
glbackend - added the missing handling for the basepal tinting. 2020-02-11 20:55:47 +01:00
libsmackerdec - fixed Blood cutscene playback. 2019-12-30 21:36:08 +01:00
platform - fixed Linux paths not ending with a slash. 2020-02-11 21:00:01 +01:00
rr - fixed: CON_ADDKILLS in RedNukem code was performing RR-only checks even when playing Duke. 2020-02-12 23:14:42 +01:00
sw - allow starting Duke, NAM and WW2GI with the RedNukem-based game code for Redneck Rampage. 2020-02-12 20:25:59 +01:00
thirdparty - removed the ENet dependency from gamecontrol.cpp as well. 2020-02-03 21:14:35 +01:00
CMakeLists.txt - fixed some warnings 2020-02-12 00:43:21 +01: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