]> icculus.org git repositories - divverent/darkplaces.git/blob - todo
fixed the complaints about missing sounds (no longer complains after the initial...
[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 -n darkplaces: GAME_FNIGGIUM: "data" directory (not "id1" at all)
3 -n darkplaces: GAME_FNIGGIUM: 22050/44100 khz sound default
4 -n darkplaces: GAME_FNIGGIUM: minimum resolution: 640x480
5 -n darkplaces: add PF_copyentity error checking for copying to world (yummyluv)
6 -n darkplaces: add airborn blood images to the particlefont which would look like a cloud of droplets (Vermeulen)
7 -n darkplaces: add bullet hole decals to the particlefont (Vermeulen)
8 -n darkplaces: add cl_particles_quality cvar (1-10) which would scale count of particles and inversely scale alpha of particles (TheBeast)
9 -n darkplaces: add error messages to LHNET_OpenSocket_Connectionless or its callers (Zombie13)
10 -n darkplaces: add gl_texture_anisotropy to menu (Static_Fiend)
11 -n darkplaces: add slowmo to options menu (Cristian Beltramo)
12 -n darkplaces: add stats to slist menu displaying how many masters/servers have been queried and replied (tell yummyluv)
13 -n 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)
14 -n darkplaces: default to sv_cullentities_pvs mode again...  trace is too slow in q3bsp and unreliable by nature anyway
15 -n darkplaces: display "No servers found" instead of a cursor when there are none (yummyluv)
16 -n darkplaces: don't accept connect packets after first one (tell Willis)
17 -n darkplaces: examine the surface rendering code to make sure it has no bugs regarding texture selection for any of the passes (sublim3)
18 -n darkplaces: figure out random crashes on map changes (Uffe, QorpsE)
19 -n darkplaces: figure out what's wrong with ctrl key in Linux, hitting character keys tends to do nothing, and holding a character key and then hitting ctrl tends to leave the character key stuck on, this sounds like a window manager issue, but somehow quake3 works around it (Baalz)
20 -n darkplaces: figure out why -sndspeed 22050, 44100 and 16000 are choppy in windows? (cheapalert)
21 -n darkplaces: fix a crash when changing level while using qe1 textures (Todd)
22 -n darkplaces: fix intermission failing to move view to intermission camera (romi, Zombie_13)
23 -n darkplaces: fix r_shadow_portallight 1 (default) mode (Vermeulen)
24 -n darkplaces: fix skybox geometry (SeienAbunae)
25 -n darkplaces: identify weird lightmap texturing bug on TNT cards - goes away in r_textureunits 1 (NotoriousRay, Uffe)
26 -n darkplaces: make DP_EF_FULLBRIGHT extension (FrikaC)
27 -n darkplaces: make the WriteEntitiesToClient code call TraceBox directly instead of SV_Move because checking all the entities is far too slow in helm18 (banshee21)
28 -n darkplaces: make the reply receive code drop packets from servers not in the list (Willis)
29 -n darkplaces: net_slist and the server browser should show servers when they are queried, not just when they reply; which would replace the matching entry (yummyluv)
30 -n darkplaces: net_slist should print out "No network." if networking is not initialized (yummyluv)
31 -n darkplaces: noclipping out the ceiling of q3dm17 crashes (Static_Fiend)
32 -n darkplaces: remove dead master server from default masters list (yummyluv)
33 -n darkplaces: revert noclip movement to match nq for compatibility with mods that trap movement as input (MauveBib)
34 -n darkplaces: segfault reading memory in windows when starting a new server from menu (yummyluv)
35 -n darkplaces: server is starting before the "port" cvar is set by commandline and scripts? (yummyluv)
36 -n darkplaces: typing ip in join game menu should show 'trying' and 'no response' after a while, or 'no network' if networking is not initialized (yummyluv)
37 -n dpmod: make grapple off-hand (joe hill)
38 0 darkplaces: mini scoreboard (the deathmatch overlay) shows player names multiple times in some cases?
39 4 darkplaces: add qw protocol support (making darkplaces work as a qwcl client) (tell Fuh)
40 0 darkplaces: add some cl_explosions_ cvars to control settings - start alpha, end alpha, start size, end size, life time (Supajoe, Mercury)
41 0 darkplaces: "edict -1" and other invalid numbers cause an error, should just complain (Supajoe)
42 2 darkplaces: add another TE_TELEPORT effect that spawns particles at a model's vertices (Urre)
43 0 darkplaces: change sky handling to draw sky even if fog is on (Deej, C0burn)
44 3 darkplaces: redesign startup script handling to simply stop execution until video inits, when it encounters certain commands (instead of delaying those commands)
45 d darkplaces: physics bug: rotating bmodels stop when the player blocks them instead of pushing the player
46 d darkplaces: physics bug: fiends can leap through the player (thanks to Tomaz for massive assistance in tracking down this longstanding bug)
47 -n darkplaces: physics bug: bmodels (doors, etc) hurt player if player pushes against it, and sometimes gets stuck for a frame when falling onto it (Andrew A. Gilevsky)
48 0 darkplaces: add gl_polyblend cvar to control amount of viewblend effect (Andrew A. Gilevsky)
49 0 darkplaces: add r_waterwarp cvar to control amount of viewwarping underwater (Andrew A. Gilevsky)
50 d darkplaces: add cvar_string builtin (Paul Timofeyev)
51 -n darkplaces: crashes if you type too long a command line in the console (SeienAbunae)
52 2 darkplaces: add lan searching to the server browser and related code (Vermeulen)
53 4 darkplaces: use larger of model box or collision box for linking into areagrid so that bullet tracing can use the model bounding box instead of the collision one?  (Urre)  
54 2 darkplaces: use model box size for SOLID_BSP objects in areagrid linking and such, just for optimal consistency.
55 0 darkplaces: GAME_FNIGGIUM: console doesn't show unless you manually pull it down
56 0 darkplaces: add DP_GFX_QUAKE3MODELTAGS, DP_GFX_SKINFILES, and any other new extensions to the wiki
57 d darkplaces: add DP_LITSUPPORT extension and document it
58 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)
59 0 darkplaces: add Draw2D function to model struct to make it easy to draw models without an entity (Tomaz)
60 0 darkplaces: add _reflect textures which filter use of skybox as a cubemap reflection (FrikaC)
61 0 darkplaces: add a .collision_cancollide QC function call to decide if an entity should collide with another, or pass through it (Uffe)
62 0 darkplaces: add a clipmask thingy to allow QC to mask off collisions as it wishes (Uffe)
63 -n darkplaces: add a config saving command (Speeds)
64 0 darkplaces: add a loading screen (gfx/loadback.tga or the loading plaque if that's not found) before loading commences so that people have something to look at when the engine starts... (SeienAbunae)
65 -n darkplaces: add a scr_screenshot_jpeg_quality cvar (Electro)
66 0 darkplaces: add ability to load gfx/particlefont.tga (Vermeulen, frightfan, Error)
67 0 darkplaces: add automatic binding to whatever address the machine's hostname resolves to (in addition to 0.0.0.0); see original quake code for examples (yummyluv)
68 0 darkplaces: add chase_pitch cvar to control pitch angle of chase camera, and chase_angle cvar to control yaw angle of chase camera, and add back chase_right cvar (Electro)
69 -n darkplaces: add cl_particles_particleffect_bloodhack cvar to enable converting id1 blood effects to TE_BLOOD style (Alex Boveri)
70 -n darkplaces: add cl_particles_particleffect_bloodhack cvar to menu (Alex Boveri)
71 -n darkplaces: add cvars for sbar alpha (background and foreground) (Throvold@uboot.com)
72 0 darkplaces: add cvars to control lighting quality to allow performance tradeoffs
73 0 darkplaces: add graphics options menu and put realtime lighting stuff in it (Antti)
74 0 darkplaces: add lightning beam settings to menu (romi)
75 0 darkplaces: add support for multiple -game's (note: this needs an enhanced COM_CheckParm to find the multiple matches) (Static_Fiend)
76 0 darkplaces: add sv_gameplayfix_grenadebouncedownslopes cvar (default 1)
77 0 darkplaces: add sv_gameplayfix_noairborncorpse cvar (default 1)
78 0 darkplaces: add sv_gameplayfix_stepwhilejumping cvar (default 1), note that sv_jumpstep must also be on to enable this
79 0 darkplaces: add sv_gameplayfix_swiminbmodels cvar (default 1)
80 0 darkplaces: add svc_setanglefloat and DP_SVC_SETANGLEFLOAT extension (FrikaC, SeienAbunae)
81 0 darkplaces: add te_flamejet builtin and add extension (Supajoe)
82 0 darkplaces: add vid_vsync cvar and also to options menu (metlslime)
83 0 darkplaces: alias layers should have a shadow volume pass so that nodraw textures don't cast a shadow (Electro)
84 0 darkplaces: can't move when stuck in a monster (SeienAbunae)
85 f darkplaces: change particle() macro in cl_particles.c to have a do{}while(0) to eat the ;
86 0 darkplaces: check for out of bounds lump data ranges in maps (FrikaC)
87 0 darkplaces: check for truncated sound files (FrikaC)
88 0 darkplaces: cl_particles_maximum cvar (default 32768) which would change number of particles allowed at once (TheBeast)
89 0 darkplaces: client colors are being reset to "15 15" each level in prydon gate? (FrikaC)
90 0 darkplaces: darkplaces-glx -path transfusion crashes, fix the crash even though it's not going to work anyway (Todd)
91 0 darkplaces: delay "connect" and "playdemo" and "timedemo" until after video init to cause quicker video startup (KrimZon)
92 0 darkplaces: document the TEI stuff used in Nexuiz?  check telejano site first (SeienAbunae)
93 0 darkplaces: embed a fallback conchars.tga so it can load in an empty directory with a visible console (right now it uses the checkerboard texture)
94 0 darkplaces: figure out what's wrong with gloss rendering vertex calculations, which may be GF2 related (QorpsE)
95 0 darkplaces: figure out why monsters keep making fall pain sound after they've landed in dpmod (Cruaich)
96 d darkplaces: fix con_notify (should control number of lines)
97 0 darkplaces: fix disappearing viewmodel (and other models) when in an unvised q3bsp, or partially inside a wall in q3bsp
98 d darkplaces: fix key based turning being affected by slowmo - it should not be
99 -n darkplaces: fix r_drawentities view problem (stops updating r_refdef.vieworg?) (Vic)
100 -f darkplaces: fix view blends slightly lingering as time goes on, they should go away completely (Cruaich)
101 -n darkplaces: ignore modelflags on view weaponmodel - in Malice the double barreled shotgun leaves a smoke trail, and the hellfire rotates, also in Zerstorer the riot shotgun rotates (Hidayat)
102 0 darkplaces: increase resolution of particlefont to 512x512 (Chillo)
103 -n darkplaces: integrate zinx's psycho.c gamma hack as an easteregg (zinx)
104 0 darkplaces: make Com_HexDumpToConsole not use color
105 0 darkplaces: make S_Update take a matrix4x4_t *
106 0 darkplaces: make a getattachmentvectors qc builtin (Supajoe)
107 0 darkplaces: make cl_beams_relative only affect view-attached beams
108 0 darkplaces: make dedicated server not load images (maybe all fail?)
109 0 darkplaces: make fopen builtin check / as well as data/ when reading (writing would always go in data/)
110 0 darkplaces: make fopen have the ability to disable fopen builtin access to read /, read data/, write data/, or disable fopen builtin entirely
111 0 darkplaces: make gl_texture_anisotropy changes take effect immediately (by modifying all texparams accordingly, like gl_texturemode does).
112 0 darkplaces: make lightning work without bolt models persent (Vermeulen)
113 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)
114 0 darkplaces: make server able to work without models, just for sake of completeness
115 0 darkplaces: make server queries use a queue to avoid flooding out queries too fast (Willis)
116 -n darkplaces: make sure EF_FULLBRIGHT works on bmodels (FrikaC)
117 -n darkplaces: make sure EF_FULLBRIGHT works on models (FrikaC)
118 -n darkplaces: make sure EF_FULLBRIGHT works on sprites (FrikaC)
119 -n darkplaces: make sure PR_SetString points NULL strings at pr_strings (which would be an offset of 0) (Fuh)
120 0 darkplaces: make sure QuakeDoneQuick works (Chris Kemp)
121 0 darkplaces: make sure r_fullbright works
122 0 darkplaces: make sure that sky works without a valid size (just treat it as single layer clouds or non-animated) (tell Vermeulen)
123 -n darkplaces: make sure that sound engine does not remove sounds when volume drops to 0 due to going out of range - now spawns sounds even if out of range (SeienAbunae)
124 d darkplaces: make v_cshift affect view even if in a liquid, by adding another cshift slot for it
125 0 darkplaces: mod_q3bsp_optimizedtraceline bug: shooting through brushes? (Vermeulen)
126 -f darkplaces: model interpolation off crashes?  (SeienAbunae)
127 0 darkplaces: pointcontents crash when building harvester in gvb2? (yummyluv)
128 -n darkplaces: q1bsp trace bug: 'wall hugging' stuttering, also stuttering movement when walking over steps or monsters and causes block on moving doors (Urre, romi, Static_Fiend)
129 0 darkplaces: q1bsp trace bug: bullets don't hit walls at extremely steep angles, especially at very high framerates...
130 d darkplaces: q1bsp trace bug: scrags frequently fly through ceilings - this needs to be fixed
131 0 darkplaces: r_shadow should load .ent when importing light entities
132 0 darkplaces: r_skyscroll1 and r_skyscroll2 cvars (SeienAbunae)
133 0 darkplaces: rename r_picmip and r_max_size and such to glquake names
134 0 darkplaces: reset zoom on connect (Rick)
135 0 darkplaces: server should send slowmo to client somehow (Vermeulen)
136 0 darkplaces: server should send sv_gravity to client somehow (Vermeulen)
137 0 darkplaces: test TecnoX and find the frikbot crash in SV_Physics (KrimZon)
138 0 darkplaces: test zlib support with entirely pk3'd id1 data (should crash because of zlib not being setup early enough - fix this) (Mabus)
139 0 darkplaces: the new sound engine should have a cvar for random variations of pitch on sounds like in doom (RenegadeC)
140 0 dpmod: add a "monsterwander" cvar and default it off, this would enable the spawnwanderpath code (Zombie13)
141 0 dpmod: add combo kill detection; rapid burst of kills (SeienAbunae)
142 0 dpmod: add flame thrower enforcers back (scar3crow)
143 0 dpmod: add flame thrower weapon, and make its altfire drop a canister of fuel (10 fuel units?), which can be ignited to set off as a bomb about the size of a rocket blast, plus some fireballs raining down (scar3crow)
144 0 dpmod: add killing spree reporting; how many kills since spawn when you die, as well as announcing when you hit certain numbers of kills (SeienAbunae)
145 0 dpmod: add q3bsp teleport target entity
146 0 dpmod: add rotfish to spawnmonsters code (only spawn if they land in water) (Zombie)
147 0 dpmod: add support for info_player_deathmatch in singleplayer for q3 compatibility (Static_Fiend)
148 0 dpmod: add target_position entity for a touch of q3 compatibility on jumppads (Static_Fiend)
149 0 dpmod: crash when dog attacks you in dpdm2 deathmatch 7 with bots present (Zombie13)
150 0 dpmod: find a way to make deathmatch 7 get more difficulty as kills increase?  (Zombie13)
151 0 dpmod: identify what could cause huge angles values (1187488512.0000) on a dog entity, may be related to anglemod, FacingIdeal, ai_run, or dog_run2 (Zombie13)
152 0 dpmod: impulse 102 isn't removing the bots (SeienAbunae)
153 0 dpmod: impulse 154 should cycle to deathmatch 7 (Rick)
154 0 dpmod: items aren't respawning in coop, they should
155 0 dpmod: modify anglemod to be able to recover from extremely large angles numbers (Zombie13)
156 0 dpmod: monsters falling out of level? (SeienAbunae)
157 0 dpmod: set oldorigin when spawning to prevent being stuck at the spawn from causing an instant teleport back to where you died (SeienAbunae)
158 0 dpmod: test for any unnamed death messages that might be happening
159 0 dpmod: try making ball lightning mortar shamblers (scar3crow)
160 0 dpmod: try not adding gravity when onground to see if it gets rid of ramp sliding (Midgar)
161 0 dpmod: up nail limit to 500 (scar3crow)
162 0 dpzoo: colored lighting
163 0 dpzoo: flame jet
164 0 dpzoo: func_train with sky brushes
165 0 dpzoo: particlecube
166 0 dpzoo: rain
167 0 dpzoo: rotating fan bmodels
168 0 dpzoo: rtlights in normal mode (when that extension is made)
169 0 dpzoo: skybox
170 0 dpzoo: snow
171 0 dpzoo: thief-like area to sneak past a guard who can easily kill you (shambler?) to demonstrate lightlevel checking
172 0 dpzoo: transparent glass bmodels (DP_ENT_ALPHA)
173 0 hmap: add space to seconds reports in all utilities so it doesn't say secondssss (FrikaC)
174 0 lhfire: make a lhfire.txt and move the scripting info to it, add some more general explanation and tips
175 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)
176 0 revelation: change the wabbit kill message to " was hunting wabbit but shot " " instead"
177 0 sv_user.qc: figure out why looking up/down slows movement and fix it (Vermeulen)
178 1 darkplaces: add DP_CLIENTCAMERA extension (.entity clientcamera; sets which entity the client views from) (Wazat for Battlemech, SeienAbunae)
179 1 darkplaces: add DP_EF_CLIENTLOCKANGLES extension (prevents client from turning view, takes angles from entity) (Wazat for Battlemech, SeienAbunae)
180 1 darkplaces: add DP_EF_PRECISEANGLES extension (sends short angles instead of byte) (Wazat for Battlemech)
181 1 darkplaces: add DP_QC_ENDFRAME extension/documentation and post it on wiki (tell Uffe, SeienAbunae)
182 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)
183 1 darkplaces: add EndGame function (called on server shutdown or level change) (SeienAbunae, Nexuiz)
184 1 darkplaces: add a "cmd" command to the client for sending arbitrary commands to the server, mainly for use with KRIMZON_SV_PARSECLIENTCOMMAND
185 1 darkplaces: add a .modelflags variable which if non-zero overrides model flags (Electro, Arwing, frightfan)
186 1 darkplaces: add a string function that returns a character value from a string, mainly for csqc printing its own text (SeienAbunae)
187 1 darkplaces: add an optimized special case to AngleVectors for roll == 0 (thanks to fuh for the idea)
188 1 darkplaces: add buttons 9-16 (yummyluv)
189 1 darkplaces: add con_dump command to dump history to a file
190 1 darkplaces: add findflag and findchainflag builtins (SeienAbunae)
191 1 darkplaces: add gettimestamp builtin (returns a string) for logging purposes (SeienAbunae)
192 1 darkplaces: add log cvar to set console logging target (default "", or default "qconsole.log" if -condebug is used)
193 1 darkplaces: add r_displayrefresh cvar for windows video refresh settings (Willis)
194 1 darkplaces: add r_waterwarp to allow disabling view squishing underwater
195 1 darkplaces: add rate command (and _cl_rate cvar to save to config) to control client rate (send to server on connect as a command, like other properties) (Transfusion)
196 1 darkplaces: add some particles to teleportsplash (Uffe)
197 1 darkplaces: check out QMB lightning and lava effects (jeremy janzen)
198 1 darkplaces: clear stainmaps on map restart/change based on cl_stainmapsclearonload cvar (John Truex, Electro)
199 1 darkplaces: client crashes on +button8? (Static_Fiend)
200 1 darkplaces: crashes on radeon in rare situations that seem to occur in dpmod dm 7 mode? (Option42)
201 1 darkplaces: decide on an extension name for .ent loading and report it, also document in dpextensions (tell FrikaC, Gleeb, and add to wiki)
202 1 darkplaces: finish porting Quake2 keyboard stuff (such as clipboard) (Rick, FrikaC)
203 1 darkplaces: fix lots of bugs and then retitle the website to get more publicity: DarkPlaces: Re-live Quake again...
204 1 darkplaces: fix stuck buttons during a level change (mercury82, 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, or make it execute -commands for all pressed binds when level starts)
205 1 darkplaces: make Host_Error call error reset functions on renderer subsystems?  (models are already flushed)
206 1 darkplaces: make r_fogsky cvar to allow use of sky instead of fog when fog is used (SeienAbunae)
207 1 darkplaces: send bmodels even if alpha is 0 or EF_NODRAW is on
208 1 darkplaces: still says " disconnected" in dpmod, figure out why and fix it
209 1 dpmod: add a Treasure Hunt mode (inspired by preview of Will Rock) - a team wins when they hold all the artifacts
210 1 dpmod: add func_crate (NotoriousRay)
211 1 dpmod: dm 7 monster spawns should occasionally be a crowd of Diablo2 style powered up monsters (Rick)
212 1 dpmod: dm 7 monster spawns should occasionally fail in a shower of gibs (Rick)
213 1 dpmod: dm 7 super monsters should glow and have a name which shows up when in crosshairs (Rick)
214 1 dpmod: dm 7 super scrag should fire spiral acid (Rick)
215 1 dpmod: make a skill 4 mode where monsters are nearly invisible (alpha 0.2?) except when attacking or in pain
216 1 dpmod: make grunts reload less often, like every 10 shotgun shells (scar3crow)
217 1 dpmod: make ogres start up their chainsaw when first seeing an enemy (scar3crow)
218 1 hlight: report locations of lights in solid (FrikaC)
219 1 hmap: add mip loading support to hqbsp
220 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)
221 1 lhfire: add percentage and estimated time reporting to console output (daniel_hansson@telia.com)
222 1 lhfire: get lhfire_gui build from Tomaz.
223 1 lhfire: post lhfire_gui build.
224 1 lhfire: prepare example scripts for release.
225 -n darkplaces: add a "edictset" command to console to set a single field of an edict to the specified value
226 2 darkplaces: add a flag/effect/whatever for double sided entity rendering (disable cull face for this entity) (yummyluv)
227 2 darkplaces: add and document DP_SOUND_DIRECTIONLESSATTNNONE extension
228 2 darkplaces: add and document DP_SOUND_STEREOWAV extension
229 2 darkplaces: add back random framegroup animation sync for sprites and models (Elric)
230 2 darkplaces: add cvar callbacks and make net cvars have callbacks
231 2 darkplaces: add fuhquake naming of map textures (textures/start/quake.tga style)
232 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)
233 2 darkplaces: figure out how to prevent "alias a a" - infinite loop when executed, this should be detected when executing it (Vicious)
234 2 darkplaces: frikbot scores don't update - discovered this is because of the fact they have no client (Todd)
235 2 darkplaces: implement menu_clearkeyconfig and menu_keyconfig and the corresponding menu (diGGer)
236 2 darkplaces: lerp lightstyles (Mitchell)
237 2 darkplaces: locked console scrollback (sublim3)
238 2 darkplaces: make commandline parsing use COM_ParseToken.
239 2 darkplaces: make sure Zerstoerer works (Chris Kemp, Kaotic))
240 2 darkplaces: player ip logging by nickname (sublim3)
241 2 darkplaces: prevent player name changes faster than twice a second (sublim3)
242 2 darkplaces: proquake precise aiming support (sublim3 doesn't care, but tell him anyway)
243 -n darkplaces: q1bsp trace bug: movetogoal is broken - monsters are not going around corners, just running into walls (scar3crow)
244 2 darkplaces: should support corona-model shaders somehow (equation: pow(normalizationcubemap(transform(eye, vertexmatrix)) dot3 '0 0 1', 8)), which are normally used around unusually shaped lights instead of flat coronas (Mitchell)
245 2 darkplaces: upgrade protocol to have shorts for stats (scar3crow)
246 2 darkplaces: write a readme (Antti)
247 2 darkplaces: zym shadows
248 2 dpzoo: swinging doors
249 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)
250 2 hmap: hlight is not properly figuring out the origin of rotating objects - it should take the "origin" key (FrikaC)
251 3 LordHavoc: read up on dynamic visibility
252 3 darkplaces: .loc support and other team messaging capabilities (sublim3)
253 3 darkplaces: add .psk (ut2003) model support (Kazashi)
254 3 darkplaces: add DP_ENT_COLORSHELL which puts a Q2-style colored shell on a model (Supajoe)
255 3 darkplaces: add DP_SV_CRATEPHYSICS (NotoriousRay, SeienAbunae)
256 3 darkplaces: add OpenGL Extensions menu to enable/disable various features (zombie_13)
257 3 darkplaces: add _diffuse.tga support (realtime lighting would use this instead of the .tga for diffuse layer if available)
258 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)
259 3 darkplaces: add anisotropic filtering options (Zombie_13, zinx)
260 3 darkplaces: add antialiasing options (Zombie_13)
261 3 darkplaces: add back r_waterripple (Vermeulen)
262 3 darkplaces: add ogg music playback using optional library after adding wav music playback (Joseph Caporale, Static_Fiend, Akuma)
263 3 darkplaces: add stainmaps to realtime lighting mode
264 3 darkplaces: add sv_rate cvar (limits total rate of the server - rather complicated rules to distribute rate between clients on the server, honoring their requests as best as possible) (Transfusion)
265 3 darkplaces: call checkvelocity (to clear NaNs) every time velocity is set in physics, to fix frikbot (tell FrikaC)
266 3 darkplaces: directional lighting from the q3bsp lightgrid should use diffuse and specular lighting if available (Electro)
267 3 darkplaces: dpshaders (when supported) should have support for envmaps, and should support being lit by diffuse lighting as a fake gloss effect for normal mode (Vermeulen)
268 3 darkplaces: dsound broken, needs to be managed as part of video system (jeremy janzen)
269 3 darkplaces: figure out a workaround for broken gcc optimizers on BoxOnPlaneSide? (Diablo-D3)
270 3 darkplaces: finish DP_QC_BOTCLIENT extension docs and implement it (MauveBib, Supajoe)
271 3 darkplaces: hub save support, one file indicating active map, and then for each map it saves a quake savegame (SeienAbunae)
272 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
273 3 darkplaces: mod browser (and ability to switch mods) (SeienAbunae)
274 3 darkplaces: rearrange menus - make Graphics Options submenu and move video and renderer stuff there, add Apply button to video section (tell Elric)
275 3 darkplaces: scriptable particle effects (Supajoe, FrikaC, [TACO], SeienAbunae)
276 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)
277 3 darkplaces: support dpm models (Vermeulen)
278 3 darkplaces: write a documentation string in engine, and a command to dump documentation to a darkplaces.txt file (QorpsE)
279 3 dpmod: use FRIK_FILE extension to allow passing objects between levels, such as crates (NotoriousRay)
280 3 dpmodel: add support for unnamed bones (Mitchell)
281 3 dpmodel: fix dpmodel to compile v_HKmp5-sd (tell Riot)
282 3 dpzoo: remote cameras (to demonstrate DP_CLIENTCAMERA, DP_EF_CLIENTLOCKANGLES, and DP_EF_PRECISEANGLES)
283 3 hlight: add ability to make bmodels cast shadows on world (Arwing)
284 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)
285 3 hmap: add tga support to hqbsp (load base texture and _glow/_luma)
286 4 LordHavoc: examine .mb (Maya Binary) file from Electro and learn its format (Electro)
287 4 darkplaces: add EF_PARTICLESPAWNER extension (FrikaC, [TACO])
288 4 darkplaces: add SKM model support with multianimation support using multiple .frame fields on the entities (Vermeulen)
289 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)
290 4 darkplaces: add builtins to clientside qc for gl calls
291 4 darkplaces: add crude DML model loading with animation list (ask Riot for dml library) (Mitchell)
292 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 )
293 4 darkplaces: add wav music playback (tell Joseph Caporale, tell Static_Fiend)
294 4 darkplaces: figure out what is breaking in prydon gate town curig (Uffe)
295 4 darkplaces: figure out what is wrong with dedicated server console on win32 and fix it (and tell willis@deathmask.net)
296 4 darkplaces: ingame mod switching
297 4 darkplaces: make hqbsp save mip textures to bsp if tga textures are found
298 -n darkplaces: memory pool nesting, allowing pools of pools to be batch freed (Vicious)
299 4 darkplaces: use the memory pool nesting feature ! (Black[,Vicious])
300 4 darkplaces: rewrite sound system! (FrikaC, Static_Fiend, SeienAbunae)
301 4 darkplaces: use getaddrinfo to support ipv6, add support for winsock2 (or require it), check if winsock2 has ipv6 functions (getaddrinfo)... (|Rain|)
302 4 dpzoo: a drivable vehicle (using same technique as remote cameras, plus DP_SV_READCLIENTINPUT)
303 4 hmap: add hint brushes (HINT texture)
304 5 darkplaces: add ALIASSKIN_NOCULLFACE and ALIASSKIN_SORTTRIANGLES flags, and figure out how to activate them somehow (FrikaC)
305 5 darkplaces: add a "edictedit" command to open up a dialog to edit an edict (allow multiple dialogs to be open at once)
306 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)
307 5 darkplaces: add back colormod extension (FrikaC, Uffe)
308 5 darkplaces: add crude SKM model loading with animation list (Vermeulen)
309 5 darkplaces: add dpshader support
310 5 darkplaces: add short and long documentation string to each cvar/command (QorpsE)
311 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)
312 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)
313 5 hmap: fix tjunctions on leaky maps (SeienAbunae)
314 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)
315 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)
316 6 darkplaces: add water refraction like HalfLife2 (Mitchell)
317 6 darkplaces: figure out an LOD scheme for really large outdoor environments (Uffe, SeienAbunae)
318 d darkplaces: Quake3 bsp support (Vermeulen, Mitchell, SeienAbunae)
319 7 darkplaces: add DP_ENT_DISTORTIONFIELD which visually pulls things inward/outward around an entity (Supajoe, SeienAbunae)
320 7 darkplaces: add clientside quakec (KrimZon, FrikaC, SeienAbunae)
321 7 darkplaces: figure out what is causing invalid entity numbers in TouchAreaGrid in world.c - suspicion: problem with reallocation of edicts?
322 7 darkplaces: make it work on Savage4 again (Ender)
323 7 darkplaces: mirrors (SeienAbunae)
324 7 darkplaces: should add quake3 shader support even though the language is utterly insane
325 ? darkplaces: fix colormapping (Demonix)
326 ? darkplaces: fix connecting to proquake servers through routers (Demonix)
327 ? dpmod: apparently can't fire in start.bsp? (scar3crow)
328 resolvedbug darkplaces: Zerstorer: riot shotgun rotates even as a view model: need to ignore that model flag when a view model
329 resolvedbug darkplaces: collision: 'wall stuttering' collision bugs: getting stuck and nudged out constantly when sliding along certain walls
330 bug darkplaces: collision: q3bsp curve problems: comparing nudged impacts causes player to hit edges of triangles in a q3bsp curve closer than the surface
331 bug darkplaces: physics: rotating MOVETYPE_PUSH code calls blocked when it's just a touch, it isn't even trying to push (SeienAbunae)
332 d darkplaces: (goodvsbad2) increase chase_stevie height to 2048 (yummyluv)
333 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)
334 d darkplaces: 12bit color textures in 16bit mode?? (Tomaz)
335 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)
336 d darkplaces: add DP_GFX_EXTERNALTEXTURES extension (Electro)
337 d darkplaces: add GAME_NEXUIZ mode
338 d darkplaces: add and document DP_HALFLIFE_MAP_CVAR extension (the cvar which has existed for a long time)
339 d darkplaces: add cl_decals to effects options menu
340 d darkplaces: add file access functions and string handling (diGGer)
341 d darkplaces: add multiple skin support to md2/md3 (Vermeuln)
342 d 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)
343 d darkplaces: add view height to chase_active again (yummyluv)
344 d darkplaces: add wgl support for mouse buttons 4 and 5 (Intellimouse Explorer) from Q2 (source supplied in email from joseph caporale@sbcglobal.net)
345 d darkplaces: check if nodrawtoclient works and if not, fix it (Uffe)
346 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)
347 d darkplaces: debug server crash
348 d darkplaces: dedicated server hosting prydon with multiple players exhibited severe networking bugs in tests, including failure to find acked network frames, and a segfault (Supajoe, Uffe, FrikaC, Harb)
349 d darkplaces: dedicated server should error out if it has no sockets (yummyluv)
350 d darkplaces: dedicated server should not bother allocating a loopback socket (yummyluv)
351 d darkplaces: default deathmatch 1 in multiplayer games like Nexuiz incase someone starts a game from console (Vermeulen)
352 d darkplaces: default to 32bit color
353 d darkplaces: disable mod_q3bsp_optimizedtraceline by default until it works
354 d darkplaces: figure out what is broken about the shadow volumes or stencil comparisons
355 d darkplaces: figure out what is wrong with loading _glow/_luma textures on md3 models (not bsp textures) (kd23 Nexuiz)
356 d darkplaces: figure out why disconnections are showing up as " disconnected"
357 d darkplaces: figure out why quad is creating two coronas, one at player and one at 0 0 0 - answer: viewmodel dlight (Tomaz)
358 d darkplaces: finish new udp networking code (yummyluv)
359 d darkplaces: finish the partial update support in protocol.[ch] and reduce packet size to 1k to fix NAT routers (yummyluv, Vermeulen, Elric)
360 d darkplaces: fix "game speed" menu option, it's too far left (Tomaz)
361 d darkplaces: fix PF_substring's mishandling of the end variable (Fuh)
362 d darkplaces: fix Short format entity origins to fix shell casings sitting in floor/above floor (Tomaz)
363 d darkplaces: fix bounding box bugs with viewmodelforclient (diGGer)
364 d darkplaces: fix cursor being flipped in Prydon (FrikaC)
365 d darkplaces: fix entity glows to use Mod_FindNonSolidLocation...  maybe all dlights should?  (CTF has this problem with flags)
366 d darkplaces: fix gl_texturemode change errors (Vic)
367 d darkplaces: fix invisible md3 bug
368 d darkplaces: fix invisible md3 models when missing textures (John Truex)
369 d darkplaces: fix md3 shadow volumes
370 d darkplaces: fix network timeouts
371 d darkplaces: fix non-polygonal lightning beam model pitch (it was backwards) (thanks Eksess for reporting this)
372 d darkplaces: fix particle trails (I think trail start is identical to trail end) (Supajoe, SeienAbunae)
373 d darkplaces: fix server crashing from client timeouts (Moz)
374 d darkplaces: fix server list not working until you set maxplayers above 1 (Rick)
375 d darkplaces: fix server list only querying the master to reply (Rick)
376 d darkplaces: fix sounds not following entities (yummyluv, SeienAbunae)
377 d darkplaces: fix starting non-existent maps.  (drops to console with an error like it should)
378 d darkplaces: fix startup on multiplayer games so they don't start a game when executing startdemos unless -listen or -dedicated was used (yummyluv)
379 d darkplaces: fix the fact singleplayer is using maxplayers 8
380 d darkplaces: fix toggling decals in menu
381 d darkplaces: fix wrapping textures on sprites/models (Elric)
382 d darkplaces: get rid of frags per hour rating in deathmatch scoreboard and mini scoreboard
383 d darkplaces: get rid of stencil options and make 32bit color automatically use stencil
384 d darkplaces: gl_flashblend 1 should disable dlighting of models (Tomaz)
385 d darkplaces: have a look at CFQ and figure out why its b0rked (it assumed nq noclip movement)
386 d darkplaces: heartbeat should print an error message if used with no server running (yummyluv)
387 d darkplaces: limit maximum lerp time on animations to .1 seconds (Vermeulen)
388 d darkplaces: loadgame broken (Linny Amore)
389 d darkplaces: make LHNET_Read print out the names of read errors (yummyluv)
390 d darkplaces: make client load .ent files
391 d darkplaces: make missing skins show as white on models (Electro)
392 d darkplaces: make model lerping optional
393 d darkplaces: make reliable message splitting use a different limit than unreliable message size, to fix NAT routers (yummyluv)
394 d darkplaces: make sprite lerping optional (yummyluv)
395 d darkplaces: make sure 24bit sky textures work (Static_Fiend)
396 d darkplaces: make sure r_drawportals works
397 d darkplaces: make sure that disappearing entities are removed on the client in quake demos
398 d 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)
399 d darkplaces: make water scrolling optional
400 d darkplaces: may be reading md3 tag matrices wrong (Electro)
401 d darkplaces: new dpmaster release (Elric, Vic)
402 d darkplaces: playerprethink being called before clientconnect? (Electro)
403 d darkplaces: post new darkplaces build.  (email FrikaC at kryten@adelphia.net)
404 d darkplaces: post new dpmaster build.
405 d darkplaces: put new shell casings in dpmod (Tomaz)
406 d darkplaces: release new hmap (fixes compilation of TF entities for one person, adds support for GTKRadiant Q1Pack by adding -wadpath option)
407 d darkplaces: release new hqbsp with -wadpath support (also searchs in map's directory and map's parent directory)
408 d darkplaces: remove frags per hour rating from scoreboard because it depends on cl.scores[i]->entertime (which is never set)
409 d darkplaces: tags support on md3 (Electro needs this urgently)
410 d darkplaces: tweak the blood decals in the particlefont to make them look more like the q2e_blood.avi video (Vermeulen)
411 d dpmod: add back charge-up on plasma rifle alt-fire and increase the max charge to 50 cells
412 d dpmod: add back tarbaby gibs (scar3crow)
413 d dpmod: add frags for killing monsters in dpmod (scar3crow)
414 d dpmod: change weapons 8-10 to lightning, plasma, plasma wave (joe hill)
415 d dpmod: fix backpacks (giving no ammo)
416 d dpmod: make enforcers drop more cells for plasma gun (SeienAbunae)
417 d dpmod: make tarbabies easier to kill?  (SeienAbunae)
418 d dpmod: make tarbabies explode larger (SeienAbunae)
419 d dpmod: post new dpmod build.
420 d dpmod: switch to new Tomaz weapon models
421 d dpmod: why can't I pick up nails when I have no nailguns?  and other similar pickup problems with weapons
422 d hmap: add support for GTKRadiant stuff
423 d lhfire: post lhfire build with example scripts.
424 d lmp2pcx: post new lmp2pcx build.
425 f darkplaces: add _0.tga support (per texture) to bsp/md2/md3 loaders
426 f darkplaces: document how polygon collision works in the code (KrimZon)
427 f darkplaces: examine proquake code to find nat fix and implement similar in darkplaces
428 f darkplaces: hack PF_nextent to skip inaccessible client slots depending on maxplayers - but always report ones that are active at the time (FrikaC)
429 f darkplaces: look at and integrate Vic's updated zone.[ch] (Vic)
430 f darkplaces: make a flag for rtlights that makes them appear in normal mode (not just r_shadow_realtime_world mode) (Vermeulen)
431 f darkplaces: shadows are not working with model tag attachments (Electro)
432 f dpmod: make tarbabies have a self.resist_explosive = 3; like zombies (SeienAbunae)
433 resolvedbug darkplaces: intermission: origin and angles are wrong: probably not getting them from entity correctly (resolved: rewrote view setup and fixed timerefresh and envmap command bugs in the process, and also fixed listener positioning during intermissions)
434 resolvedbug darkplaces: intermission: statusbar disappears (resolved: not fixed, people seem to kind of prefer it this way)
435 resolvedbug darkplaces: intermission: view model isn't disappearing (resolved: fixed)
436 resolvedbug darkplaces: oriented sprites are not responding to angles properly (yummyluv)
437