nuclide/src/server
Marco Cawthorne d9dababe65 Moved all possibly game-specific flags (such as FL_FLASHLIGHT) into gflags,
this affects mods. Please check the diff to see what you'll need to adjust.
2020-10-22 16:30:37 +02:00
..
cstrike Moved all possibly game-specific flags (such as FL_FLASHLIGHT) into gflags, 2020-10-22 16:30:37 +02:00
gearbox Moved all possibly game-specific flags (such as FL_FLASHLIGHT) into gflags, 2020-10-22 16:30:37 +02:00
hunger Moved all possibly game-specific flags (such as FL_FLASHLIGHT) into gflags, 2020-10-22 16:30:37 +02:00
poke646 Moved all possibly game-specific flags (such as FL_FLASHLIGHT) into gflags, 2020-10-22 16:30:37 +02:00
rewolf Moved all possibly game-specific flags (such as FL_FLASHLIGHT) into gflags, 2020-10-22 16:30:37 +02:00
scihunt Moved all possibly game-specific flags (such as FL_FLASHLIGHT) into gflags, 2020-10-22 16:30:37 +02:00
tfc Moved all possibly game-specific flags (such as FL_FLASHLIGHT) into gflags, 2020-10-22 16:30:37 +02:00
valve Moved all possibly game-specific flags (such as FL_FLASHLIGHT) into gflags, 2020-10-22 16:30:37 +02:00
client.c update copyright dates because I've been forgetting all year. 2020-04-07 14:46:23 +02:00
defs.h Moved all possibly game-specific flags (such as FL_FLASHLIGHT) into gflags, 2020-10-22 16:30:37 +02:00
entry.c Moved all possibly game-specific flags (such as FL_FLASHLIGHT) into gflags, 2020-10-22 16:30:37 +02:00
footsteps.c Fix armor indirection bug. The compiler ought to warn about name conflicts like these. 2020-05-28 19:53:24 +02:00
gamerules.cpp CBaseEntity: Added support for the 'scale' field in the rendering, also made the codebase use the builtin target/targetname 2020-09-08 22:49:35 +02:00
gamerules.h Add func_tank, func_tankmortar and generally faff about with input code. 2020-09-04 21:28:06 +02:00
include.src Moved all possibly game-specific flags (such as FL_FLASHLIGHT) into gflags, 2020-10-22 16:30:37 +02:00
logging.c Progs.src for server-side codebases are much simpler now, player class now 2020-05-03 05:26:06 +02:00
logging.h Progs.src for server-side codebases are much simpler now, player class now 2020-05-03 05:26:06 +02:00
nodes.c Client: Fixed some warnings and some added some paranoid free() calls. 2020-10-16 02:26:45 +02:00
nodes.h Progs.src for server-side codebases are much simpler now, player class now 2020-05-03 05:26:06 +02:00
plugins.c Plugins: Added hooks for InitEnts and cleaned up some plugins that would benefit from it. 2020-08-16 01:04:20 +02:00
plugins.h Plugins: Added hooks for InitEnts and cleaned up some plugins that would benefit from it. 2020-08-16 01:04:20 +02:00
sentences.c Client: Fixed some warnings and some added some paranoid free() calls. 2020-10-16 02:26:45 +02:00
sentences.h Progs.src for server-side codebases are much simpler now, player class now 2020-05-03 05:26:06 +02:00
server.c Renamed /Source to /src 2019-09-01 04:35:37 +02:00
skill.c Some basic Attack functions for CBaseMonster. monster_barney in Half-Life will draw, holster his weapon against targets and shoot. Shows there's some use in our pathfinding already. 2020-07-27 01:19:53 +02:00
skill.h Server: Use the undocumented (but handy) readcmd instead of localcmd to parse skill files instantly. This will avoid the bug of delayed config loading. That's the theory. 2020-07-25 01:58:12 +02:00
spawn.c Progs.src for server-side codebases are much simpler now, player class now 2020-05-03 05:26:06 +02:00
spawn.h Progs.src for server-side codebases are much simpler now, player class now 2020-05-03 05:26:06 +02:00
traceattack.c TraceAttack: Added support for weapon-specific penetration values. 2020-04-23 06:51:39 +02:00
vehicles.c Add func_tank, func_tankmortar and generally faff about with input code. 2020-09-04 21:28:06 +02:00
vehicles.h Add func_tank, func_tankmortar and generally faff about with input code. 2020-09-04 21:28:06 +02:00
vote.c Moved Player_Death into the Gamerule logic. 2020-04-20 19:25:15 +02:00
vox.c Progs.src for server-side codebases are much simpler now, player class now 2020-05-03 05:26:06 +02:00
vox.h Progs.src for server-side codebases are much simpler now, player class now 2020-05-03 05:26:06 +02:00
weapons.c Moved all possibly game-specific flags (such as FL_FLASHLIGHT) into gflags, 2020-10-22 16:30:37 +02:00
weapons.h player_weaponstrip: Initial implementation; func_breakable: warn when key 'spawnobject' defines an out-of-bounds spawn id. 2020-06-12 09:46:24 +02:00