]> icculus.org git repositories - divverent/darkplaces.git/history - client.h
Another MSVC error fixed
[divverent/darkplaces.git] / client.h
2005-08-24 sajtAdded 99% functional weaponmodel bobbing code. It even...
2005-06-19 havocremoved CL_InitTEnts function, moved its contents ...
2005-06-11 havocsplit CL_ClientMovement into CL_ClientMovement_Input...
2005-06-01 havocshortened movement queue back to 64 items to prevent...
2005-05-24 havocrewrote protocol version system (including splitting...
2005-05-20 havocremoved unused applytime field from usercmd_t
2005-05-20 havoccleaned up prediction code somewhat, no longer uses...
2005-05-16 havocsplit SV_ReadClientMove into two functions, SV_ReadClie...
2005-05-13 havocmore clean up of IN_Activate, added cl_ignoremousemove...
2005-05-09 havocmajor cleanup of input code - CL_Move replaces most...
2005-05-06 havocadded cl.movement_velocity to allow view bobbing to...
2005-05-03 havoccleaned up portions of rtlighting system, allowing...
2005-04-30 havocrelocated the CL_SendMove call to put it at the end...
2005-04-20 havocchanged rtlight compiled cluster list/pvs to leaf list...
2005-04-20 havocr_shadow_staticworldlights has mutated into r_shadow_re...
2005-04-06 havocchanged cl_brushmodel_entities array from entity_render...
2005-04-05 havocconsolidated many mempools to make memlist more readabl...
2005-04-05 havocreduced client memory usage by 29MB by making cl_max_en...
2005-02-04 havocnow lerps punchangle and punchvector
2005-01-03 tomazCleaned up alot more memory leaks. (still get 720 leaks...
2005-01-01 tomazAdded CL_Shutdown which took care of 14 memory leaks...
2004-12-26 black-Added a couple of VM builtins.
2004-12-18 havocrenamed cl_stainmapsclearonload to cl_stainmaps_clearon...
2004-12-16 black-Now playermodel and playerskin finally work correctly...
2004-12-03 havocsome renderer/client separation cleanup, migrated some...
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2004-11-14 havocupgraded rtlights format to have separate ambient,...
2004-11-03 havocinternal cleanup: split up CL_SparkShower into CL_Spark...
2004-09-17 tomazClears stainmaps on map restart/change based on cl_stai...
2004-09-14 havocPROTOCOL_DARKPLACES5
2004-09-12 tomazMerged CL_RocketTrail2 into CL_RocketTrail.
2004-09-03 havocadded cl_particles_explosions_bubbles/sparks/smoke...
2004-08-06 havocrearranged SCR_UpdateScreen, now puts 2D graphics in...
2004-08-05 havocthis patch adds a number of stereo viewing modes (shutt...
2004-05-17 havocTomaz added some cl_explosions cvars, more work on...
2004-03-13 havocmerged static and dynamic rtlight handling almost entir...
2004-03-10 havocadded -benchmark commandline option
2004-03-01 havoccleaned up rtlight handling, merging most code between...
2004-02-21 havoctimedemo now also prints min/avg/max fps
2004-02-21 havocrate limited networking ("rate" command in client conso...
2004-02-21 havocmoved light matrix generation out of the render code...
2004-02-06 warpThis is your key system, this is your key system after...
2004-01-01 havocnow runs scripts at startup differently - runs scripts...
2003-12-07 havocadded CSHIFT_VCSHIFT blend so v_cshift now affects...
2003-11-14 havocr_refdef.vieworg and r_refdef.viewangles replaced by...
2003-10-21 blackAdded in_mouse_x and in_mouse_y, which contain the...
2003-09-14 havocmore Nexuiz hud stuff from BlackHC, minor style edits...
2003-09-13 havocrenamed PROTOCOL_VERSION stuff to PROTOCOL_QUAKE, PROTO...
2003-08-06 havocupgraded network protocol to DPPROTOCOL_VERSION4 -...
2003-07-31 havoccorrected a few LittleLongs to LittleFloat in md3 loadi...
2003-07-24 havocmd3 tag attachments (implemented but untested), also...
2003-07-14 havocadded r_lightning.c to move the lightning beam renderin...
2003-07-12 havocgot rid of frags per hour and time connected in scorebo...
2003-06-22 havocThis is the network rewrite I've been working on for...
2003-04-03 havocgot rid of use of eye in entity database
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2003-01-31 havocchthon lightning no longer uses beam polygons
2002-11-10 havocadded Nexiuz TE_ effects (prefixed TE_TEI_) and Nexiuz...
2002-10-30 havocfix viewmodel crash
2002-09-30 havocent field added back to dlight structures
2002-09-28 havocmap and load commands are now delayed until the video...
2002-09-28 havocadded sparks and smoke to explosions
2002-09-19 havocshuffled cl_light and some of cl_tent into cl_main...
2002-09-17 havocsparks and rain are now beam particles
2002-09-05 havocyou can now (try to) play in maps you don't have, and...
2002-08-28 havocmost of the framework for hardware accelerated transfor...
2002-08-25 havocmonster movement interpolation now works in both protoc...
2002-08-05 havocan optimization to CL_RelinkNetworkEntities (and relate...
2002-08-04 havocfix svc_setview
2002-08-03 havocLots of speedups and cleanups in client code, dynamical...
2002-08-02 havocadded cl_explosions and cl_stainmaps cvars, which will...
2002-07-17 havocfaster static light tracing (by not doing it as often...
2002-06-02 knghtbrdDP code cleanup, stage one - all headers that can be...
2002-05-21 lordhavocsplit out RecursiveHullCheck and related code into...
2002-05-15 lordhavocmuzzleflash fades out
2002-03-17 lordhavocadded EF_STARDUST effect (showering golden sparks,...
2002-03-14 lordhavocMerged r_particles.c back into cl_particles.c to reduce...
2002-02-27 lordhavocrenamed byte to qbyte throughout engine to eliminate...
2002-02-19 lordhavocadded viewzoom extension to QC and client (smooth snipe...
2002-02-18 lordhavocnew entity protocol, GREATLY improved over quake, massi...
2002-02-03 lordhavocremoved decals
2002-01-31 lordhavocgot rid of buildnumber.c and buildnum program, now...
2002-01-26 lordhavocmade most particles additive (speedup in fog)
2002-01-25 lordhavocadded cl_screen.c/h (eventually most 2D stuff should...
2002-01-19 lordhavocmoved cl_visedicts to r_refdef.entities
2002-01-18 lordhavoccleaned up a lot of particle rendering properties ...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-05-30 taniwhagzip support from quakeforge (QFile and friends). also...
2001-05-27 lordhavoccleaned up nearly all of the externs in .c files (moved...
2001-05-26 lordhavocsome whitespace changes
2001-05-11 lordhavoc***map loader generates portals for the map*** (can...
2001-04-26 lordhavoca big change with a little description...
2001-04-20 lordhavocadded newmap function to render modules (so explosions...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2000-12-09 lordhavocbmodel rotation physics now work
2000-11-17 lordhavocupdated to version 1.50, build 75.
2000-08-31 lordhavocmisc. cleanup, bubble trails fixed, improved lightmap...
2000-08-23 lordhavocHalfLife texture transparency fixed, pmodel enhanced...
2000-08-22 lordhavocInitial revision