]> 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)
committervortex <vortex@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 24 Apr 2010 15:22:01 +0000 (15:22 +0000)
commit406539417c894954ef88ecc2fc28c26ad01bbba6
tree0d1a114218ace43f776bf7c4e341fa345cbcd75b
parenta848f4b5d1b343436ceabb2ae370aa3468c0af93
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
cl_video.c
cl_video.h
clvm_cmds.c
mvm_cmds.c
prvm_cmds.c
prvm_cmds.h
svvm_cmds.c