]> git.xonotic.org Git - xonotic/darkplaces.git/commit
host: Major refactor
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 20 Jul 2020 14:27:33 +0000 (14:27 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 20 Jul 2020 14:27:33 +0000 (14:27 +0000)
commita44a8e4cff906212f7ec4aa15a2addbeaa8dfe7a
tree0ff93f50162dc4c6b296a0f193e1df455681262d
parent70ec04cceecaa9db01621adb7fc12ff9ec9cb422
host: Major refactor

* Split up Host_Main. Implemented Host_Frame (which is now most of what
  Host_Main was), and moved timekeeping and sleep code to the new
  Host_Main.
* Moved all server frame code to the new SV_Frame.
* Fixed sleep behavior. A dedicated server should sleep again.
* General cleanup. New functions to split things up and keep things
  readable.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12844 d7cf8633-e32d-0410-b094-e92efae38249
cl_main.c
cmd.h
host.c
quakedef.h
sv_main.c
zone.h