]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
added DP_LITSUPPORT extension
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 7 Dec 2003 09:48:29 +0000 (09:48 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 7 Dec 2003 09:48:29 +0000 (09:48 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3696 d7cf8633-e32d-0410-b094-e92efae38249

pr_cmds.c
todo

index 1fa832fd190ea64119bd67ee034c73a16fe89aad..360573426eed54d4495dbd1c6eb69b512a2ba5e3 100644 (file)
--- a/pr_cmds.c
+++ b/pr_cmds.c
@@ -91,6 +91,7 @@ char *ENGINE_EXTENSIONS =
 "DP_HALFLIFE_MAP "
 "DP_HALFLIFE_MAP_CVAR "
 "DP_INPUTBUTTONS "
+"DP_LITSUPPORT "
 "DP_MONSTERWALK "
 "DP_MOVETYPEBOUNCEMISSILE "
 "DP_MOVETYPEFOLLOW "
diff --git a/todo b/todo
index 7e5f4f5d382d95e7a5d43da9e463bab62c288f6c..4e46a0dd61498cfca5a36b66494a7c2d9257da30 100644 (file)
--- a/todo
+++ b/todo
@@ -38,7 +38,7 @@
 0 darkplaces: GAME_FNIGGIUM: console doesn't show unless you manually pull it down
 0 darkplaces: GAME_FNIGGIUM: startup loading screen (gfx/loadback.tga or whatever)
 0 darkplaces: add DP_GFX_QUAKE3MODELTAGS, DP_GFX_SKINFILES, and any other new extensions to the wiki
-0 darkplaces: add DP_LITSUPPORT extension and document it
+d darkplaces: add DP_LITSUPPORT extension and document it
 0 darkplaces: add DP_SV_ROTATINGBMODEL extension to explain that MOVETYPE_PUSH/SOLID_BSP support rotation in darkplaces and a demonstration of how to use it without qc modifications (Uffe, Supajoe)
 0 darkplaces: add Draw2D function to model struct to make it easy to draw models without an entity (Tomaz)
 0 darkplaces: add _reflect textures which filter use of skybox as a cubemap reflection (FrikaC)