]> icculus.org git repositories - divverent/darkplaces.git/history - host_cmd.c
fix a bunch of warnings if compiling darkplaces as C++ in MSVC2008
[divverent/darkplaces.git] / host_cmd.c
2010-07-02 havocfix a bunch of warnings if compiling darkplaces as...
2010-06-09 havocfix pqrcon rcon_password bug introduced in r9420 (was not
2010-05-18 divverentautocvars: update to current value after loading a...
2010-05-10 havocfixed bug with effectinfo.txt loading so that it now...
2010-05-02 vortexcall m_hide() on loadgame/map/changelevel/restart if...
2010-04-04 havocuse multiple prints for ProQuake compatibility in statu...
2010-04-04 havocuse 3 spaces before IP address in status output, not...
2010-02-10 vortexExperimental feature of saving buffers within savegame...
2010-01-03 divverentWhen loading savegames, unlink all edicts first. This...
2009-12-23 blubAdding FreeType2 and UTF-8 Support.
2009-12-21 divverentfix movement loss tracking
2009-12-21 divverentmovement packet loss tracking
2009-12-21 havocadded mem_bigendian variable
2009-11-03 divverentfirst test of multi-account rcon:
2009-10-18 divverentclean up rcon_secure checks
2009-10-04 havocduplicated PRVM_ExecuteProgram to become MVM_ExecutePro...
2009-10-03 divverentfix two bugs in srcon/rcon_secure 2. It now WORKS.
2009-10-02 divverenttry making srcon work better with many rcon comamnds...
2009-10-02 divverentsorry for this 100% untested change... making srcon...
2009-09-17 havocrewrote netgraph code
2009-09-16 divverentfix TH's status patch to again send the same data as...
2009-07-08 havocfixed several warnings that appear with -std=gnu99...
2009-07-04 divverentfix typo in pqrcon
2009-06-16 divverentMUCH more paranoid memory checking (use random address...
2009-06-11 havocpatch from RocketGuy for pqrcon command, to administrat...
2009-05-28 divverents/random()/rand()/, sorry
2009-05-25 divverentsrcon: add random digits to the the time
2009-05-24 divverentadd a note that for secure rcon, client and server...
2009-05-16 divverentadd a missing cast
2009-05-16 divverentfix another typo
2009-05-16 divverentfix latest commit :P
2009-05-16 divverentprint something on "name" length overflow
2009-04-10 divverentdon't need to clear rcon_password on QW server reconnec...
2009-04-10 divverent- be less paranoid about clearing rcon_password (only...
2009-04-09 divverentwhen changing rcon_secure, always clear rcon_password...
2009-04-09 divverentclear the rcon password on "connect" command or QW...
2009-04-09 divverentbetter error handling for overlong srcon commands
2009-04-09 divverentadding "srcon" protocol, and new cvars:
2009-04-04 havocit is now possible to have multiple map models loaded...
2009-03-07 divverentfix the latest patch (print the right number)
2009-03-07 divverentallow maxplayers to be changed in game (it'll then...
2009-02-20 divverentsome color tag cleanups by terencehill
2009-01-08 divverentnow handle the SV_VM_Begin stuff correctly here
2009-01-08 divverentnow also save the old prog... hope THIS works always
2009-01-08 divverentoops, this is in the server VM
2009-01-08 divverentnew cvar: sv_status_show_qcstatus
2009-01-03 divverentfix cleanup of player names that use ^xRGB
2008-12-28 divverentfix whitespace handling:
2008-12-25 divverentterrencehill's color codes patch. Please test thoroughl...
2008-12-17 divverentfix crash
2008-12-17 divverentfix warnings
2008-12-17 divverentmore space for client numbers
2008-12-17 divverentnew command by terrencehill: "status 1" and "status...
2008-12-16 divverentwhen loading a game, free "text" later
2008-12-16 divverentsave game loading: abort when a token is NULL (might...
2008-12-16 divverent- add debug prints for saving/loading games for prvm_en...
2008-11-04 divverentfix some format string errors, and return value of...
2008-10-04 havocimplemented Quake-compatible savegame saving (writes...
2008-09-06 divverentsv_status_privacy", "0", "do not show IP addresses...
2008-09-04 havocsplit FS_Open into FS_OpenRealFile and FS_OpenVirtualFi...
2008-07-19 divverentadd feature "prvm_errordump" to make a savegame on...
2008-06-17 havocfixed all VS2005 deprecated function warnings
2008-06-01 divverentsome const fixes and type fixes found by gcc -combine
2008-05-02 divverentsanitize nicknames that start with a 0x01 or 0x02 ...
2008-04-21 divverentglobally rename model_t to dp_model_t for OpenSolaris...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-01-22 divverentmake play/play2 dummies when -nosound
2008-01-12 divverentmake packet_f work on dedicated servers too
2007-12-22 havocfix sprintf for savegame comment to not overflow on...
2007-11-28 havocpatch from VorteX that makes GAME_DELUXEQUAKE mode...
2007-11-18 havocfix bug with loading a saved game while a demo is playi...
2007-11-12 divverentadded cvar r_fixtrans_auto to automatically call fixtra...
2007-11-09 divverentadd new console command "fixtrans", usage: fixtrans...
2007-10-18 havocfixed a bug in multiplayer savegame loading that caused...
2007-09-24 havocchanged COM_ParseToken_Simple to have a parsebackslash...
2007-09-09 divverentsv_autodemo_perclient - record client-like demos on...
2007-07-09 havocallow multiplayer savegames
2007-06-24 divverentMeasure some timing values for output in status; also...
2007-06-14 havocmoved name validation code to server side
2007-06-14 havocreworked sendsignon logic so that unlimited sends are...
2007-06-13 havocremoved the ^7 after player names in various engine...
2007-06-13 havocbrought back the client->sendsignon flag from original...
2007-06-11 havocincrease default sv_maxrate from 10KB/s to 1MB/s, this...
2007-05-23 havocchanged server to not send pingplreport in response...
2007-05-21 divverentsentcvar: don't append a \n, it's a clc_stringcmd,...
2007-05-20 divverentnew option -capturedemo to capture a demo to an AVI...
2007-05-09 havocrenamed COM_ParseTokenConsole to COM_ParseToken_Console
2007-05-07 havocnow sends player physics variables as stats, including...
2007-04-30 havocmvdsv sucks (changed *ver from showing a string like...
2007-04-27 divverentmake COM_StringLengthNoColors and COM_StringDecolorize...
2007-04-25 divverentprevent abuse by ending netname with a ^: if the name...
2007-04-24 dreskAdded standard color escapes to "changed name to" broad...
2007-04-24 dreskAdded return to standard color coding in "status" comma...
2007-04-24 dreskAdded return to standard color coding in the "Player...
2007-04-24 havocaudited all Sys_Quit calls and gave them return values...
2007-04-16 havocimplemented shownetgraph
2007-04-14 divverentfix segfault sendcvar for non existing cvars introduced...
2007-04-05 havocchanged sv.time to realtime in name change time limit...
2007-04-05 havoceliminated most calls to Sys_DoubleTime (using realtime...
2007-03-17 havocplay a different sound (sound/misc/talk2.wav) for team...
next