]> git.xonotic.org Git - xonotic/darkplaces.git/history - protocol.c
protocol: Fix off-by-one when appending space in Protocol_Names
[xonotic/darkplaces.git] / protocol.c
2021-10-04 Cloudwalkprotocol: Fix off-by-one when appending space in Protoc...
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-22 Cloudwalkprotocol: Stub DP8 protocol
2020-07-02 cloudwalk(Round 3 - Final) Break up protocol.c.
2020-07-02 cloudwalk(Round 2) Break up protocol.c
2020-07-01 cloudwalk(Round 1) Break up protocol.c
2020-06-27 cloudwalkRemove Con_Warnf and Errorf. Use macros to change color...
2020-06-04 cloudwalkFix a few compile warnings from clang
2020-05-25 cloudwalkImplement Con_Error(f) and Con_Warn(f), error and warni...
2020-01-09 havocCorrected names in credits to be more accurate and...
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2015-03-02 divverentMake the move sequence an unsigned int.
2015-02-04 divverentUse the correct bones count when parsing E5_COMPLEXANIM...
2014-01-07 divverentFix some warnings.
2014-01-06 divverentCSQC entity sending rework.
2014-01-06 divverentKill csqcentityglobalhistory.
2014-01-06 divverentGive CSQC entity scopes names.
2013-12-19 divverentENTITYSIZEPROFILING: also log entity number and sendflags.
2012-04-19 divverentremove some more dead code
2012-02-04 eihrulconvert pose6s data to pose7s data to resolve quaternio...
2011-12-08 havocprint E5_COMPLEXANIMATION and E5_TRAILEFFECTNUM in
2011-11-12 divverentcomplexanimation now beginning to be suitable for SVQC use
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-06-26 havocimplemented DP_ENT_TRAILEFFECTNUM extension, which...
2011-06-26 divverentfix a bug in EntityFrame5 stats delta bits handling
2011-06-14 divverentfix entity networking AGAIN
2011-06-08 havocreworked progs loading so that entvars_t and globalvars...
2011-05-09 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-05-08 havocremoved NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL...
2011-05-06 divverentadd 2 missing casts
2011-05-06 havocadded .float sendcomplexanimation server qc field which...
2011-03-25 divverentspeed up packet loss handling by changing EntityFrame5_...
2011-02-20 divverentCSQC entity networking: if a frame BEFORE the last...
2011-01-03 divverentget rid of more clang warnings
2010-01-31 havocfix a bunch of warnings
2010-01-29 havocfix a typo
2010-01-29 havocchange protocol version table so that multiple numbers...
2010-01-08 havocfix compile error
2010-01-08 havocfix size of entity_state_t (it was 98 bytes, now 96...
2009-12-30 havocremove an unused variable
2009-12-30 havocbuffer up to 32 recent frame numbers for clc_ack to...
2009-12-21 havocallocate memory for big temporary storage arrays rather...
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-10-20 havocfix last fix
2009-10-20 havocfix typo
2009-10-19 havocODE physics engine support, needs more work, disabled...
2009-10-04 havocadded DP_ENT_GLOWMOD extension, like DP_ENT_COLORMOD...
2009-09-26 divverentnetwork CSQC and network entities separately (should...
2009-08-07 divverentStupid hack: force an entity frame once 5 frames were...
2009-04-12 havocdon't allocate packetlog entries if there is nothing...
2009-03-15 divverentforce 32bit origin for player entiites (TODO: possibly...
2009-03-12 havocdon't use 16bit origin protocol for attachments
2009-01-27 divverentattempt to fix csqc entity networking by not sending...
2008-11-01 divverentcsqc packet log code (for entityframedatabase 5 only...
2008-10-06 divverentfix warnings in my last change
2008-10-06 divverentadd entity size profiling (currently spams the console...
2008-10-06 divverentresend csqc entities COMPLETELY if they became inactive...
2008-08-20 havocredesigned csqc shared entity .Version handling, now...
2008-07-24 havocfixed rate limiting of csqc entities (they were overflo...
2007-12-25 divverentfix "warping" bug MrBougo found in the protocol (namely...
2007-12-17 blackAdd full support for csqc's sensitivityscale (no clampi...
2007-10-21 havocreverted the cleanup of entity state building because...
2007-10-01 havocadded support for arguire's strange protocols that...
2007-08-03 havocfix a typo that caused incorrect prioritization of...
2007-07-03 havocsend less stats in old protocols, a lot of them were...
2007-06-14 havocfix a bug in server support for PROTOCOL_NEHAHRAMOVIE
2007-05-19 havocdon't send svc_statubyte or any stat index over 32...
2007-05-15 havocrenamed QUAKEWORLD protocol to QW to shorten connect...
2007-05-15 havocfix a bug that caused the DP server to only report...
2007-05-07 havocreduced uninitialized data size by 13MB by moving some...
2007-05-07 havocrewrote server sendstates building code, no longer...
2007-04-24 havocadded DP_SV_MODELFLAGS_AS_EFFECTS extension, this adds...
2007-04-18 havocfix a bug in the RENDER_EXTERIORMODEL check in the...
2007-04-18 havocchanged protocol code to always send origin as low...
2007-04-16 havocEF_LOWPRECISION is now default on all entities except...
2007-04-16 havocsv.datagram is now flushed to client->unreliablemsg...
2007-04-07 havocplayer model no longer shadows gun model
2007-03-08 havocrefactored csqc entity sending code so that it properly...
2007-03-03 havocchanged entity networking prioritization code to use...
2007-02-19 havocmoved cl.movesequence/cl.servermovesequence to cls...
2007-02-18 havoca cosmetic change as suggested by div0:
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-02-10 havocfix stupid bug in last patch that made entities not...
2007-02-10 havocfixed bug from lingering code that was resetting entity...
2007-02-09 havocchanged entity priority code again, it should have...
2007-02-08 havocreworked entity priority handling in DP6/7 protocols...
2007-02-05 havocremoved an unneeded cl.movement_replay = true; line
2006-08-27 havocfix bug with gun bobbing in demo playback (where input...
2006-05-25 havocfixed crashes when changing a few settings while playin...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-21 havocrenamed varray_ arrays to rsurface_array_, and they...
2006-03-15 havocmoved many cl_ prefixed variables into cl. or cls.
2006-03-11 havocfix bug in [515]'s csqc code - it was using the literal...
2006-02-26 havocqw support is 99% working
2006-02-25 havocQW support getting very close
2006-02-25 havocQW support getting closer
2006-02-25 havocfix typos that caused colormod to malfunction when...
2006-02-24 havocbeginnings of qw protocol support
2006-02-24 havocrenamed cl.protocol to cls.protocol
2006-02-15 havocfix very stupid bug that caused entities to sometimes...
next