]> icculus.org git repositories - divverent/darkplaces.git/blob - todo
*** empty log message ***
[divverent/darkplaces.git] / todo
1 - todo: difficulty ratings are: 0 = trivial, 1 = easy, 2 = easy-moderate, 3 = moderate, 4 = moderate-hard, 5 = hard, 6 = hard++, 7 = nightmare, d = done, n = done but have not notified the people who asked for it, f = failed
2 0 darkplaces: add DP_LITSUPPORT extension
3 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)
4 0 darkplaces: add a .collision_cancollide QC function call to decide if an entity should collide with another, or pass through it (Uffe)
5 0 darkplaces: add a clipmask thingy to allow QC to mask off collisions as it wishes (Uffe)
6 0 darkplaces: add cvars for sbar alpha (background and foreground) (Throvold@uboot.com)
7 0 darkplaces: add lightning beam settings to menu (romi)
8 0 darkplaces: add scr_conbrightness cvar (0-1) to control brightness of conback (0 = black and does not load conback, resets back to 0 if conback fails to load)
9 0 darkplaces: add svc_setanglefloat and DP_SVC_SETANGLEFLOAT extension (FrikaC, SeienAbunae)
10 0 darkplaces: change particle() macro in cl_particles.c to have a do{}while(0) to eat the ;
11 0 darkplaces: check if nodrawtoclient works and if not, fix it (Uffe)
12 0 darkplaces: check out qe1 textures and make sure they load in all the e1 maps, report of crashing in most but not all maps (Linny Amore)
13 0 darkplaces: crash when changing level while using qe1 textures (Todd)
14 0 darkplaces: darkplaces-glx -path transfusion crashes, fix the crash even though it's not going to work anyway (Todd)
15 0 darkplaces: default to 32bit color
16 0 darkplaces: delay "connect" and "playdemo" and "timedemo" until after video init to cause quicker video startup (KrimZon)
17 0 darkplaces: document how polygon collision works in the code (KrimZon)
18 0 darkplaces: document the TEI stuff used in Nexuiz?  check telejano site first (SeienAbunae)
19 0 darkplaces: figure out and fix the 'rubbing against a moving door causes block' bug (Static_Fiend)
20 0 darkplaces: figure out random crashes on map changes (Uffe, QorpsE)
21 0 darkplaces: figure out what's wrong with gloss rendering vertex calculations, which may be GF2 related (QorpsE)
22 0 darkplaces: figure out why monsters keep making fall pain sound after they've landed in dpmod (Cruaich)
23 0 darkplaces: finish the parital update support in protocol.[ch] and reduce packet size to 1k to fix NAT routers
24 0 darkplaces: fix particle trails (I think trail start is identical to trail end) (Supajoe, SeienAbunae)
25 0 darkplaces: fix skybox geometry (SeienAbunae)
26 0 darkplaces: fix view blends slightly lingering as time goes on, they should go away completely (Cruaich)
27 0 darkplaces: frikbot scores don't update (Todd)
28 0 darkplaces: funky lightmaps in prydon gate and dm1 on TNT1/2, which get worse the more times you reload it?  (NotoriousRay, Uffe)
29 0 darkplaces: get rid of stencil options and make 32bit color automatically use stencil
30 0 darkplaces: have a look at CFQ and figure out why its b0rked
31 0 darkplaces: identify bug in gloss rendering regarding normalization cubemap (QorpsE)
32 0 darkplaces: identify weird lightmap texturing bug on TNT cards - goes away in r_textureunits 1 (Uffe)
33 0 darkplaces: make Com_HexDumpToConsole not use color
34 0 darkplaces: make S_Update take a matrix4x4_t *
35 0 darkplaces: make a flag for rtlights that makes them appear in normal mode (not just r_shadow_realtime_world mode) (Vermeulen)
36 0 darkplaces: make dedicated server not load images (maybe all fail?)
37 0 darkplaces: make extension for EF_FULLBRIGHT (FrikaC)
38 0 darkplaces: make memory pools have a flag to print them as temporary pools (I.E. consider them leaks if anything is in them) (Vicious)
39 0 darkplaces: make missing skins show as white on models (Electro)
40 0 darkplaces: make reliable message splitting use a different limit than unreliable message size (yummyluv)
41 0 darkplaces: make server queries use a queue to avoid flooding out queries too fast, and then change the reply receive code drop packets from servers not in the list (Willis)
42 0 darkplaces: make sure QuakeDoneQuick works (Chris Kemp)
43 0 darkplaces: make sure r_drawportals works
44 0 darkplaces: make sure r_fullbright works
45 0 darkplaces: make sure that sky works without a valid size (just treat it as single layer clouds or non-animated) (tell Vermeulen)
46 0 darkplaces: make sure that textureless models are white and not invisible, apparently creating a .bmp texture (not supported) made the models black, even more odd... (McKilled, QorpsE)
47 0 darkplaces: r_shadow should load .ent when importing light entities
48 0 darkplaces: r_skyscroll1 and r_skyscroll2 cvars (SeienAbunae)
49 0 darkplaces: rename r_picmip and r_max_size and such to glquake names
50 0 darkplaces: reset zoom on connect (Rick)
51 0 darkplaces: revert noclip movement to match nq for compatibility with mods that trap movement as input (MauveBib)
52 0 darkplaces: segfault reading memory in windows when starting a new server from menu (yummyluv)
53 0 darkplaces: test TecnoX and find the frikbot crash in SV_Physics (KrimZon)
54 0 darkplaces: test zlib support with entirely pk3'd id1 data (should crash because of zlib not being setup early enough - fix this) (Mabus)
55 0 darkplaces: toggling decals in menu doesn't work
56 0 darkplaces: try not adding gravity when onground to see if it gets rid of ramp sliding (Midgar)
57 0 dpmod: fix backpacks (giving no ammo)
58 0 dpmod: impulse 154 should cycle to deathmatch 7 (Rick)
59 0 dpmod: items aren't respawning in coop, they should
60 0 dpmod: up nail limit to 500 (scar3crow)
61 0 dpzoo: colored lighting
62 0 dpzoo: func_train with sky brushes
63 0 dpzoo: particlecube
64 0 dpzoo: rain
65 0 dpzoo: rotating fan bmodels
66 0 dpzoo: rtlights in normal mode (when that extension is made)
67 0 dpzoo: skybox
68 0 dpzoo: snow
69 0 dpzoo: thief-like area to sneak past a guard who can easily kill you (shambler?) to demonstrate lightlevel checking
70 0 dpzoo: transparent glass bmodels (DP_ENT_ALPHA)
71 0 hmap: add space to seconds reports in all utilities so it doesn't say secondssss (FrikaC)
72 0 litsupport: fix the one COM_HunkFile call that uses two parameters (glquake took one) and fix the few "//lit support begin" messages at the end of code blocks (metlslime)
73 0 sv_user.qc: figure out why looking up/down slows movement and fix it (Vermeulen)
74 1 darkplaces: add DP_CLIENTCAMERA extension (.entity clientcamera; sets which entity the client views from) (Wazat for Battlemech, SeienAbunae)
75 1 darkplaces: add DP_EF_CLIENTLOCKANGLES extension (prevents client from turning view, takes angles from entity) (Wazat for Battlemech, SeienAbunae)
76 1 darkplaces: add DP_EF_PRECISEANGLES extension (sends short angles instead of byte) (Wazat for Battlemech)
77 1 darkplaces: add DP_SV_READCLIENTINPUT extension (.vector clientinput; works like .movement but for mouse or any other similar controllers) (Wazat for Battlemech, FrikaC, SeienAbunae)
78 1 darkplaces: add EndGame function (called on server shutdown or level change) (SeienAbunae, Nexuiz)
79 1 darkplaces: add a "cmd" command to the client for sending arbitrary commands to the server, mainly for use with KRIMZON_SV_PARSECLIENTCOMMAND
80 1 darkplaces: add a .modelflags variable which if non-zero overrides model flags (Electro, Arwing)
81 1 darkplaces: add a string function that returns a character value from a string, mainly for csqc printing its own text (SeienAbunae)
82 1 darkplaces: add an optimized special case to AngleVectors for roll == 0 (thanks to fuh for the idea)
83 1 darkplaces: add buttons 9-16 (yummyluv)
84 1 darkplaces: add con_dump command to dump history to a file
85 1 darkplaces: add con_log cvar to set console logging target (default "", or default "qconsole.log" if -condebug is used)
86 1 darkplaces: add gettimestamp builtin (returns a string) for logging purposes (SeienAbunae)
87 1 darkplaces: add r_displayrefresh cvar for windows video refresh settings (Willis)
88 1 darkplaces: add r_waterwarp to allow disabling view squishing underwater
89 1 darkplaces: add some particles to teleportsplash (Uffe)
90 1 darkplaces: check out QMB lightning and lava effects (jeremy janzen)
91 1 darkplaces: clear stainmaps on map restart/change based on cl_stainmapsclearonload cvar (John Truex, Electro)
92 1 darkplaces: client crashes on +button8? (Static_Fiend)
93 1 darkplaces: crashes on radeon in rare situations that seem to occur in dpmod dm 7 mode? (Option42)
94 1 darkplaces: decide on an extension name for .ent loading and report it, also document in dpextensions (tell FrikaC, Gleeb, and add to wiki)
95 1 darkplaces: display "No servers found" instead of a cursor when there are none (yummyluv)
96 1 darkplaces: document EndFrame extension (tell Uffe, SeienAbunae)
97 1 darkplaces: don't accept connect packets after first one (tell Willis)
98 1 darkplaces: execute -key events for all binds when map starts (mercury82)
99 1 darkplaces: figure out what is wrong with loading _glow/_luma textures on md3 models (not bsp textures) (kd23 Nexuiz)
100 1 darkplaces: figure out what's causing skybox to go textureless occasionally (yummyluv)
101 1 darkplaces: finish porting Quake2 keyboard stuff (such as clipboard) (Rick)
102 1 darkplaces: fix lots of bugs and then retitle the website to get more publicity: DarkPlaces: Re-live Quake again...
103 1 darkplaces: fix stuck buttons during a level change (tkimmet@ezworks.net)  (further note: this is from the console becoming active temporarily and catching the key release when the player lets go during the loading stage, make it possible to release a button that was pressed before the console was activated)
104 1 darkplaces: look at and integrate Vic's updated zone.[ch] (Vic)
105 1 darkplaces: make Host_Error call error reset functions on renderer subsystems?  (models are already flushed)
106 1 darkplaces: make r_fogsky cvar to allow use of sky instead of fog when fog is used (SeienAbunae)
107 1 darkplaces: make r_shadow cvars accessible in effects options menu
108 1 darkplaces: make sure 24bit sky textures work (Static_Fiend)
109 1 darkplaces: make sure EF_FULLBRIGHT works on bmodels (FrikaC)
110 1 darkplaces: make sure EF_FULLBRIGHT works on models (FrikaC)
111 1 darkplaces: make sure EF_FULLBRIGHT works on sprites
112 1 darkplaces: send bmodels even if alpha is 0 or EF_NODRAW is on
113 1 darkplaces: still says " disconnected" in dpmod, figure out why and fix it
114 1 dpmod: add a Treasure Hunt mode (inspired by preview of Will Rock) - a team wins when they hold all the artifacts
115 1 dpmod: add func_crate (NotoriousRay)
116 1 dpmod: dm 7 monster spawns should occasionally be a crowd of Diablo2 style powered up monsters (Rick)
117 1 dpmod: dm 7 monster spawns should occasionally fail in a shower of gibs (Rick)
118 1 dpmod: dm 7 super monsters should glow and have a name which shows up when in crosshairs (Rick)
119 1 dpmod: dm 7 super scrag should fire spiral acid (Rick)
120 1 dpmod: make a skill 4 mode where monsters are nearly invisible (alpha 0.2?) except when attacking or in pain
121 1 dpmod: make grunts reload less often, like every 10 shotgun shells (scar3crow)
122 1 dpmod: make ogres start up their chainsaw when first seeing an enemy (scar3crow)
123 1 dpzoo: flame jet
124 1 hlight: report locations of lights in solid (FrikaC)
125 1 hmap: add mip loading support to hqbsp
126 1 hmap: figure out why hqbsp is crashing when given a worldcraft map with the wads installed properly but referenced by a lengthy path, and not crashing when using local names (Todd)
127 1 lhfire: add percentage and estimated time reporting to console output (daniel_hansson@telia.com)
128 1 lhfire: get lhfire_gui build from Tomaz.
129 1 lhfire: post lhfire_gui build.
130 1 lhfire: prepare example scripts for release.
131 2 darkplaces: add a "edictset" command to console to set a single field of an edict to the specified value
132 2 darkplaces: add a flag/effect/whatever for double sided entity rendering (disable cull face for this entity) (yummyluv)
133 2 darkplaces: add and document DP_SOUND_DIRECTIONLESSATTNNONE extension
134 2 darkplaces: add and document DP_SOUND_STEREOWAV extension
135 2 darkplaces: add back random sync for sprites and models (Elric)
136 2 darkplaces: add cvar callbacks and make net cvars have callbacks
137 2 darkplaces: add fuhquake naming of map textures (textures/start/quake.tga style)
138 2 darkplaces: add removemapmusic (optional map name or ogg name to clear) and mapmusic commands (<maps/mapname.bsp> <music/whatever.ogg> perhaps) to manipulate list of per-map music overrides (Joseph Caporale, tell Static_Fiend)
139 2 darkplaces: add stats to slist menu displaying how many masters/servers have been queried and replied (tell yummyluv)
140 2 darkplaces: figure out how to prevent "alias a a" - infinite loop when executed, this should be detected when executing it (Vicious)
141 2 darkplaces: figure out why -sndspeed 22050, 44100 and 16000 are choppy in windows? (cheapalert)
142 2 darkplaces: implement menu_clearkeyconfig and menu_keyconfig and the corresponding menu (diGGer)
143 2 darkplaces: lerp lightstyles and lightstyle transitions (Mitchell)
144 2 darkplaces: locked console scrollback (sublim3)
145 2 darkplaces: make commandline parsing use COM_ParseToken.
146 2 darkplaces: make sure Zerstoerer works (Chris Kemp, Kaotic))
147 2 darkplaces: movetogoal is broken - monsters are not going around corners, just running into walls (scar3crow)
148 2 darkplaces: player ip logging by nickname (sublim3)
149 2 darkplaces: prevent player name changes faster than twice a second (sublim3)
150 2 darkplaces: proquake precise aiming support (sublim3 doesn't care, but tell him anyway)
151 2 darkplaces: upgrade protocol to have shorts for stats (scar3crow)
152 2 darkplaces: zym shadows
153 2 dpmod: apparently can't fire in start.bsp? (scar3crow)
154 2 dpzoo: swinging doors
155 2 hmap: add hlwad support to hqbsp (convert to quake palette, and check for colormap.lmp to see how many fullbrights are involved, also add -fullbrights option to control this) (Todd)
156 2 hmap: hlight is not properly figuring out the origin of rotating objects - it should take the "origin" key (FrikaC)
157 3 LordHavoc: read up on dynamic visibility
158 3 darkplaces: .loc support and other team messaging capabilities (sublim3)
159 3 darkplaces: add DP_ENT_COLORSHELL which puts a Q2-style colored shell on a model (Supajoe)
160 3 darkplaces: add DP_SV_CRATEPHYSICS (NotoriousRay, SeienAbunae)
161 3 darkplaces: add OpenGL Extensions menu to enable/disable various features (zombie_13)
162 3 darkplaces: add _0.tga support (per texture) to bsp/md2/md3 loaders
163 3 darkplaces: add _diffuse.tga support (realtime lighting would use this instead of the .tga for diffuse layer if available)
164 3 darkplaces: add a "box" effect controllable by QC somehow, for highlighting usable items (buttons and such) like in Red Faction, preferably with multiple colors supported (Mitchell)
165 3 darkplaces: add anisotropic filtering options (Zombie_13, zinx)
166 3 darkplaces: add antialiasing options (Zombie_13)
167 3 darkplaces: add back r_waterripple (Vermeulen)
168 3 darkplaces: add multiple skin support to md2/md3 (Vermeuln)
169 3 darkplaces: add ogg music playback using optional library after adding wav music playback (Joseph Caporale, Static_Fiend)
170 3 darkplaces: add stainmaps to realtime lighting mode
171 3 darkplaces: call checkvelocity (to clear NaNs) every time velocity is set in physics, to fix frikbot (tell FrikaC)
172 3 darkplaces: dsound broken, needs to be managed as part of video system (jeremy janzen)
173 3 darkplaces: finish DP_QC_BOTCLIENT extension docs and implement it (MauveBib, Supajoe)
174 3 darkplaces: hub save support, one file indicating active map, and then for each map it saves a quake savegame (SeienAbunae)
175 3 darkplaces: 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
176 3 darkplaces: mod browser (SeienAbunae)
177 3 darkplaces: rearrange menus - make Graphics Options submenu and move video and renderer stuff there, add Apply button to video section (tell Elric)
178 3 darkplaces: scriptable particle effects (Supajoe, FrikaC, [TACO], SeienAbunae)
179 3 darkplaces: skyroom needs to be added ("info_skyroom" entity sets view origin, scanned by client at load, and by server to send all entities in skyroom) (SeienAbunae)
180 3 darkplaces: write a documentation string in engine, and a command to dump documentation to a darkplaces.txt file (QorpsE)
181 3 dpmod: use FRIK_FILE extension to allow passing objects between levels, such as crates (NotoriousRay)
182 3 dpmodel: add support for unnamed bones (Mitchell)
183 3 dpmodel: fix dpmodel to compile v_HKmp5-sd (tell Riot)
184 3 dpzoo: remote cameras (to demonstrate DP_CLIENTCAMERA, DP_EF_CLIENTLOCKANGLES, and DP_EF_PRECISEANGLES)
185 3 hlight: add ability to make bmodels cast shadows on world (Arwing)
186 3 hmap: add hlw support to hqbsp (convert to quake palette, and check for colormap.lmp to see how many fullbrights are involved, also add -fullbrights option to control this) (Todd)
187 3 hmap: add tga support to hqbsp (load base texture and _glow/_luma)
188 4 LordHavoc: examine .mb (Maya Binary) file from Electro and learn its format (Electro)
189 4 darkplaces: add EF_PARTICLESPAWNER extension (FrikaC, [TACO])
190 4 darkplaces: add builtin to clientside qc for reading triangles of model meshes (useful to orient a ui along a triangle of a model mesh)
191 4 darkplaces: add builtins to clientside qc for gl calls
192 4 darkplaces: add traceboxwithcontents function (same as tracebox but adds the startcontents parameter) (LTH, SeienAbunae, http://forums.inside3d.com/showflat.pl?Board=Engine&Number=909 )
193 4 darkplaces: add wav music playback (tell Joseph Caporale, tell Static_Fiend)
194 4 darkplaces: figure out what is breaking in prydon gate town curig (Uffe)
195 4 darkplaces: figure out what is causing invalid entity numbers in TouchAreaGrid in world.c - suspicion: problem with reallocation of edicts?
196 4 darkplaces: figure out what is wrong with dedicated server console on win32 and fix it (and tell willis@deathmask.net)
197 4 darkplaces: ingame mod switching
198 4 darkplaces: make hqbsp save mip textures to bsp if tga textures are found
199 4 darkplaces: memory pool nesting, allowing pools of pools to be batch freed (Vicious)
200 4 darkplaces: rewrite sound system! (FrikaC, Static_Fiend, SeienAbunae)
201 4 darkplaces: use getaddrinfo to support ipv6, add support for winsock2 (or require it), check if winsock2 has ipv6 functions (getaddrinfo)... (|Rain|)
202 4 dpzoo: a drivable vehicle (using same technique as remote cameras, plus DP_SV_READCLIENTINPUT)
203 4 hmap: add hint brushes (HINT texture)
204 5 darkplaces: add ALIASSKIN_NOCULLFACE and ALIASSKIN_SORTTRIANGLES flags, and figure out how to activate them somehow (FrikaC)
205 5 darkplaces: add a "edictedit" command to open up a dialog to edit an edict (allow multiple dialogs to be open at once)
206 5 darkplaces: add a new TE_TELEPORTSHELL effect which would take an entity and create a fading plasma shell of its model at the moment of teleportation (tell fuh and Mercury about this)
207 5 darkplaces: add back colormod extension (FrikaC, Uffe)
208 5 darkplaces: add dpshader support
209 5 darkplaces: add short and long documentation string to each cvar/command (QorpsE)
210 5 darkplaces: do a minimap that works by simply using nearclip to sheer off anything above the eye, and draws anything below normally, or via a cvar as height coloring (Supajoe)
211 5 dpzoo: make some things that make the player bigger/smaller to demonstrate scaling and better viewheight handling and brush collisions (depends on brush collisions)
212 5 hmap: fix tjunctions on leaky maps (SeienAbunae)
213 6 darkplaces: add a "edit" command that can edit text files (I.E. .qc and progs.src) using a dialog window (allow multiple), and then add a "frikqcc" command to run it on the current mod (if it's in the command path at least)
214 6 darkplaces: add cubemap reflections like UT2003 somehow (perhaps entities would define the reflection maps for rooms, and a water entity would take care of the rest?) (TEU, Nexuiz, SeienAbunae)
215 6 darkplaces: add water refraction like HalfLife2 (Mitchell)
216 6 darkplaces: figure out an LOD scheme for really large outdoor environments (Uffe, SeienAbunae)
217 7 darkplaces: Quake3 bsp support (Vermeulen, Mitchell, SeienAbunae)
218 7 darkplaces: add DP_ENT_DISTORTIONFIELD which visually pulls things inward/outward around an entity (Supajoe, SeienAbunae)
219 7 darkplaces: add clientside quakec (KrimZon, FrikaC, SeienAbunae)
220 7 darkplaces: make it work on Savage4 again (Ender)
221 7 darkplaces: mirrors (SeienAbunae)
222 7 darkplaces: should add quake3 shader support
223 ? darkplaces: fix colormapping (Demonix)
224 ? darkplaces: fix connecting to proquake servers through routers (Demonix)
225 d darkplaces: .skin loading for models (override skins - not exactly shaders, but adequate, missing replacements are nodraw, this allows q3 player models with optional accessories) (Electro)
226 d darkplaces: 12bit color textures in 16bit mode?? (Tomaz)
227 d darkplaces: TEXF_CLAMP needs to use GL_CLAMP_TO_EDGE (if not supported just use REPEAT as a fallback, not aware of any cards that lack this)
228 d darkplaces: add DP_GFX_EXTERNALTEXTURES extension (Electro)
229 d darkplaces: add GAME_NEXUIZ mode
230 d darkplaces: add and document DP_HALFLIFE_MAP_CVAR extension (the cvar which has existed for a long time)
231 d darkplaces: add cl_decals to effects options menu
232 d darkplaces: add file access functions and string handling (diGGer)
233 d darkplaces: add wgl support for mouse buttons 4 and 5 (Intellimouse Explorer) from Q2 (source supplied in email from joseph caporale@sbcglobal.net)
234 d darkplaces: colors of player in demos seems to alter player config (this is clearly a more severe problem than just demos) (tkimmet@ezworks.net)
235 d darkplaces: debug server crash
236 d darkplaces: figure out what is broken about the shadow volumes or stencil comparisons
237 d darkplaces: figure out why disconnections are showing up as " disconnected"
238 d darkplaces: figure out why quad is creating two coronas, one at player and one at 0 0 0 - answer: viewmodel dlight (Tomaz)
239 d darkplaces: finish new udp networking code (yummyluv)
240 d darkplaces: fix Short format entity origins to fix shell casings sitting in floor/above floor (Tomaz)
241 d darkplaces: fix bounding box bugs with viewmodelforclient (diGGer)
242 d darkplaces: fix cursor being flipped in Prydon (FrikaC)
243 d darkplaces: fix entity glows to use Mod_FindNonSolidLocation...  maybe all dlights should?  (CTF has this problem with flags)
244 d darkplaces: fix gl_texturemode change errors (Vic)
245 d darkplaces: fix invisible md3 bug
246 d darkplaces: fix invisible md3 models when missing textures (John Truex)
247 d darkplaces: fix md3 shadow volumes
248 d darkplaces: fix network timeouts
249 d darkplaces: fix non-polygonal lightning beam model pitch (it was backwards) (thanks Eksess for reporting this)
250 d darkplaces: fix server list not working until you set maxplayers above 1 (Rick)
251 d darkplaces: fix starting non-existent maps.  (drops to console with an error like it should)
252 d darkplaces: fix wrapping textures on sprites/models (Elric)
253 d darkplaces: get rid of frags per hour rating in deathmatch scoreboard and mini scoreboard
254 d darkplaces: gl_flashblend 1 should disable dlighting of models (Tomaz)
255 d darkplaces: loadgame broken (Linny Amore)
256 d darkplaces: make client load .ent files
257 d darkplaces: make model lerping optional
258 d darkplaces: make sprite lerping optional (yummyluv)
259 d darkplaces: make water scrolling optional
260 d darkplaces: new dpmaster release (Elric, Vic)
261 d darkplaces: post new darkplaces build.  (email FrikaC at kryten@adelphia.net)
262 d darkplaces: post new dpmaster build.
263 d darkplaces: put new shell casings in dpmod (Tomaz)
264 d darkplaces: release new hmap (fixes compilation of TF entities for one person, adds support for GTKRadiant Q1Pack by adding -wadpath option)
265 d darkplaces: release new hqbsp with -wadpath support (also searchs in map's directory and map's parent directory)
266 d darkplaces: remove frags per hour rating from scoreboard because it depends on cl.scores[i]->entertime (which is never set)
267 d darkplaces: tags support on md3 (Electro needs this urgently)
268 d dpmod: add back tarbaby gibs (scar3crow)
269 d dpmod: add frags for killing monsters in dpmod (scar3crow)
270 d dpmod: change weapons 8-10 to lightning, plasma, plasma wave (joe hill)
271 d dpmod: post new dpmod build.
272 d dpmod: switch to new Tomaz weapon models
273 d dpmod: why can't I pick up nails when I have no nailguns?  and other similar pickup problems with weapons
274 d hmap: add support for GTKRadiant stuff
275 d lhfire: post lhfire build with example scripts.
276 d lmp2pcx: post new lmp2pcx build.
277 f darkplaces: examine proquake code to find nat fix and implement similar in darkplaces
278 n darkplaces: fix server crashing from client timeouts (Moz)
279 n darkplaces: fix server list only querying the master to reply (Rick)
280 n darkplaces: fix sounds not following entities (yummyluv, SeienAbunae)
281 n dpmod: make grapple off-hand (joe hill)
282