Knightmare66
|
9b4e85322c
|
Added Q_StrScanToken() to replace StringContainsToken() for non-ambiguous token searching.
Changed CL_FilterStuffText() to use Q_StrScanToken() instead of strstr().
|
2020-05-16 01:02:34 -04:00 |
|
Knightmare66
|
b020f21541
|
Fixed crucified insanes being screwed up by the clearing of spawnflags bit 8, which conflicts with SF_MONSTER_GOODGUY.
This manifiested as glitches such as them sliding downward when they or the player are shot.
|
2020-05-14 03:38:00 -04:00 |
|
Knightmare66
|
9272d5ea85
|
Change Hunk_* and zone alloc functions to use size_t instead of int.
Replace READ_COMPRESSED_SAVEGAMES and WRITE_COMPRESSED_SAVEGAMES macros with COMPRESSED_SAVEGAMES.
Misc changes and some cleanup to game code.
|
2020-04-20 03:17:27 -04:00 |
|
Knightmare66
|
ce580d2c10
|
Added new filesystem functions to game code.
Changed sk_ cvar names to match.
|
2020-04-19 23:57:44 -04:00 |
|
Knightmare66
|
8ac9e3c693
|
More cleanup of string handling in CTF code.
Increased MAX_ARENAS to 4096.
|
2019-11-20 21:13:27 -05:00 |
|
Knightmare66
|
f986267ae2
|
inital commit of full repository
|
2019-03-13 15:20:07 -04:00 |
|