]> git.xonotic.org Git - xonotic/darkplaces.git/commit
(Round 1) Break up host_cmd.c
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 22 Jun 2020 15:16:13 +0000 (15:16 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 22 Jun 2020 15:16:13 +0000 (15:16 +0000)
commit197da0b9148dfb2d1b16457df1ba1c08b86ff9c2
treee6d2f6710895bf824e2d65b10fcd4ba1f8d593e8
parentf38f2319326209a596d18af8e6634a0d1e2e78cc
(Round 1) Break up host_cmd.c

Massive move operation of pretty much every single SV_ function.
There are some functions that are dual server and client in purpose that
need to be broken up, but that will require manual effort other than
mere copying.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12718 d7cf8633-e32d-0410-b094-e92efae38249
darkplaces-sdl2-vs2017.vcxproj
darkplaces-sdl2-vs2019.vcxproj
host_cmd.c
makefile.inc
prvm_edict.c
quakedef.h
server.h
sv_ccmds.c [new file with mode: 0644]
sv_main.c
sv_save.c [new file with mode: 0644]
sv_user.c