]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - cl_parse.c
r_nearclip cvar
[xonotic/darkplaces.git] / cl_parse.c
2006-03-10 havocfixed cl_activebeams handling, now beams work again
2006-02-28 havocreduced number of GAME_NEXUIZ checks in the engine...
2006-02-26 havocfix crash in nq connect (oops)
2006-02-26 havocqw support is 99% working
2006-02-25 havocadded md4four map checksumming, since QW servers seem...
2006-02-25 havocQW support getting very close
2006-02-25 havocQW support getting closer
2006-02-25 havocmoved parse_model_precache and parse_sound_precache...
2006-02-24 havocbeginnings of qw protocol support
2006-02-24 havocrenamed cl.protocol to cls.protocol
2006-02-23 havocmerged NetConn_SendReliableMessage into NetConn_SendUnr...
2006-02-16 havocreworked input timing a bit more, now cl_movement 1...
2006-02-15 havocchanged client input packets to be sent at a fixed...
2006-02-11 havocminor cleanup of keepalive
2006-02-11 havocmigrated cls.message and client->message buffers into...
2006-02-07 havocmade MAX_LIGHTSTYLES error into a warning and it now...
2006-02-01 havocadded description string to all cvars and commands
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2005-11-29 havocimplemented cl_particles_quake cvar to use quake-style...
2005-11-25 havocfix a warning
2005-11-25 havocfixed up various bugs with cl_beams_relative, and reena...
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-11-04 havocimplemented sv_fixedframeratesingleplayer cvar
2005-10-23 havocfixed a bug that was making "Model %s not found" warnin...
2005-10-23 havocgot rid of Mod_CheckLoaded, changed how model system...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-09-09 havocfix a bug that made the world render colormapped (no...
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 -...
next