]> icculus.org git repositories - divverent/darkplaces.git/history - netconn.c
Remove unused MP_Fallback from menu.c.
[divverent/darkplaces.git] / netconn.c
2007-12-02 havocremoved all but ocrana qw master as the rest were not...
2007-11-13 havocchanged two memcpy calls to memmove after testing in...
2007-11-12 havocfix SLIF_FREESLOTS to not be an out of bounds array...
2007-11-09 divverentremove timed out servers from list
2007-11-09 divverentquerycounters LOVE to be reset ;)
2007-11-09 havocfix two warnings
2007-11-09 divverentwatch your memory :)
2007-11-08 blackClean-up the refresh code and remove the refresh field...
2007-11-08 black- add support for server list refreshes to netconn...
2007-11-05 divverentadd a "freeslots" field to the host cache
2007-10-01 havocadded support for arguire's strange protocols that...
2007-07-10 divverentmake rcon command display a bit nicer for multi-command...
2007-07-10 divverentallow multiple rcon commands in the same packet, separa...
2007-07-09 havocnever let client timeout in singleplayer
2007-07-08 divverentnew cvar log_dest_udp to send all console data to one...
2007-06-13 havocbrought back the client->sendsignon flag from original...
2007-05-19 havocdon't send empty unreliable packets
2007-05-01 havocsignificant cleanup of input networking code (reorganiz...
2007-04-30 havoccount empty packets in rate limiting
2007-04-29 havocincreased IP + UDP header overhead estimate from 18...
2007-04-26 havocsplit cl_netpacketloss into cl_netpacketloss_send and
2007-04-20 divverentcompare the right values for host cache masks;
2007-04-18 divverentsv_public -2 now allows the local: client to connect
2007-04-18 havocadded numbots and numhumans in server info parsing...
2007-04-18 havocadded reporting of number of bots in getinfo/getstatus...
2007-04-16 havocimplemented shownetgraph
2007-04-05 havoceliminated most calls to Sys_DoubleTime (using realtime...
2007-03-29 havocadded NetConn_SleepMicroseconds function, and LHNET_Sle...
2007-03-15 havocreworked quake query code (CCREQ_/CCREP_ handling)...
2007-03-09 havocremoved master 12.166.196.192 (run by Venim) because...
2007-02-19 havocmoved cl.movesequence/cl.servermovesequence to cls...
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-01-14 havocchanged extResponse handler to quote the address string...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2007-01-14 havocpatch from div0 that adds a special "extResponse "...
2007-01-14 havocpatch from div0 to clamp ping reports to 1-9999 range...
2006-12-28 havocpatch from div0 that adds sv_public modes -2 (do not...
2006-12-15 havoccorrected some svc_nop's to clc_nop's (same value but...
2006-12-10 havocfix crash when a client reconnects to the same client...
2006-11-09 havocpatch from div0 that removes connect flood ban when...
2006-10-23 havocimplemented connect flood blocking (100% effective...
2006-08-27 havocgreatly improved chances of connecting to a proquake...
2006-07-17 havocenabled old quake-style connection/query packets when...
2006-07-08 havocadded ping and packet loss display to scoreboard, and...
2006-06-12 havoccheck if master server address string is empty when...
2006-05-25 havocfixed crashes when changing a few settings while playin...
2006-05-11 havocfix a warning
2006-05-10 havocsome clean up of packet parsing
2006-05-10 havocsetinfo *ip on every network connection (currently...
2006-05-09 havocdon't shuffle servers around when pings come in later...
2006-04-18 havocrewrote timing code, now a much better and very differe...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-04-04 havocadded some extra prints to net_slistqw to figure out...
2006-03-23 havocchanged several DPrint's and developer cvar checks...
2006-03-15 havocmoved many cl_ prefixed variables into cl. or cls.
2006-03-15 havocadded LAN search for quakeworld servers
2006-03-15 havocsplit up net_slist into net_slist and net_slistqw,...
2006-03-04 havocadd SV_VM block around SV_DropClient call in NetConn_Se...
2006-02-28 havocfilter servers by "gameversion" cvar, which is now...
2006-02-28 havoconly query QuakeWorld servers when in GAME_NORMAL mode
2006-02-26 havocvast improvements in qw server listings in the server...
2006-02-26 havocadded qw master support to server query system, and...
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-24 havocbeginnings of qw protocol support
2006-02-24 havocremoved canSend field from netconn_t, and added a froms...
2006-02-23 havocfix rcon_password validation to refuse whitespace,...
2006-02-23 havocrearrange SV_VM_Begin/End again to fix crashes
2006-02-23 havocadded qw compatible "rcon" support (allows a client...
2006-02-23 havocmerged NetConn_SendReliableMessage into NetConn_SendUnr...
2006-02-12 havocrenamed NetConn_UpdateServerStuff to NetConn_UpdateSock...
2006-02-11 havocremoved crash parameter from Host_ShudownServer, elimin...
2006-02-11 havocmigrated cls.message and client->message buffers into...
2006-02-01 havocadded description string to all cvars and commands
2005-12-17 havocchanged Venim's dpmaster back to an IP
2005-12-17 havocadded tChr's master server, changed Venim's back to...
2005-11-25 havoccleaned up edict clearing when connecting or coming...
2005-11-25 havocchanged serverlist to using color tags instead of shift...
2005-11-13 havoccorrected dpmaster.deathmask.net IP address comment...
2005-11-13 havocupdated ip address comment for dpmaster.deathmask.net
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-10-29 havocfix server physics crash on level change from reading...
2005-10-25 havocupdated IP address comment for Willis's dpmaster.deathm...
2005-10-21 havocfix an anonymous struct error with g++ 4
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-07-05 havocfixed signed/unsigned mismatch warnings
2005-07-05 havocmore size_t
2005-06-29 havocstop searching for a server port when one is found
2005-06-28 black-Added sv_playerphysicsqc to control whether the qc...
2005-06-20 havocchanged most Sys_Error calls to Con_Printf with appropr...
2005-06-14 havocstrlwr does not exist on Linux
2005-06-14 black-reconnect wont work if being called from the console...
2005-06-13 havocfix two signed/unsigned mismatch warnings reported...
2005-06-11 molivierBasic support for Q3's "getstatus" message, for a bette...
2005-06-11 havocsv_public now defaults to 0 except on dedicated servers
2005-06-03 blackFixed an signed/unsigned warning.
2005-06-03 black-Added the cvars net_slist_timeout and net_slist_maxtries.
next