]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - host_cmd.c
fix a few more redundancies with PRVM_64
[xonotic/darkplaces.git] / host_cmd.c
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2011-11-26 divverentfix a stupid typo in pausable checking code
2011-11-08 havocfix compile error (missing variable)
2011-11-08 divverentallow listen server owner to pause the game (this also...
2011-10-27 divverentframegroups: add support for group names specified...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-15 havocfix crashes in viewthing code
2011-10-14 havocuse PRVM_serverfunction when looking up SV_ChangeTeam,
2011-07-23 havocadded sv_namechangetimer cvar which allows the name...
2011-06-08 havocfix a crash on saving a game
2011-06-08 havocreworked progs loading so that entvars_t and globalvars...
2011-05-09 havocadded prvm_offsets.h which centralizes field/global...
2011-05-09 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-05-08 havocremoved NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL...
2011-02-25 havocreworked the entire config loading system for the gamed...
2011-02-19 divverentFix bad ipv6 support in status 1 and 2 commands:
2010-11-18 havocchanged default status output to match ProQuake 4.51
2010-10-03 divverentmake "status" support IPv6
2010-09-04 divverentAdding GAME_XONOTIC and recognizing xonotic executable...
2010-09-03 divverentfix connect help
2010-09-03 divverentadded arg: connect-userinfo; works like this: "connect...
2010-08-19 havocfix almost all g++ -pedantic warnings
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...
next