ioef/code/server
Zack Middleton c4f5176af4 Set bsp_trace_t::surface.flags to surfaceFlags in server and game
Revert last commit so that grapple sky check is compatible with BSPC
BotImport_Trace in (removed from repo) code/bspc/be_aas_bspq3.c.

Set bsp_trace_t::surface.flags instead of surface.value to trace_t::surfaceFlags.
surface.flags is only used for the sky check for grapple AAS reachability.
surface.value is not used at all.

bsp_trace_t is not part of the game VM API, so this does not affect VM compatibility.
BotAI_Trace in game was changed to match server. surface.value/flags are not used in game.
2015-02-18 15:17:57 -06:00
..
server.h
sv_bot.c Set bsp_trace_t::surface.flags to surfaceFlags in server and game 2015-02-18 15:17:57 -06:00
sv_ccmds.c Fix max bans range check in SV_AddBanToList 2014-05-25 18:41:51 -05:00
sv_client.c Fix sending pk3 download error messages to clients 2014-02-09 20:23:48 -06:00
sv_game.c
sv_init.c Merge pull request #35 from inolen/no_renderer_restart 2014-02-01 16:22:24 -08:00
sv_main.c Fix case where interval overflows (thanks jackeri) 2014-12-29 19:08:42 +00:00
sv_net_chan.c
sv_rankings.c
sv_snapshot.c
sv_world.c