From d754dc235e18fafe7ccf6ea5f791cd4799128155 Mon Sep 17 00:00:00 2001 From: molivier Date: Thu, 7 Apr 2005 10:00:48 +0000 Subject: [PATCH] Added the DP_HALFLIFE_SPRITE QC extension git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5165 d7cf8633-e32d-0410-b094-e92efae38249 --- pr_cmds.c | 1 + todo | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pr_cmds.c b/pr_cmds.c index 6abd53b6..0ef9ba71 100644 --- a/pr_cmds.c +++ b/pr_cmds.c @@ -97,6 +97,7 @@ char *ENGINE_EXTENSIONS = "DP_GFX_SKYBOX " "DP_HALFLIFE_MAP " "DP_HALFLIFE_MAP_CVAR " +"DP_HALFLIFE_SPRITE " "DP_INPUTBUTTONS " "DP_LITSPRITES " "DP_LITSUPPORT " diff --git a/todo b/todo index a4f4d885..77fa87f7 100644 --- a/todo +++ b/todo @@ -8,6 +8,7 @@ -d (Mabus) darkplaces loading: test zlib support with entirely pk3'd id1 data (should crash because of zlib not being setup early enough - fix this) (Mabus) -d (RenegadeC) darkplaces sound: make sound engine restart ambients after a restart (RenegadeC) -d (Toddd) darkplaces client: fix gl_flashblend, it's still drawing rtdlights even when gl_flashblend is on (Toddd) +-d (Urre) darkplaces server: add DP_HALFLIFE_SPRITE extension (Urre) -d (Vermeulen) darkplaces renderer: bloom effect (Vermeulen) -d (Zenex) darkplaces general: make all text parsing routines support Mac newlines; \r with no \n (Zenex) -d (flum) darkplaces client: corona on your own muzzleflash is annoying when looking down because it can be seen, disable corona on all muzzleflashes (flum) @@ -93,7 +94,6 @@ 0 darkplaces renderer: make sure that the texture fragment allocator can upload a full size block that uses the entire image, this may involve width/height comparisons needing a + 1 (fuh) 0 darkplaces renderer: reverse corona traceline direction so that a player in solid can see coronas (Urre) 0 darkplaces server: PF_vectorvectors is broken, given a v_forward from makevectors (not using roll) it does not give the same v_right and v_up vectors (VorteX) -0 darkplaces server: add DP_HALFLIFESPRITE extension (Urre) 0 darkplaces server: add DP_QC_STRTOKEN extension with these functions: float strtokens(string s, string separator) = #;string strtoken(string s, string separator, float index) = #; (FrikaC) 0 darkplaces server: add DP_QC_WRITESTRING2 extension, same as writestring but does not write trailing 0 (shadowalker) 0 darkplaces server: add DP_SV_DRAWONLYTOTEAM extension (Supajoe) -- 2.39.2