]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
simple video subtitles support, defined in external text files, added a couple of...
authorvortex <vortex@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 24 Apr 2010 15:22:01 +0000 (15:22 +0000)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 30 Apr 2010 17:14:37 +0000 (19:14 +0200)
commitee616c0b576a55e9b0724a254d1fc3bc99330311
tree69927cbab5e91245457ac869bd417502bd3e7c4a
parent86783d718a17fbc15f4c3866d2ae810b91bd3586
simple video subtitles support, defined in external text files, added a couple of cvars controlling subtitles (cl_video_*). Added video scaling (video will not be drawn fullscreen but less size and centered) and brightness cvar. Added videoplaying() builtin for menuvm and csqc. Changed isdemo() function to be shared between menuvm and csqc (since it is same). Subtitles uses NOTIFY font.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10099 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=406539417c894954ef88ecc2fc28c26ad01bbba6
cl_video.c
cl_video.h
clvm_cmds.c
mvm_cmds.c
prvm_cmds.c
prvm_cmds.h
svvm_cmds.c