]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Umm, I think this todo item (netconn) has been done some time ago.
authorblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 9 Apr 2005 20:11:40 +0000 (20:11 +0000)
committerblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 9 Apr 2005 20:11:40 +0000 (20:11 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5168 d7cf8633-e32d-0410-b094-e92efae38249

todo

diff --git a/todo b/todo
index 77fa87f759e8f997622cf222274b9e20cf9a5531..f3d45f00fda3c8f3714e3eccb93566af396f9c08 100644 (file)
--- a/todo
+++ b/todo
 3 darkplaces client: add back r_waterripple (Vermeulen)
 3 darkplaces client: add clientside entity prediction similar to qw based on ping, and add cl_prediction and cl_prediction_lockping
 3 darkplaces client: add direct xvid recording using the xvid library (Error, Vermeulen)
-3 darkplaces client: change server browser listing structures to store the real data returned from the server, rather than the current processed strings suited only to the menu, menu qc needs to look at the original data (Black)
 3 darkplaces client: figure out why multimap demos are skipping the later portions, it's probably related to the time seeking, probably not being reset (Urre)
 3 darkplaces client: make "wait" command wait for next network frame somehow when connected, to make frikbot .way files load properly (Nexuiz, Transfusion, FrikaC)
 3 darkplaces client: make a new caching system with handles (which can be purged) and give every entity a cache handle to a model instance, which contains cache handles for each mesh/array
 7 darkplaces renderer: make it work on Savage4 again (Ender)
 7 darkplaces renderer: mirrors (Sajt)
 7 darkplaces renderer: shadow volume clipping (romi)
+d darkplaces client: change server browser listing structures to store the real data returned from the server, rather than the current processed strings suited only to the menu, menu qc needs to look at the original data (Black)
 d darkplaces GLX client: make sure that vid_vsync is taking effect immediately
 d darkplaces SDL client: add key repeat
 d darkplaces WGL client: if gamma setting fails, restore system gamma (RenegadeC)