]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
Host_Main improvements. Workaround to avoid crash with +map no longer needed.
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 19 Jun 2020 15:24:18 +0000 (15:24 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 19 Jun 2020 15:24:18 +0000 (15:24 +0000)
commit79eac572d2efd9d7b8460e5ac0a223174b9c591e
tree30386fbe0f5dcb71f7e7f0b4826eee5bb433a5d7
parent22e2f65fa1153cbab0e2078412141335640bd285
Host_Main improvements. Workaround to avoid crash with +map no longer needed.

* FreeType2 now tries to load by default, regardless of game.
  This fixes font issues if this cvar is turned off after the subsystem
  is already initialized. This has no side effects in Quake as far as I
  can tell.

* Host_StartVideo has been moved to CL_Init where it honestly should be.
  This makes it easier to initialize the engine without a client
  compiled in. The FT2 fix allows initialization to happen early without
  screwing with the fonts.

* VID_Start will now parse +vid_width and +vid_height just the same as
  -width and -height, as well as +vid_fullscreen 1 and 0 for -fullscreen
  and -window respectively.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12699 d7cf8633-e32d-0410-b094-e92efae38249
cl_main.c
cmd.c
ft2.c
host.c
vid_shared.c