]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - todo
*** empty log message ***
[xonotic/darkplaces.git] / todo
diff --git a/todo b/todo
index bc80c388869bcf4395f99fdbb66f63e181a3ceef..888d6ebefc8acb6ea59c6348ac98555ce37691af 100644 (file)
--- a/todo
+++ b/todo
@@ -1,94 +1,78 @@
 - todo: difficulty ratings are: 0 = trivial, 1 = easy, 2 = easy-moderate, 3 = moderate, 4 = moderate-hard, 5 = hard, 6 = hard++, 7 = nightmare, d = done, -d = done but have not notified the people who asked for it, f = failed, -f = failed but have not notified the people who asked for it
--d darkplaces: add DP_EF_NOSHADOW extension (Urre)
--d darkplaces: add GL_EXT_stencil_two_side support to shadow rendering - note: this got a 77% speedup! (fuh)
 -d darkplaces: add a config saving command (Speeds)
 -d darkplaces: add cl_particles_particleffect_bloodhack cvar to enable converting id1 blood effects to TE_BLOOD style (Alex Boveri)
 -d darkplaces: add cl_particles_particleffect_bloodhack cvar to menu (Alex Boveri)
 -d darkplaces: add cvars for sbar alpha (background and foreground) (Throvold@uboot.com)
 -d darkplaces: add gl_polyblend cvar to control amount of viewblend effect (Andrew A. Gilevsky)
--d darkplaces: add log cvar to set console logging target (default "", or default "qconsole.log" if -condebug is used)
+-d darkplaces: add graphics options menu and put realtime lighting stuff in it (Antti)
+-d darkplaces: add r_editlights_editall command, same as _edit but affects all lights (mashakos) 
 -d darkplaces: add r_waterwarp cvar to control amount of viewwarping underwater (Andrew A. Gilevsky)
--d 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)
+-d 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) (protoplasmatic)
 -d darkplaces: add slowmo to options menu (Cristian Beltramo)
--d darkplaces: add some cl_explosions_ cvars to control settings - start alpha, end alpha, start size, end size, life time (Supajoe, Mercury)
--d darkplaces: add support for multiple -game's (note: this needs an enhanced COM_CheckParm to find the multiple matches) (Static_Fiend)
--d darkplaces: add sv_maxrate 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)
+-d darkplaces: add sv_maxrate 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) (protoplasmatic)
 -d 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)
--d darkplaces: crashes if you type too long a command line in the console (SeienAbunae)
+-d darkplaces: crashes if you type too long a command line in the console (Sajt)
 -d darkplaces: darkplaces-glx -path transfusion crashes, fix the crash even though it's not going to work anyway (Todd)
--d darkplaces: don't complain if lightning bolt models are missing in client (Electro, Sajt)
 -d darkplaces: examine the surface rendering code to make sure it has no bugs regarding texture selection for any of the passes (sublim3)
 -d darkplaces: figure out the 'inverted bumps' bug on some texture orientations (see crate tops at end of e1m1, tenebrae1 does not suffer this problem somehow) (U8Poo) 
--d darkplaces: figure out what is breaking with rate limited (partial) entity updates that is losing entities (Urre, FrikaC, Harb)
 -d darkplaces: figure out what is wrong with dedicated server console on win32 and fix it (and tell willis@deathmask.net)
 -d 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)
 -d darkplaces: fix a crash when changing level while using qe1 textures (Todd)
--d darkplaces: fix cl_nodelta 1, it's halting updates (Tomaz, sublim3)
--d darkplaces: fix skybox orientation to match glquake/quake2/quake3, it needs to be rotated 90 degrees; +X should be rt (metlslime)
--d darkplaces: generate tvectors the same as svectors in bumpvector calculations (Riot)
--d darkplaces: give each gamemode a default screenshot name pattern, and make -game override the name pattern to match the mod dir (Rick)
 -d 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)
--d darkplaces: integrate zinx's psycho.c gamma hack as an easteregg (zinx)
--d darkplaces: make DP_EF_FULLBRIGHT extension (FrikaC)
--d darkplaces: make lightning work without bolt models persent (Vermeulen)
--d darkplaces: make sure EF_FULLBRIGHT works on bmodels (FrikaC)
--d darkplaces: make sure EF_FULLBRIGHT works on models (FrikaC)
--d darkplaces: make sure EF_FULLBRIGHT works on sprites (FrikaC)
--d darkplaces: make sure PR_SetString points NULL strings at pr_strings (which would be an offset of 0) (Fuh)
--d 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)
--d darkplaces: make the reply receive code drop packets from servers not in the list (Willis)
+-d darkplaces: locked console scrollback (sublim3)
+-d darkplaces: make TE_EXPLOSION2 use a spherical spawn pattern rather than cube shape (VorteX)
+-d darkplaces: make gl_texture_anisotropy take effect immediately like gl_texturemode rather than needing an r_restart (metlslime, zinx)
+-d darkplaces: make sure QuakeDoneQuick works (Chris Kemp)
+-d 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 (Sajt)
 -d 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)
 -d darkplaces: prevent player name changes faster than once every 5 seconds (sublim3)
--d darkplaces: rename r_shadow_polygonoffset and r_shadow_polygonfactor to r_shadow_shadow_polygonoffset and r_shadow_shadow_polygonfactor (Urre)
--d darkplaces: upgrade network protocol to send precise angles for entities, and make EF_LOWPRECISION downgrade both origin and angles (Urre, -Wazat for Battlemech, FrikaC, mashakos, RenegadeC, Sajt)
+-d darkplaces: r_skyscroll1 and r_skyscroll2 cvars (Sajt)
+-d darkplaces: te_explosion2 builtin needs to be fixed, it is missing the colorlength parameter, update pr_cmds.c and dpextensions.qc (VorteX)
 -d darkplaces: write a readme (Antti)
 -d dpmod: make grapple off-hand (joe hill)
--d hmap2: report locations of lights which can not be vis optimized (Urre, FrikaC)
--f darkplaces: figure out what crashes when this sequence is done: r_speeds 1;map anything, crash (Stribbs)
 -f darkplaces: fix view blends slightly lingering as time goes on, they should go away completely (Cruaich)
--f darkplaces: model interpolation off crashes?  (SeienAbunae)
-0 darkplaces: Host_Name_f validate player names, stripping \r and \n
+-f darkplaces: model interpolation off crashes?  (Sajt)
+0 darkplaces: "loadsky something;r_restart" results in skybox showing random textures from map (Randy)
+0 darkplaces: EF_ADDITIVE alias model entities not appearing in realtime lighting mode? (VorteX)
+0 darkplaces: Lordhavoc needs to talk to fuh about snd_macos.c (fuh)
+0 darkplaces: Mem_Alloc crash when entities are spawning, sv_main line 1760 (VorteX)
 0 darkplaces: Mod_Q3BSP_TraceBrush_RecursiveBSPNode can be optimized to take a clipflags parameter like R_Q3BSP_RecursiveworldNode (Vic)
-0 darkplaces: add DP_OGGSOUND extension which can be checked by mods to know they can intentionally load .ogg instead of .wav, since the engine prefers wav over ogg normally (CheapAlert)
+0 darkplaces: ValidateState should not error out about colormap > maxclients, only warn (Static_Fiend)
 0 darkplaces: add DP_SENSITIVITYSCALE extension which scales sensitivity on client like viewzoom does, but without affecting fov, note if this is non-zero it overrides viewzoom sensitivity entirely, it does not scale it (Urre)
-0 darkplaces: add DP_SV_DRAWONLYTOTEAM extension (Supajoe) 
-0 darkplaces: add DP_WEAPONSKIN extension which would add a .float weaponskin field (Transfusion) 
+0 darkplaces: add DP_SV_DRAWONLYTOTEAM extension (Supajoe)
+0 darkplaces: add DP_WEAPONSKIN extension which would add a .float weaponskin field (protoplasmatic, Kazashi)
 0 darkplaces: add Mem_AllocNoClear function, and use it where possible, if developer is on it should clear with random garbage
-0 darkplaces: add PF_tokenizeseparator function and DP_QC_TOKENIZESEPARATOR extension (Electro) 
+0 darkplaces: add PF_tokenizeseparator function and DP_QC_TOKENIZESEPARATOR extension (Electro)
 0 darkplaces: add a .collision_cancollide QC function call to decide if an entity should collide with another, or pass through it (Uffe)
 0 darkplaces: add a clipmask thingy to allow QC to mask off collisions as it wishes (Uffe)
 0 darkplaces: add a cvar to indicate that MOVETYPE_WALK works on non-clients (tell FrikaC)
+0 darkplaces: add a new TE_ explosion effect with RGB color choice for particle color and another choice for light color (VorteX)
 0 darkplaces: add ability to load gfx/particlefont.tga (Vermeulen, frightfan, Error)
--d darkplaces: add an extension for EF_RED and EF_BLUE (FrikaC)
+0 darkplaces: add an extension to check if a file exists outside the data directory, FRIK_FILE can do this but only inside data directory (Error)
 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)
 0 darkplaces: add back cl_particles_lighting cvar and add back the particle lighting (romi)
 0 darkplaces: add back r_waterripple (Vermeulen)
 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)
-0 darkplaces: add cl_censor cvar which would replace 'swearing' with humorous messages (Deej) 
+0 darkplaces: add cl_censor cvar which would replace 'swearing' with humorous messages (Deej)
 0 darkplaces: add cl_netlag (ping, like cl_netlocalping_* but no range) and cl_netpacketloss/sv_netpacketloss cvars (packetloss percentage, half of this each way)
 0 darkplaces: add coronascale setting to rtlights (romi)
 0 darkplaces: add cvars to control lighting quality to allow performance tradeoffs; r_shadow_ options for use of dot3 shading, etc
 0 darkplaces: add de-we to credits page for the great icons (de-we)
-0 darkplaces: add graphics options menu and put realtime lighting stuff in it (Antti)
-0 darkplaces: add lava-steam particle puff effect for bursting lava bubbles (Zombie) 
+0 darkplaces: add display of current cursor coordinates in realtime lighting mode (Stribbs)
+0 darkplaces: add lava-steam particle puff effect for bursting lava bubbles (Zombie)
+0 darkplaces: add more joystick buttons, 3 isn't enough (Static_Fiend)
 0 darkplaces: add per-entity PolygonOffset to renderer, to allow zfighting bmodel/world glitches to be fixed, this has to affect all rendering involving the entity, including light/shadow (Tomaz)
 0 darkplaces: add procedural ripple distortion texture of some sort for use with envmap reflections (FrikaC)
-0 darkplaces: add r_editlights_editall command, same as _edit but affects all lights (mashakos) 
 0 darkplaces: add scaling capabilities to Image_CopyMux
 0 darkplaces: add support for .float corona and corona_radius to control corona intensity and radius on dlights (Electro) 
-0 darkplaces: add sv_gameplayfix_grenadebouncedownslopes cvar (default 1)
-0 darkplaces: add sv_gameplayfix_noairborncorpse cvar (default 1)
-0 darkplaces: add sv_gameplayfix_stepwhilejumping cvar (default 1), note that sv_jumpstep must also be on to enable this
-0 darkplaces: add sv_gameplayfix_swiminbmodels cvar (default 1)
 0 darkplaces: add sv_maxrate cvar to server setup menu
 0 darkplaces: add sv_playerphysicsqc cvar to allow engine to ignore SV_PlayerPhysics function, this would also have to change the reported extensions (Gleeb)
 0 darkplaces: add te_flamejet builtin and add extension (Supajoe)
-d darkplaces: add vid_pixelaspect patch from Grisha Spivak's email
 0 darkplaces: add vid_vsync cvar and also to options menu (metlslime)
 0 darkplaces: alias layers should have a shadow volume pass so that nodraw textures don't cast a shadow (Electro)
 0 darkplaces: allow typing characters > 128 into console to allow Latin1 fonts to be used properly, already works in text messages (Urre)
 0 darkplaces: bump protocol number again and expand viewzoom to two bytes (8bit.8bit fixedpoint instead of 0.8bit like it is now) (Urre)
-0 darkplaces: can't move when stuck in a monster (SeienAbunae)
+0 darkplaces: can't move when stuck in a monster (Sajt)
 0 darkplaces: cap packet size at 1k for non-local connections, regardless of their rate setting
 0 darkplaces: change particle engine to not compact particles array, but keep track of highest used number, update it each frame (Tomaz)
 0 darkplaces: change sky handling to draw sky even if fog is on, and fog intensity should be cvar controlled (Deej, C0burn)
@@ -97,9 +81,11 @@ d darkplaces: add vid_pixelaspect patch from Grisha Spivak's email
 0 darkplaces: cl_particles_maximum cvar (default 32768) which would change number of particles allowed at once (TheBeast)
 0 darkplaces: clean up Collision_TraceBrushBrush to have another temp variable besides f and clean up the enterfrac2 handling (Vic)
 0 darkplaces: client colors are being reset to "15 15" each level in prydon gate? (FrikaC)
+0 darkplaces: collision: client getting fraction out of bounds errors when in a map the client does not have
 0 darkplaces: corona on your own muzzleflash is annoying when looking down because it can be seen (flum)
+0 darkplaces: crash when progs/k_spike.mdl isn't found? (CheapAlert)
 0 darkplaces: delay "connect" and "playdemo" and "timedemo" until after video init to cause quicker video startup (KrimZon)
-0 darkplaces: document the TEI stuff used in Nexuiz?  check telejano site first (SeienAbunae)
+0 darkplaces: document the TEI stuff used in Nexuiz?  check telejano site first (Sajt)
 0 darkplaces: don't draw entities which are tagged to the camera entity; exterior view models and such
 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)
 0 darkplaces: figure out what's making monsters act like notarget is on while underwater (romi)
@@ -113,57 +99,69 @@ d darkplaces: add vid_pixelaspect patch from Grisha Spivak's email
 0 darkplaces: fix disappearing viewmodel (and other models) when in an unvised q3bsp, or partially inside a wall in q3bsp
 0 darkplaces: fix loadsky;r_restart;r_restart crash, again (sajt)
 0 darkplaces: fix model lighting with r_shadow_realtime_world_lightmaps mode, it seems to be adding dlights to vertices? (Mitchell)
+0 darkplaces: fix positioning of light editing display, it's not following the console properly
 0 darkplaces: fix q3bsp fogging (Sajt)
 0 darkplaces: fix q3bsp map disappearing when noclipping outside it, and the entities still show up
 0 darkplaces: fix signon error when starting prydon without +map curig2 (FrikaC)
 0 darkplaces: fix sound resampling to not assume sound ends with value 0, and add support for passing in start and end times, as doubles, so that it can handle arbitrary mixing alignments
 0 darkplaces: fix the bug causing models in an unlit map to be black when they should be fullbright (Sajt)
+0 darkplaces: fix the delayed lightmap updates on bmodels, they're lagging behind one frame, very noticable on flickering light
 0 darkplaces: fix the mouse move when console is raised, probably by ignoring the first move after console raise (mashakos)
 0 darkplaces: fix the weird broken config parsing at startup
 0 darkplaces: fix vis problems when outside the level in q1bsp
+0 darkplaces: hitting capslock and tab at the same time segfaults
 0 darkplaces: increase resolution of particlefont to 512x512 (Chillo)
+0 darkplaces: key repeat should work in menus, for example scrolling quickly through options (Up2nOgOoD)
 0 darkplaces: make CL_RocketTrail2 use the entity to keep track of trail spacing like CL_RocketTrail does (Vic)
 0 darkplaces: make S_Update take a matrix4x4_t *
-0 darkplaces: make a DP_EF_NODEPTHTEST extension which causes an entity to show through walls, useful for navigation markers (Urre)
-0 darkplaces: make a getattachmentvectors qc builtin (Supajoe)
+0 darkplaces: make a DP_EF_NODEPTHTEST extension which causes an entity to show through walls, useful for navigation markers (Urre, CheapAlert, Supajoe)
+0 darkplaces: make a getattachmentvectors qc builtin (Supajoe, Urre)
 0 darkplaces: make blood decals a bit lighter as they're nearly black (ashridah)
 0 darkplaces: make cl_beams_relative only affect view-attached beams
+0 darkplaces: make colormap > cl.maxclients error be only a warning, to play QDDQ demo of end map (Stribbs)
 0 darkplaces: make commandline parser ignore + and - if they were not directly following a space, so that + and - can be used in map names and such, also ignore if - or + is start of a number (Urre)
 0 darkplaces: make dedicated server not load images (maybe all fail?)
 0 darkplaces: make findradius use areagrid scans to speed up searching (Urre, Sajt)
 0 darkplaces: make fopen have the ability to disable fopen builtin access to read /, read data/, write data/, or disable fopen builtin entirely
-0 darkplaces: make gl_texture_anisotropy take effect immediately like gl_texturemode rather than needing an r_restart (metlslime, zinx)
+0 darkplaces: make gl_picmip affect only maps, models, and sprites by setting their TEXF_PICMIP flag (Zenex, Urre)
+0 darkplaces: make it only reload rtlights when current map changes, not when restarting renderer or reloading same map (Stribbs)
 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)
 0 darkplaces: make players step down stairs rather than just flying off (Riot) 
+0 darkplaces: make qc profile command post an error message instead of crashing when used during demo playback (Sajt)
+0 darkplaces: make rocket trail have an orange glow
 0 darkplaces: make server able to work without models, just for sake of completeness
 0 darkplaces: make server queries use a queue to avoid flooding out queries too fast (Willis)
+0 darkplaces: make sound precaching not allocate an sfx if the sound is not found, so it complains only once about missing sounds when you connect, rather than constantly, and also so using "play" commands for non-existent files won't eat up sfx slots (fuh) 
 0 darkplaces: make static entities work in realtime lighting mode, like func_illusionary for example, they're currently black (Urre)
-0 darkplaces: make sure QuakeDoneQuick works (Chris Kemp)
+0 darkplaces: make sure engine dumps log file to disk if there is a Sys_Error (VorteX)
+0 darkplaces: make sure startup script code executes aliases when doing the cvar scan
 0 darkplaces: make sure that sky works without a valid size (just treat it as single layer clouds or non-animated) (tell Vermeulen)
 0 darkplaces: make sure that the 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: make sure the engine uses only the first 32 special chars, so the high set can be replaced, this means player messages should not be shifted up, and the 'shift down' printing in dedicated server consoles should be removed, etc (Urre)
 0 darkplaces: make sure zym code is rendering at correct brightness, it's too dark in nexuiz (Vermeulen)
 0 darkplaces: memory pools should be able to be nested multiple levels (Vic)
 0 darkplaces: mini scoreboard (the deathmatch overlay) shows player names multiple times in some cases?
+0 darkplaces: missing triangles in q3bsp patches, appears only one of the two triangles per cell is being rendered (Zombie)
 0 darkplaces: mod_q3bsp_optimizedtraceline bug: shooting through brushes? (Vermeulen)
 0 darkplaces: nodestack[nodestackindex++] = node->children[0]; and similar things should skip the node if stack is full (Vic)
 0 darkplaces: optimize Collision_TraceBrushBrush to compare enterfrac changes to realfraction and skip out if further, also leavefrac changes to skip out (Vic)
 0 darkplaces: optimize R_Q1BSP_BoxTouchingPVS and R_Q3BSP_BoxTouchingPVS to check pvsframe on nodes as well as leafs (Vic)
 0 darkplaces: optimize R_Q3BSP_RecursiveWorldNode to take clipflags parameter and do not cull a node against a plane if the parent node is totally on one side of the plane (Vic)
+0 darkplaces: physics: repeatedly jumping against a wall can cause a fall to your death (MoALTz)
+0 darkplaces: physics: standing on a slope that slopes into an obstacle causes a 'falling' condition, velocity keeps increasing (VorteX)
+0 darkplaces: physics: walking backward toward the cage in e4m2, it's 'sticky' (MoALTz)
 0 darkplaces: player setup menu network speed is never applying to rate (Mitchell)
 0 darkplaces: port DarkWar polygon.c to darkplaces, as it is more optimized than winding.c
 0 darkplaces: put patches on a delayed queue in q3bsp collision code so the trace is first clipped by brushes
 0 darkplaces: r_shadow should load .ent when importing light entities
--d darkplaces: r_skyscroll1 and r_skyscroll2 cvars (SeienAbunae)
 0 darkplaces: release darkplaces build
 0 darkplaces: remove the loop unrolling in Image_Resample32LerpLine and Image_Resample24LerpLine and related functions, as the loop is really too long to get much benefit, and it might even not fit in the L1 instruction cache on Pentium1 (fuh)
-0 darkplaces: rename cl_fakelocalping_* to cl_netlocalping_* and *_fakepacketloss_* to *_netpacketloss_*
 0 darkplaces: rename everything possible in msurface_t, mleaf_t, and mnode_t to be named like q3mface_t, q3mleaf_t, and q3mnode_t, to make them more similar
-0 darkplaces: rename r_picmip and r_max_size and such to glquake names
 0 darkplaces: reset zoom on connect (Rick)
--d darkplaces: restarting server with two people on it, hits the name change timer and thus people rejoin with blank names (romi)
+0 darkplaces: rtlights: light entity loader is broken, it ends up with scrambled colors (avirox, Tomaz)
 0 darkplaces: server should send slowmo to client somehow (Vermeulen)
 0 darkplaces: server should send sv_gravity to client somehow (Vermeulen)
+0 darkplaces: skybox is getting reset during renderer restart (Stribbs)
 0 darkplaces: split rtlight drawshadows option into drawworldshadows and drawentityshadows options, this allows combinations like no world shadows (for speed) but still having entity shadows (Electro, Mitchell, romi)
 0 darkplaces: support " as an end token for words in Com_Parse (Electro)
 0 darkplaces: support ' quoted strings (Electro)
@@ -171,32 +169,32 @@ d darkplaces: add vid_pixelaspect patch from Grisha Spivak's email
 0 darkplaces: test TecnoX and find the frikbot crash in SV_Physics (KrimZon)
 0 darkplaces: test zlib support with entirely pk3'd id1 data (should crash because of zlib not being setup early enough - fix this) (Mabus)
 0 darkplaces: the new sound engine should have a cvar for random variations of pitch on sounds like in doom (RenegadeC)
+0 dpmaster: add a commandline option to dpmaster that remaps a server ip to another ip, so LordHavoc can make his server show up on his dpmaster
 0 dpmod: add a "monsterwander" cvar and default it off, this would enable the spawnwanderpath code (Zombie13)
-0 dpmod: add combo kill detection; rapid burst of kills (SeienAbunae)
+0 dpmod: add back nails in walls, even if only in singleplayer (Zenex)
+0 dpmod: add combo kill detection; rapid burst of kills (Sajt)
 0 dpmod: add flame thrower enforcers back (scar3crow)
 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)
-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)
+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 (Sajt)
 0 dpmod: add q3bsp teleport target entity
 0 dpmod: add rotfish to spawnmonsters code (only spawn if they land in water) (Zombie)
-0 dpmod: add support for info_player_deathmatch in singleplayer for q3 compatibility (Static_Fiend)
-0 dpmod: add target_position entity for a touch of q3 compatibility on jumppads (Static_Fiend)
 0 dpmod: crash when dog attacks you in dpdm2 deathmatch 7 with bots present (Zombie13)
 0 dpmod: figure out why the dbsg isn't selectable in deathmatch 7 mode
-0 dpmod: find a way to make deathmatch 7 get more difficulty as kills increase?  (Zombie13)
+0 dpmod: find a way to make deathmatch 7 get more difficult as kills increase?  (Zombie13)
 0 dpmod: fix angled corpse bug
 0 dpmod: fix the 'shell casing spawning at wrong player' bug somehow
 0 dpmod: fix the plasma wave doing excessive damage at low framerates
 0 dpmod: fix tilted corpse bug
 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)
-0 dpmod: impulse 102 isn't removing the bots (SeienAbunae)
+0 dpmod: impulse 102 isn't removing the bots (Sajt)
 0 dpmod: impulse 154 should cycle to deathmatch 7 (Rick)
 0 dpmod: items aren't respawning in coop, they should
 0 dpmod: make run animation play back according to movement speed (along v_forward), instead of just playing a continuous loop based on time (Urre)
 0 dpmod: make spawning use viewzoom to start zoomed out 2.0 and then zoom in to 1.0 (Urre)
 0 dpmod: modify anglemod to be able to recover from extremely large angles numbers (Zombie13)
-0 dpmod: monsters falling out of level? (SeienAbunae)
+0 dpmod: monsters falling out of level? (Sajt)
 0 dpmod: revert back to id1 weapons
-0 dpmod: set oldorigin when spawning to prevent being stuck at the spawn from causing an instant teleport back to where you died (SeienAbunae)
+0 dpmod: set oldorigin when spawning to prevent being stuck at the spawn from causing an instant teleport back to where you died (Sajt)
 0 dpmod: test for any unnamed death messages that might be happening
 0 dpmod: try making ball lightning mortar shamblers (scar3crow)
 0 dpmod: try not adding gravity when onground to see if it gets rid of ramp sliding (Midgar)
@@ -212,30 +210,31 @@ d darkplaces: add vid_pixelaspect patch from Grisha Spivak's email
 0 dpzoo: snow
 0 dpzoo: thief-like area to sneak past a guard who can easily kill you (shambler?) to demonstrate lightlevel checking
 0 dpzoo: transparent glass bmodels (DP_ENT_ALPHA)
+0 hmap2 -qbsp: add ORIGIN brush support in bmodel compilation (Carni)
 0 hmap2: add CAULK texture support - delete surfaces using this texture, or at least don't link them (Tomaz)
+0 hmap2: make sure seconds reports in all tools don't print secondssss when they're printing shorter and shorter updates (FrikaC)
 0 hmap2: release hmap2 (Vic, Supajoe, Urre)
-0 hmap: add space to seconds reports in all utilities so it doesn't say secondssss (FrikaC)
 0 lhfire: make a lhfire.txt and move the scripting info to it, add some more general explanation and tips
-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)
 0 revelation: change the wabbit kill message to " was hunting wabbit but shot " " instead"
 0 sv_user.qc: figure out why looking up/down slows movement and fix it (Vermeulen)
 1 darkplaces: add "sendcvar <cvarname>" command which executes on clients and forwards a "sentcvar <cvarname> <cvarvalue>" to the server, which the qc can catch (Urre)
-1 darkplaces: add DP_CLIENTCAMERA extension (.entity clientcamera; sets which entity the client views from) (Wazat for Battlemech, SeienAbunae)
-1 darkplaces: add DP_EF_CLIENTLOCKANGLES extension (prevents client from turning view, takes angles from entity) (Wazat for Battlemech, SeienAbunae)
-1 darkplaces: add DP_QC_ENDFRAME extension/documentation and post it on wiki (tell Uffe, SeienAbunae)
-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, Urre)
-1 darkplaces: add EndGame function (called on server shutdown or level change) (SeienAbunae, Nexuiz)
+1 darkplaces: add DP_CLIENTCAMERA extension (.entity clientcamera; sets which entity the client views from) (Wazat for Battlemech, Sajt)
+1 darkplaces: add DP_EF_CLIENTLOCKANGLES extension (prevents client from turning view, takes angles from entity) (Wazat for Battlemech, Sajt)
+1 darkplaces: add DP_QC_ENDFRAME extension/documentation and post it on wiki (tell Uffe, Sajt)
+1 darkplaces: add DP_SV_READCLIENTINPUT extension (.vector clientinput; works like .movement but for mouse or any other similar controllers) (Wazat for Battlemech, FrikaC, Sajt, Urre)
+1 darkplaces: add EndGame function (called on server shutdown or level change) (Sajt, Nexuiz)
 1 darkplaces: add a .modelflags variable which if non-zero overrides model flags (Electro, Arwing, frightfan)
-1 darkplaces: add a string function that returns a character value from a string, mainly for csqc printing its own text (SeienAbunae)
+1 darkplaces: add a string function that returns a character value from a string, mainly for csqc printing its own text (Sajt)
 1 darkplaces: add buttons 9-16 (yummyluv)
 1 darkplaces: add cl_particles_blood_color_r and g and b cvars to control blood color (Asaki)
 1 darkplaces: add con_dump command to dump history to a file
-1 darkplaces: add findflag and findchainflag builtins (SeienAbunae)
-1 darkplaces: add gettimestamp builtin (returns a string) for logging purposes (SeienAbunae)
+1 darkplaces: add findflag and findchainflag builtins (Sajt)
+1 darkplaces: add gettimestamp builtin (returns a string) for logging purposes (Sajt)
 1 darkplaces: add in_bindmap support to bind menu; a selector for which bindmap is actively being shown and bound in the menu, and add bind entries for some bindmap commands (sajt)
 1 darkplaces: add md3 mesh name reporting to qc somehow when traceline does model tracing and hits the model
 1 darkplaces: add palette conversion capabilities to Image_CopyMux
 1 darkplaces: add r_displayrefresh cvar for windows video refresh settings (Willis)
+1 darkplaces: add r_editlights_copyinfo and r_editlights_pasteinfo commands to clone the properties of a light, all except for origin (Stribbs)
 1 darkplaces: add r_shadow_light_polygonoffset and r_shadow_light_polygonfactor variables to work around multitexture depth issues on TNT cards (Urre)
 1 darkplaces: add some particles to teleportsplash (Uffe)
 1 darkplaces: change host_minfps to not lie about the time but instead control how many times SV_Physics runs per network frame, so if rendering goes slow the game doesn't slow down
@@ -245,11 +244,10 @@ d darkplaces: add vid_pixelaspect patch from Grisha Spivak's email
 1 darkplaces: crashes on radeon in rare situations that seem to occur in dpmod dm 7 mode? (Option42)
 1 darkplaces: decide on an extension name for .ent loading and report it, also document in dpextensions (tell FrikaC, Gleeb, and add to wiki)
 1 darkplaces: finish porting Quake2 keyboard stuff (such as clipboard) (Rick, FrikaC)
-1 darkplaces: fix broken key repeat on backspace key in console (Mercury, CheapAlert)
 1 darkplaces: fix lots of bugs and then retitle the website to get more publicity: DarkPlaces: Re-live Quake again...
 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)
 1 darkplaces: make Host_Error call error reset functions on renderer subsystems?  (models are already flushed)
-1 darkplaces: make r_fogsky cvar to allow control how much fog is rendered infront of the sky (Deej, C0burn, SeienAbunae)
+1 darkplaces: make r_fogsky cvar to allow control how much fog is rendered infront of the sky (Deej, C0burn, Sajt)
 1 darkplaces: send bmodels even if alpha is 0 or EF_NODRAW is on
 1 darkplaces: shadow volumes from q3bsp brush models are broken, maybe inverted or something (Vermeulen)
 1 darkplaces: still says " disconnected" in dpmod, figure out why and fix it
@@ -269,32 +267,32 @@ d darkplaces: add vid_pixelaspect patch from Grisha Spivak's email
 1 lhfire: prepare example scripts for release.
 2 darkplaces: add KDE/gnome icons somehow using darkplaces72x72.png (de-we)
 2 darkplaces: add a flag/effect/whatever for double sided entity rendering (disable cull face for this entity) (yummyluv)
-2 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)
-2 darkplaces: add and document DP_SOUND_DIRECTIONLESSATTNNONE extension
-2 darkplaces: add and document DP_SOUND_STEREOWAV extension
+2 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... (Sajt)
 2 darkplaces: add another TE_TELEPORT effect that spawns particles at a model's vertices (Urre)
 2 darkplaces: add back random framegroup animation sync for sprites and models (Elric)
+2 darkplaces: add color codes to console, but first need to decide on a prefix character, this can be used to color code stuff in the engine too (Up2nOgOoD)
 2 darkplaces: add cvar callbacks and make net cvars have callbacks
 2 darkplaces: add fs_datapath and fs_userpath cvars to better support Linux, this can be done by making each gamedir add both the basepath and userpath variants of the gamedir, and making sure the userpath one is last so it is used for writing (Mercury)
 2 darkplaces: add fuhquake naming of map textures (textures/start/quake.tga style)
 2 darkplaces: add lan searching to the server browser and related code (Vermeulen)
 2 darkplaces: add q2 sprite support sometime
 2 darkplaces: add q3bsp water rendering, both scrolling and watershader (Zombie)
+2 darkplaces: add rcon system similar to quakeworld server
 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)
-2 darkplaces: add the darkplaces.ico to the executable during compilation, somehow, probably different for msvc and mingw (de-we)
+2 darkplaces: add support for stereo shutter glasses
+2 darkplaces: add windres stuff to makefile to compile darkplaces.rc into win32 builds (tell de-we)
 2 darkplaces: bmodel bounding boxes need to be calculated to account for clip brushes, which are not in the drawing hull (metlslime)
 2 darkplaces: change menu qc key input to using string key names instead of numbers (the bind alias names should be able to do this) (Mercury, Black, Vermeulen)
 2 darkplaces: decal clipping (romi, Sajt)
 2 darkplaces: do culling traces against patch bbox
 2 darkplaces: figure out how to prevent "alias a a" - infinite loop when executed, this should be detected when executing it (Vicious)
 2 darkplaces: fix 'fall to death in wedge corner' glitch from quake (Zombie)
-2 darkplaces: fix envmap command, it's saving black again, and is the wrong arrangement (Tomaz)
+2 darkplaces: fix cl_nodelta 1, it's halting updates after you move away from an area (Tomaz, sublim3)
 2 darkplaces: fix fogging in realtime lighting mode, need to split the shaders into two stages, this will also fix decal bugs with fog (Electro, Mitchell)
 2 darkplaces: frikbot scores don't update - discovered this is because of the fact they have no client (Todd)
 2 darkplaces: implement menu_clearkeyconfig and menu_keyconfig and the corresponding menu (diGGer)
 2 darkplaces: implement r_shadow_bumpscale_basetexture support in hl maps (CheapAlert)
 2 darkplaces: lerp lightstyles (Mitchell)
-2 darkplaces: locked console scrollback (sublim3)
 2 darkplaces: make a DP_SV_PERCLIENTENTITYSEND extension which calls a .float customizeentityforclient() function for each client that may see the entity, the function returns TRUE if it should send, FALSE if it should not, and is fully capable of editing the entity's fields, this allows cloaked players to appear less transparent to their teammates, navigation markers to only show to their team, etc (Urre)
 2 darkplaces: make commandline parsing use COM_ParseToken.
 2 darkplaces: make corona occlusion testing use GL_ARB_occlusion_query instead of a CL_TraceLine (Riot)
@@ -315,22 +313,23 @@ d darkplaces: add vid_pixelaspect patch from Grisha Spivak's email
 2 dpmod: write a readme for the menu progs code to get people started with it, and know what is and is not possible, what builtins do, etc (Urre)
 2 dpzoo: swinging doors
 2 hmap2: add "_minlight" "red green blue" and "_ambientlight" "red green blue" fields to worldspawn parsing (Harb)
+2 hmap2: 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, FrikaC)
 2 hmap2: make water have lightmaps (unless -nowaterlightmaps is specified)
 2 hmap2: tweak the light point generation a bit more to try to solve the 'corner light' glitch (Urre)
-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)
-2 hmap: hlight is not properly figuring out the origin of rotating objects - it should take the "origin" key (FrikaC)
 3 LordHavoc: read up on dynamic visibility
 3 darkplaces: .loc support and other team messaging capabilities (sublim3)
 3 darkplaces: add .psk (ut2003) model support (Kazashi, Mitchell)
 3 darkplaces: add DP_ENT_COLORSHELL which puts a Q2-style colored shell on a model (Supajoe)
 3 darkplaces: add DP_GFX_QUAKE3MODELTAGS, DP_GFX_SKINFILES, and any other new extensions to the wiki
 3 darkplaces: add DP_REMOTECAMERA extension which adds a .cameraentity field on clients, this causes svc_setview to be sent by the server, and makes it use the specified entity for pvs culling as well (taco)
-3 darkplaces: add DP_SV_CRATEPHYSICS (NotoriousRay, SeienAbunae)
+3 darkplaces: add DP_SV_CRATEPHYSICS (NotoriousRay, Sajt)
 3 darkplaces: add Draw2D function to model struct to make it easy to draw models without an entity (Tomaz)
 3 darkplaces: add OpenGL Extensions menu to enable/disable various features (zombie_13)
 3 darkplaces: add _diffuse.tga support (realtime lighting would use this instead of the .tga for diffuse layer if available)
 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)
 3 darkplaces: add a DP_SV_PUSHMOVE extension with a pushmove builtin that does basically what MOVETYPE_PUSH does, but with controllable end position, not time based (Zombie)
+3 darkplaces: add a command to replace a texture in the running map, should only work in singleplayer; for testing only (Randi)
+3 darkplaces: add a custom light style string to rtlights, if empty it uses a normal server controlled light style (Stribbs)
 3 darkplaces: add a sound unloader of some sort, to allow music and other one-level stuff to be unloaded
 3 darkplaces: add antialiasing options (Zombie_13)
 3 darkplaces: add clientside entity prediction similar to qw based on ping, and add cl_prediction and cl_prediction_lockping
@@ -349,15 +348,16 @@ d darkplaces: add vid_pixelaspect patch from Grisha Spivak's email
 3 darkplaces: figure out why dlights are apparently disappearing in nexuiz when far away (Vermeulen)
 3 darkplaces: 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: finish DP_QC_BOTCLIENT extension docs and implement it (MauveBib, Supajoe)
-3 darkplaces: hub save support, one file indicating active map, and then for each map it saves a quake savegame (SeienAbunae)
+3 darkplaces: hub save support, one file indicating active map, and then for each map it saves a quake savegame (Sajt)
+3 darkplaces: make "wait" command wait for next network frame somehow when connected, to make frikbot .way files load properly (Nexuiz, Transfusion, FrikaC)
 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
 3 darkplaces: make q1bsp surfaces have vertex color arrays like q3bsp to make things more consistent, note these need light styles
 3 darkplaces: make server send player ping times to client for scoreboard
-3 darkplaces: mod browser (and ability to switch mods) (SeienAbunae, mashakos)
+3 darkplaces: mod browser (and ability to switch mods) (Sajt, mashakos)
 3 darkplaces: rearrange menus - make Graphics Options submenu and move video and renderer stuff there, add Apply button to video section (tell Elric)
 3 darkplaces: redesign startup script handling to scan scripts for cvars (ignoring commands) and then init video and then run the scripts for real
-3 darkplaces: scriptable particle effects (Supajoe, FrikaC, [TACO], SeienAbunae, Urre, Vermeulen)
-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)
+3 darkplaces: scriptable particle effects (Supajoe, FrikaC, [TACO], Sajt, Urre, Vermeulen)
+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) (Sajt)
 3 darkplaces: support dpm models (Vermeulen)
 3 darkplaces: try two-cubemap approach to specular lighting math (Black)
 3 darkplaces: write a documentation string in engine, and a command to dump documentation to a darkplaces.txt file (QorpsE)
@@ -368,9 +368,9 @@ d darkplaces: add vid_pixelaspect patch from Grisha Spivak's email
 3 dpmodel: fix dpmodel to compile v_HKmp5-sd (tell Riot)
 3 dpzoo: remote cameras (to demonstrate DP_CLIENTCAMERA, DP_EF_CLIENTLOCKANGLES, and precise angles)
 3 hlight: add ability to make bmodels cast shadows on world (Arwing)
+3 hmap2: add hlw support to qbsp (convert to quake palette, and check for colormap.lmp to see how many fullbrights are involved, also add -fullbrights option to control this) (Todd)
 3 hmap2: add support for shadow casting bmodels (Urre)
-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)
-3 hmap: add tga support to hqbsp (load base texture and _glow/_luma)
+3 hmap2: add tga support to qbsp (load base texture and _glow/_luma)
 4 LordHavoc: examine .mb (Maya Binary) file from Electro and learn its format (Electro)
 4 darkplaces: add DP_QC_MODELINFO extension to allow QC to ask about the range of frames owned by an animation base name, and other things like how many skins it has (Vermeulen, Supajoe)
 4 darkplaces: add EF_PARTICLESPAWNER extension (FrikaC, [TACO])
@@ -381,18 +381,20 @@ d darkplaces: add vid_pixelaspect patch from Grisha Spivak's email
 4 darkplaces: add capability for qc entities to act as bones in a model, and send them as compressed origins in the parent entity's updates, with perhaps a limit of 16 bones, this would allow some simple serverside ragdoll (Mitchell, Deej)
 4 darkplaces: add crude DML model loading with animation list (ask Riot for dml library) (Mitchell)
 4 darkplaces: add qw protocol support (making darkplaces work as a qwcl client) (tell Fuh)
-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 )
+4 darkplaces: add traceboxwithcontents function (same as tracebox but adds the startcontents parameter) (LTH, Sajt, http://forums.inside3d.com/showflat.pl?Board=Engine&Number=909 )
 4 darkplaces: add wav music playback (tell Joseph Caporale, tell Static_Fiend)
 4 darkplaces: figure out and fix network entity protocol bugs (sublim3)
 4 darkplaces: figure out why intermission camera pitch changes after a moment (Tomaz)
 4 darkplaces: ingame mod switching
 4 darkplaces: make hqbsp save mip textures to bsp if tga textures are found
-4 darkplaces: rewrite sound system! (FrikaC, Static_Fiend, SeienAbunae)
+4 darkplaces: physics: load .map file if present to get collision brushes for q1bsp (Transfusion)
+4 darkplaces: rewrite sound system! (FrikaC, Static_Fiend, Sajt)
+4 darkplaces: rotating MOVETYPE_PUSH code calls blocked when it's just a touch, it isn't even trying to push (Sajt)
 4 darkplaces: use getaddrinfo to support ipv6, add support for winsock2 (or require it), check if winsock2 has ipv6 functions (getaddrinfo)... (|Rain|)
 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)  
 4 darkplaces: use the memory pool nesting feature ! (Black[,Vicious])
 4 dpzoo: a drivable vehicle (using same technique as remote cameras, plus DP_SV_READCLIENTINPUT)
-4 hmap: add hint brushes (HINT texture)
+4 hmap2: add hint brushes (HINT texture)
 5 darkplaces: add ALIASSKIN_NOCULLFACE and ALIASSKIN_SORTTRIANGLES flags, and figure out how to activate them somehow (FrikaC)
 5 darkplaces: add GAME_PRYDON mode which would have clientside mouse highlighting of objects for objects with the EF_SELECTABLE flag, and qc fields on the client entity on the server would indicate which entity the cursor is highlighting as well as where it is, and also make vore spike trails blue as they're used for ice (Urre, Harb, FrikaC) 
 5 darkplaces: add a "edictedit" command to open up a dialog to edit an edict (allow multiple dialogs to be open at once)
@@ -406,21 +408,17 @@ d darkplaces: add vid_pixelaspect patch from Grisha Spivak's email
 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)
 5 darkplaces: lightshader files (probably loaded by the cubemap field already present in rtlights handling), these would indicate what attenuation textures to use for the light, what cubemap filter, which corona texture and size and so on, and all textures can be animated (romi, Urre)
 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)
-5 hmap: fix tjunctions on leaky maps (SeienAbunae)
+5 hmap2: fix tjunctions on leaky maps (Sajt)
 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)
-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)
+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, Sajt)
 6 darkplaces: add water refraction like HalfLife2 (Mitchell)
-6 darkplaces: figure out an LOD scheme for really large outdoor environments (Uffe, SeienAbunae)
-7 darkplaces: add DP_ENT_DISTORTIONFIELD which visually pulls things inward/outward around an entity (Supajoe, SeienAbunae)
-7 darkplaces: add clientside quakec (KrimZon, FrikaC, SeienAbunae)
+6 darkplaces: figure out an LOD scheme for really large outdoor environments (Uffe, Sajt)
+7 darkplaces: add DP_ENT_DISTORTIONFIELD which visually pulls things inward/outward around an entity (Supajoe, Sajt)
+7 darkplaces: add clientside quakec (KrimZon, FrikaC, Sajt)
 7 darkplaces: make it work on Savage4 again (Ender)
-7 darkplaces: mirrors (SeienAbunae)
+7 darkplaces: mirrors (Sajt)
 7 darkplaces: shadow volume clipping (romi)
 7 darkplaces: should add quake3 shader support even though the language is utterly insane
-? darkplaces: fix colormapping (Demonix)
-? darkplaces: fix connecting to proquake servers through routers (Demonix)
-? dpmod: apparently can't fire in start.bsp? (scar3crow)
-bug darkplaces: physics: rotating MOVETYPE_PUSH code calls blocked when it's just a touch, it isn't even trying to push (SeienAbunae)
 d darkplaces: "edict -1" and other invalid numbers cause an error, should just complain (Supajoe)
 d darkplaces: (goodvsbad2) increase chase_stevie height to 2048 (yummyluv)
 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)
@@ -429,8 +427,9 @@ d darkplaces: GAME_FNIGGIUM: "data" directory (not "id1" at all)
 d darkplaces: GAME_FNIGGIUM: 22050/44100 khz sound default
 d darkplaces: GAME_FNIGGIUM: console doesn't show unless you manually pull it down (Sajt)
 d darkplaces: GAME_FNIGGIUM: minimum resolution: 640x480
+d darkplaces: Host_Name_f validate player names, stripping \r and \n
 d darkplaces: PF_traceline/PF_tracebox now work with world as the edict
-d darkplaces: Quake3 bsp support (Vermeulen, Mitchell, SeienAbunae)
+d darkplaces: Quake3 bsp support (Vermeulen, Mitchell, Sajt)
 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)
 d darkplaces: adaptive patch subdivision levels on X and Y based on r_subdivisions cvar
 d darkplaces: add "showdate" cvar
@@ -438,18 +437,24 @@ d darkplaces: add "showtime" cvar
 d darkplaces: add "skin" and "pflags" parsing to light entity loader in rtlights mode (Electro)  
 d darkplaces: add -benchmark commandline option which plays a demo, appends the resulting min/max/avg fps to gamedir/benchmark.log with commandline so people know what settings were used, like +exec realtimelow.cfg, +exec realtimemed.cfg, etc (romi)
 d darkplaces: add 66.28.32.64 to master server list (Willis)
+d darkplaces: add DP_EF_NOSHADOW extension (Urre)
 d darkplaces: add DP_GFX_EXTERNALTEXTURES extension (Electro)
 d darkplaces: add DP_LITSUPPORT extension and document it
+d darkplaces: add DP_SND_OGGVORBIS extension which can be checked by mods to know they can intentionally load .ogg instead of .wav, since the engine prefers wav over ogg normally (CheapAlert)
 d 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)
 d darkplaces: add GAME_NEXUIZ mode
+d darkplaces: add GL_EXT_stencil_two_side support to shadow rendering - note: this got a 77% speedup! (fuh)
 d darkplaces: add PF_copyentity error checking for copying to world (yummyluv)
 d darkplaces: add a "cmd" command to the client for sending arbitrary commands to the server, mainly for use with KRIMZON_SV_PARSECLIENTCOMMAND
 d darkplaces: add a "edictset" command to console to set a single field of an edict to the specified value
 d darkplaces: add a newline to map name printing
 d darkplaces: add a scr_screenshot_jpeg_quality cvar (Electro)
 d darkplaces: add airborn blood images to the particlefont which would look like a cloud of droplets (Vermeulen)
+d darkplaces: add an extension for EF_RED and EF_BLUE (FrikaC)
 d darkplaces: add an optimized special case to AngleVectors for roll == 0, thanks to fuh for the idea
 d darkplaces: add and document DP_HALFLIFE_MAP_CVAR extension (the cvar which has existed for a long time)
+d darkplaces: add and document DP_SND_DIRECTIONLESSATTNNONE extension
+d darkplaces: add and document DP_SND_STEREOWAV extension
 d darkplaces: add anisotropic filtering options (Zombie_13, zinx)
 d darkplaces: add bullet hole decals to the particlefont (Vermeulen)
 d darkplaces: add cl_decals to effects options menu
@@ -464,14 +469,23 @@ d darkplaces: add fov to menu
 d darkplaces: add gl_lightmaps cvar to disable texturing except lightmaps for testing (Vic)
 d darkplaces: add gl_texture_anisotropy to menu (Static_Fiend)
 d darkplaces: add lightning beam settings to menu (romi)
+d darkplaces: add log cvar to set console logging target (default "", or default "qconsole.log" if -condebug is used)
 d darkplaces: add multiple skin support to md2/md3 (Vermeuln)
 d darkplaces: add r_shadow_realtime_world_lightmaps cvar to control lightmap brightness (Mitchell)
 d darkplaces: add r_showtris cvar (Riot)
 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)
 d darkplaces: add skin and pflags support to light entity loader
+d darkplaces: add some cl_explosions_ cvars to control settings - start alpha, end alpha, start size, end size, life time (Supajoe, Mercury)
 d darkplaces: add stats to slist menu displaying how many masters/servers have been queried and replied (tell yummyluv)
+d darkplaces: add support for multiple -game's (note: this needs an enhanced COM_CheckParm to find the multiple matches) (Static_Fiend)
+d darkplaces: add support for red/cyan and red/green and red/blue anaglyph stereo glasses
 d darkplaces: add sv_freenonclients cvar (Vermeulen)
+d darkplaces: add sv_gameplayfix_grenadebouncedownslopes cvar (default 1)
+d darkplaces: add sv_gameplayfix_noairborncorpse cvar (default 1)
+d darkplaces: add sv_gameplayfix_stepwhilejumping cvar (default 1), note that sv_jumpstep must also be on to enable this
+d darkplaces: add sv_gameplayfix_swiminbmodels cvar (default 1)
 d darkplaces: add tenebrae light entity properties, like cubemap and style and such
+d darkplaces: add vid_pixelaspect patch from Grisha Spivak's email
 d darkplaces: add view height to chase_active again (yummyluv)
 d darkplaces: add wgl support for mouse buttons 4 and 5 (Intellimouse Explorer) from Q2 (source supplied in email from joseph caporale@sbcglobal.net)
 d darkplaces: added RENDER_LIGHT flag to entity_render_t to make rtlighting optional per entity
@@ -493,11 +507,13 @@ d darkplaces: default to sv_cullentities_pvs mode again...  trace is too slow in
 d darkplaces: disable mod_q3bsp_optimizedtraceline by default until it works
 d darkplaces: display "No servers found" instead of a cursor when there are none (yummyluv)
 d darkplaces: don't accept connect packets after first one (tell Willis)
+d darkplaces: don't complain if lightning bolt models are missing in client (Electro, Sajt)
 d darkplaces: don't crash if SOLID_BSP is used with modelindex 0 - TargetQuake does this...
 d darkplaces: figure out and fix vis problems when noclipping out of world in q1bsp and q3bsp
 d darkplaces: figure out and fix win32 networking problems
 d darkplaces: figure out how monster models are disappearing in waistdeep water in e1m3 (scar3crow)
 d darkplaces: figure out random crashes on map changes (Uffe, QorpsE)
+d darkplaces: figure out what is breaking with rate limited (partial) entity updates that is losing entities (Urre, FrikaC, Harb)
 d darkplaces: figure out what is broken about the shadow volumes or stencil comparisons
 d darkplaces: figure out what is causing invalid entity numbers in TouchAreaGrid in world.c - suspicion: problem with reallocation of edicts?
 d darkplaces: figure out what is wrong with loading _glow/_luma textures on md3 models (not bsp textures) (kd23 Nexuiz)
@@ -513,12 +529,14 @@ d darkplaces: fix PF_substring's mishandling of the end variable (Fuh)
 d darkplaces: fix Short format entity origins to fix shell casings sitting in floor/above floor (Tomaz)
 d darkplaces: fix black models bug with unlit maps (CheapAlert)
 d darkplaces: fix bounding box bugs with viewmodelforclient (diGGer)
+d darkplaces: fix broken key repeat on backspace key in console (Mercury, CheapAlert)
 d darkplaces: fix broken mouse button display in key binding menu, it shows ??? for mouse buttons (Mercury, Tomaz)
 d darkplaces: fix con_notify (should control number of lines)
 d darkplaces: fix cubemap upload scaling crashes (Urre)
 d darkplaces: fix cursor being flipped in Prydon (FrikaC)
 d darkplaces: fix curve collision bugs, catching on edges of triangles
 d darkplaces: fix entity glows to use Mod_FindNonSolidLocation...  maybe all dlights should?  (CTF has this problem with flags)
+d darkplaces: fix envmap command, it's saving black again, and is the wrong arrangement (Tomaz)
 d darkplaces: fix gl_texturemode change errors (Vic)
 d darkplaces: fix intermission failing to move view to intermission camera (romi, Zombie_13)
 d darkplaces: fix invisible md3 bug
@@ -528,7 +546,7 @@ d darkplaces: fix logging, setting log_file during the game doesn't open a log a
 d darkplaces: fix md3 shadow volumes
 d darkplaces: fix network timeouts
 d darkplaces: fix non-polygonal lightning beam model pitch (it was backwards) (thanks Eksess for reporting this)
-d darkplaces: fix particle trails (I think trail start is identical to trail end) (Supajoe, SeienAbunae)
+d darkplaces: fix particle trails (I think trail start is identical to trail end) (Supajoe, Sajt)
 d darkplaces: fix q3bsp static shadow volumes (currently they are calculated as if novis)
 d darkplaces: fix r_drawentities view problem (stops updating r_refdef.vieworg?) (Vic)
 d darkplaces: fix r_editlights_edit origin not working (romi)
@@ -537,8 +555,9 @@ d darkplaces: fix r_shadow_portallight 1 (default) mode (Vermeulen)
 d darkplaces: fix server crashing from client timeouts (Moz)
 d darkplaces: fix server list not working until you set maxplayers above 1 (Rick)
 d darkplaces: fix server list only querying the master to reply (Rick)
-d darkplaces: fix skybox geometry (SeienAbunae)
-d darkplaces: fix sounds not following entities (yummyluv, SeienAbunae)
+d darkplaces: fix skybox geometry (Sajt)
+d darkplaces: fix skybox orientation to match glquake/quake2/quake3, it needs to be rotated 90 degrees; +X should be rt (metlslime)
+d darkplaces: fix sounds not following entities (yummyluv, Sajt)
 d darkplaces: fix starting non-existent maps.  (drops to console with an error like it should)
 d darkplaces: fix startup on multiplayer games so they don't start a game when executing startdemos unless -listen or -dedicated was used (yummyluv)
 d darkplaces: fix suffix table used by cubemap loader to load skyboxes in the correct arrangement, matching the sky (Tomaz)
@@ -553,8 +572,10 @@ d darkplaces: fix win32 bug where shift key types a character (Black, Sajt)
 d darkplaces: fix wrapping textures on sprites/models (Elric)
 d darkplaces: fixed SV_TouchAreaGrid to not crash if SV_IncreaseEdicts is called during a touch function, by making a list of edicts to touch and then running through the list afterward (KGB|romi)
 d darkplaces: fov limit now 1-170, was 10-170
+d darkplaces: generate tvectors the same as svectors in bumpvector calculations (Riot)
 d darkplaces: get rid of frags per hour rating in deathmatch scoreboard and mini scoreboard
 d darkplaces: get rid of stencil options and make 32bit color automatically use stencil
+d darkplaces: give each gamemode a default screenshot name pattern, and make -game override the name pattern to match the mod dir (Rick)
 d darkplaces: gl_flashblend 1 should disable dlighting of models (Tomaz)
 d darkplaces: have a look at CFQ and figure out why its b0rked (it assumed nq noclip movement)
 d darkplaces: heartbeat should print an error message if used with no server running (yummyluv)
@@ -562,12 +583,14 @@ d darkplaces: identify weird lightmap texturing bug on TNT cards - goes away in
 d darkplaces: implement cubemap support on rtlights (romi, Vermeulen, Mitchell)
 d darkplaces: improve framerate limiting to sleep until next frame, instead of just sleeping a little 
 d darkplaces: improve tenebrae compatibility by handling EF_FULLDYNAMIC flag in tenebrae mode, also make all sprites render additive
+d darkplaces: integrate zinx's psycho.c gamma hack as an easteregg (zinx)
 d darkplaces: keep track of min and max fps (based on single frame frametime) during timedemo and print these stats (romi)
 d darkplaces: limit maximum lerp time on animations to .1 seconds (Vermeulen)
 d darkplaces: loadgame broken (Linny Amore)
 d darkplaces: make 22khz ogg files not crash (CheapAlert)
 d darkplaces: make 48khz ogg files load (CheapAlert)
 d darkplaces: make Com_HexDumpToConsole not use color
+d darkplaces: make DP_EF_FULLBRIGHT extension (FrikaC)
 d darkplaces: make LHNET_OpenSocket_Connectionless call getsockname to find out the address/port of the socket
 d darkplaces: make LHNET_Read print out the names of read errors (yummyluv)
 d darkplaces: make MAX_PACKETFRAGMENT a property of each net connection, so memory loopbacks could use huge limits (Sajt)
@@ -578,6 +601,7 @@ d darkplaces: make console editing allow cursoring left/right on the line and in
 d darkplaces: make envmap also save px/nx/py/ny/pz/nz images, in addition to the ft/bk/lf/rt/up/dn skybox arrangement (Tomaz)
 d darkplaces: make fopen builtin check / as well as data/ when reading (writing would always go in data/)
 d darkplaces: make light_lev dlights from qc require PFLAGS_FULLDYNAMIC flag
+d darkplaces: make lightning work without bolt models persent (Vermeulen)
 d darkplaces: make missing skins show as white on models (Electro)
 d darkplaces: make model lerping optional
 d darkplaces: make most QC builtin give warnings instead of errors, so broken mods still run 
@@ -588,11 +612,16 @@ d darkplaces: make screenshots save to screenshots directory (Sajt)
 d darkplaces: make screenshots save to screenshots/fniggium%04i.tga in GAME_FNIGGIUM (Sajt)
 d darkplaces: make sprite lerping optional (yummyluv)
 d darkplaces: make sure 24bit sky textures work (Static_Fiend)
+d darkplaces: make sure EF_FULLBRIGHT works on bmodels (FrikaC)
+d darkplaces: make sure EF_FULLBRIGHT works on models (FrikaC)
+d darkplaces: make sure EF_FULLBRIGHT works on sprites (FrikaC)
+d darkplaces: make sure PR_SetString points NULL strings at pr_strings (which would be an offset of 0) (Fuh)
 d darkplaces: make sure r_drawportals works
 d darkplaces: make sure r_fullbright works
 d darkplaces: make sure that disappearing entities are removed on the client in quake demos
 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)
 d darkplaces: make the WriteEntitiesToClient code call TraceBox directly instead of SV_Move because checking all the entities is far too slow in helm18 (banshee21)
+d darkplaces: make the reply receive code drop packets from servers not in the list (Willis)
 d darkplaces: make the static light built messages be developer prints (Tomaz)
 d darkplaces: make v_cshift affect view even if in a liquid, by adding another cshift slot for it
 d darkplaces: make water and sky never cast shadows
@@ -623,8 +652,12 @@ d darkplaces: release new hqbsp with -wadpath support (also searchs in map's dir
 d darkplaces: remove dead master server from default masters list (yummyluv)
 d darkplaces: remove frags per hour rating from scoreboard because it depends on cl.scores[i]->entertime (which is never set)
 d darkplaces: rename R_Model_Brush_ functions to R_Q1BSP_
+d darkplaces: rename cl_fakelocalping_* to cl_netlocalping_* and *_fakepacketloss_* to *_netpacketloss_*
+d darkplaces: rename r_picmip and r_max_size and such to glquake names
+d darkplaces: rename r_shadow_polygonoffset and r_shadow_polygonfactor to r_shadow_shadow_polygonoffset and r_shadow_shadow_polygonfactor (Urre)
 d darkplaces: rename r_shadow_shadows to r_shadow_dlightshadows and add r_shadow_worldshadows (mashakos)
 d darkplaces: replace key system with twilight key system, note that this breaks existing mouse4 and mouse5 binds, and adds in_bindmap capability
+d darkplaces: restarting server with two people on it, hits the name change timer and thus people rejoin with blank names (romi)
 d darkplaces: revert noclip movement to match nq for compatibility with mods that trap movement as input (MauveBib)
 d darkplaces: safety checked lightmap access in Mod_Q1BSP_RecursiveLightPoint as one map Sajt uses was crashing (Sajt)
 d darkplaces: segfault reading memory in windows when starting a new server from menu (yummyluv)
@@ -636,16 +669,22 @@ d darkplaces: tenebrae dlights have reversed pitch (like v_angle, not model angl
 d darkplaces: tweak the blood decals in the particlefont to make them look more like the q2e_blood.avi video (Vermeulen)
 d 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)
 d darkplaces: update darkplaces readme
+d darkplaces: upgrade network protocol to send precise angles for entities, and make EF_LOWPRECISION downgrade both origin and angles, note this does not cover svc_setangle (Urre, Wazat for Battlemech, FrikaC, mashakos, RenegadeC, Sajt)
 d darkplaces: upgrade punchangle protocol to 16bit angles for smoother motion (Urre)
 d darkplaces: worked around Intel precision bug with view blends (they were not covering one line of the screen, due to being so huge that it had precision problems, on ATI and NVIDIA) (Sajt)
+d dpmaster: rename 'interface' variable so it compiles in MSVC, interface is a compiler keyword (Vic)
 d dpmod: add back charge-up on plasma rifle alt-fire and increase the max charge to 50 cells
 d dpmod: add back tarbaby gibs (scar3crow)
 d dpmod: add frags for killing monsters in dpmod (scar3crow)
+d dpmod: add support for info_player_deathmatch in singleplayer for q3 compatibility (Static_Fiend)
+d dpmod: add target_position entity for a touch of q3 compatibility on jumppads (Static_Fiend)
+d dpmod: apparently can't fire in start.bsp? (scar3crow)
 d dpmod: change weapons 8-10 to lightning, plasma, plasma wave (joe hill)
 d dpmod: fix backpacks (giving no ammo)
-d dpmod: make enforcers drop more cells for plasma gun (SeienAbunae)
-d dpmod: make tarbabies easier to kill?  (SeienAbunae)
-d dpmod: make tarbabies explode larger (SeienAbunae)
+d dpmod: make enforcers drop more cells for plasma gun (Sajt)
+d dpmod: make tarbabies easier to kill?  (Sajt)
+d dpmod: make tarbabies explode larger (Sajt)
+d dpmod: make the in-wall spikeballs only appear in developer 1 mode (Tomaz)
 d dpmod: post new dpmod build.
 d dpmod: switch to new Tomaz weapon models
 d dpmod: use Tomaz's ammo box models (Tomaz) 
@@ -653,9 +692,12 @@ d dpmod: why can't I pick up nails when I have no nailguns?  and other similar p
 d hmap2: add -ambientlight option, with warning that it does not produce a .light file (Harb)
 d hmap2: add -minlight option, with warning that it does not produce a .lights file (Harb)
 d hmap2: add tyrlite compatible "delay" settings, with the interpretation of no specified delay being dependent on a -tyrlite option, and add a new type which is a sun light; light cast in a direction, from sky polygons or the void, these light types would warn that they disable .lights files
+d hmap2: light not properly figuring out the origin of rotating objects - it should take the "origin" key (FrikaC)
+d hmap2: report locations of lights which can not be vis optimized (Urre, FrikaC)
 d hmap2: update .bat files to use hmap2 name and remove -noreuse from revis.bat (Vic)
 d hmap: add support for GTKRadiant stuff
 d lhfire: post lhfire build with example scripts.
+d 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)
 d lmp2pcx: post new lmp2pcx build.
 d revelation: fix bodies, they're standing due to invalid frame mappings (romi)
 d revelation: fix lingering glow on lightning deaths (romi)
@@ -666,13 +708,16 @@ f darkplaces: add _0.tga support (per texture) to bsp/md2/md3 loaders
 f darkplaces: change particle() macro in cl_particles.c to have a do{}while(0) to eat the ;
 f darkplaces: document how polygon collision works in the code (KrimZon)
 f darkplaces: examine proquake code to find nat fix and implement similar in darkplaces
+f darkplaces: figure out what crashes when this sequence is done: r_speeds 1;map anything, crash (Stribbs)
+f darkplaces: fix colormapping (Demonix)
+f darkplaces: fix connecting to proquake servers through routers (Demonix)
 f darkplaces: hack PF_nextent to skip inaccessible client slots depending on maxplayers - but always report ones that are active at the time (FrikaC)
 f darkplaces: look at and integrate Vic's updated zone.[ch] (Vic)
 f darkplaces: make a flag for rtlights that makes them appear in normal mode (not just r_shadow_realtime_world mode) (Vermeulen)
 f darkplaces: pointcontents crash when building harvester in gvb2? (yummyluv)
 f darkplaces: r_shadow_showtris messes up r_shadow_visiblevolumes color (jitspoe)
 f darkplaces: shadows are not working with model tag attachments (Electro)
-f dpmod: make tarbabies have a self.resist_explosive = 3; like zombies (SeienAbunae)
+f dpmod: make tarbabies have a self.resist_explosive = 3; like zombies (Sajt)
 f hqbsp: CreateBrushFaces should use RadiusFromBounds for its rotation box code, but hmap is obsolete (Vic)
 resolvedbug darkplaces: Zerstorer: riot shotgun rotates even as a view model: need to ignore that model flag when a view model
 resolvedbug darkplaces: collision: 'wall stuttering' collision bugs: getting stuck and nudged out constantly when sliding along certain walls