]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Slight refactor of loading screen. Starting a local server is now flicker-free
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 23 May 2020 06:29:33 +0000 (06:29 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 23 May 2020 06:29:33 +0000 (06:29 +0000)
commitfcb34623c43f76179a495f03672b7fe9543e23ea
treed96d2471913f8af1e979618e864aa13c54d0bdba
parent71c921cfaacf94f369b31ab041bce3ff02beacce
Slight refactor of loading screen. Starting a local server is now flicker-free

Added SCR_EndLoadingPlaque and added a variable to avoid drawing other 2D
elements while the loading screen is active.

Removed unused parameter in SCR_DrawLoadingScreen

This is a bit of a hacky solution but works for now, pending a bigger refactor.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12556 d7cf8633-e32d-0410-b094-e92efae38249
cl_main.c
cl_screen.c
host.c