]> icculus.org git repositories - divverent/darkplaces.git/history - cl_parse.c
Added 99% functional weaponmodel bobbing code. It even tries to stop bobbing when...
[divverent/darkplaces.git] / cl_parse.c
2005-08-10 havocfix a terrible mistake: don't send \n at the end of...
2005-07-05 havocmore size_t
2005-07-02 havocchanged two comments from saying long to int
2005-07-01 havocallow multiple lightning beams owned by world
2005-06-19 havocdon't complain about missing bolt3/beam models
2005-06-19 havocremoved CL_InitTEnts function, moved its contents ...
2005-05-30 havocdisable some effect sounds in nexuiz
2005-05-24 havocrewrote protocol version system (including splitting...
2005-05-14 havocan extra Mem_CheckSentinelsGlobal at start of Serverinf...
2005-05-04 havocforgot to add 1 to radius byte in parsing TE_CUSTOMFLAS...
2005-04-30 havocrelocated the CL_SendMove call to put it at the end...
2005-04-18 havocfixed the SU_ITEMS fix so that it doesn't trash the...
2005-04-17 havocfixed a bug in CL_ParseClientdata that was breaking...
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-03-08 havocreenabled CL_TeleportSplash (and removed a bogus parame...
2005-02-04 havocnow lerps punchangle and punchvector
2005-02-03 molivierReplaced snprintf and vnsprintf calls by dpsnprintf...
2005-01-15 havocnexbeam is now white and 8 units wide (rather than...
2005-01-13 havocshuffled around some SCR_BeginLoadingPlaque calls so...
2005-01-13 havocno longer kicks off client if it got signon 1 twice...
2005-01-03 tomazCleaned up alot more memory leaks. (still get 720 leaks...
2004-12-16 black-Now playermodel and playerskin finally work correctly...
2004-12-14 havocdon't warn about svc_precache failing to precache sound...
2004-12-01 havocchanged a lot of Con_DPrint/Con_DPrintf calls to Con_Pr...
2004-12-01 molivierRemoved wrong FIXME comment (in-game precached sounds...
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2004-11-25 havocremoved Sys_Sleep call from CL_KeepaliveMessage, as...
2004-11-25 havocforgot to commit a bunch of CL_AllocDlight changes...
2004-11-22 molivierSeveral changes to the SFX lock code in the sound engin...
2004-11-20 havocadded support for PROTOCOL_NEHAHRAMOVIE in more places...
2004-11-16 havoccall Mod_FindName directly instead of Mod_TouchModel...
2004-11-14 havocupgraded rtlights format to have separate ambient,...
2004-11-03 havocinternal cleanup: split up CL_SparkShower into CL_Spark...
2004-10-27 molivierPure cleaning commit: removed "crc.[ch]" and "gl_warp_s...
2004-10-26 havocS_LoadSound now automatically tries both with and witho...
2004-10-25 havocdon't warn about missing frames and skins in models...
2004-10-13 molivierLots of minor fixes and improvements to the sound engin...
2004-10-12 havocallow invalid skin numbers on entities using tenebrae...
2004-10-08 havocfixed constant resetting of animation interpolation...
2004-10-04 havocfix colormap checking in ValidateState, it was throwing...
2004-10-04 havocfix negative frags showing up as 65535 and such
2004-09-21 havocmade quakec stuffed quake1 protocol entities work along...
2004-09-17 havocmissing \n on one dprint in ValidateState
2004-09-14 havocPROTOCOL_DARKPLACES5
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2004-08-22 tomazMade ValidateState warn and not error out about colorma...
2004-08-09 havocrocket glow is now more orange, less pale
2004-08-08 havocchanged rocket explosion color to be more redish orange
2004-07-02 molivierModified the sound code so it can handle sounds outside...
2004-05-21 havocTomaz made the progs/bolt.mdl and progs/bolt2.mdl loadi...
2004-04-05 havocinlined Host_EndGame in CL_ParseServerMessage's svc_dis...
2004-04-03 havocfixed missing newline after map name in join message
2004-04-02 molivierAdded a CHANNELFLAG_LOCALSOUND flag for channels playin...
2004-03-16 havocdoubled brightness of most dlights, and halved brightne...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-03-09 havocnow supports loading skybox specified by q3 sky shaders
2004-03-01 havocremove unused variable i in CL_ParseStartSoundPacket
2004-03-01 havocupgraded network protocol to DP5, now sends precise...
2004-03-01 havoccleaned up rtlight handling, merging most code between...
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-10 molivierAdded a couple of function skeletons for the automatic...
2004-02-01 havocchanged Sys_Sleep from (void) to (int milliseconds...
2003-10-07 blackChanged dp so the new vm fits in.
2003-09-30 molivierMore strcpy -> strlcpy and sprintf -> snprintf
2003-09-30 molivierLots of str[n]cat, str[n]cpy, and [v]sprintf have been...
2003-09-18 havocafter an argument with Black it was decided that GAME_N...
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-22 havocfixed TE_BLOOD2 (by making it go away, it was not used...
2003-07-17 havocmoved all type-specific model fields to respective...
2003-07-12 havocnow sends nops to server as unreliable, to avoid trashi...
2003-07-08 havoccheck svc_setview against MAX_EDICTS
2003-07-02 havocchanged brush model API - now uses function pointers...
2003-06-26 havocfix a bug in non-monster interpolation code (it was...
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-30 havocdlights now cast shadows in realtime lighting mode...
2003-03-22 havocgot rid of R_NewMap, directly calls R_Modules_NewMap...
2003-03-09 havocMod_FindNonSolidLocation now takes a radius and can...
2003-03-07 havocview.c, cl_parse.c, cl_main.c, gl_rmain.c - trying...
2003-02-28 havocfix chthon lightning (ugh, how did I manage to use...
2003-02-21 havocdisable step interpolation unless entity is MOVETYPE_STEP
2003-02-17 havocno longer adopt colors from server updates (this means...
2003-02-12 havocget rid of yet another entity_frame_t on the stack...
2003-02-10 havocfix win32 stack overflows in CL_ParseServerInfo, it...
2003-02-10 havocMAX_EDICTS has changed to 32768. Yes this is madness...
2003-01-31 havocchthon lightning no longer uses beam polygons
2003-01-22 havocreduced intensity and radius of teleport flash
2003-01-15 havoccleanup of precache messages and assorted comments
2002-11-10 havocadded Nexiuz TE_ effects (prefixed TE_TEI_) and Nexiuz...
2002-11-07 havocchanged a server protocol error to use Host_Error
2002-10-21 havocchange maximum lerp time from 1 second to 0.1 seconds...
2002-10-14 havoccruft
2002-10-14 havocfix jitter in interpolation of monster movement
2002-10-14 havocR_LoadTexture functions take a palette pointer now
2002-09-28 havocmap and load commands are now delayed until the video...
next