]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - host_cmd.c
Eradicated the CVAR_NQUSERINFOHACK flag, for good
[xonotic/darkplaces.git] / host_cmd.c
2020-06-23 cloudwalkEradicated the CVAR_NQUSERINFOHACK flag, for good
2020-06-23 cloudwalk(Round 4) Break up host_cmd.c
2020-06-22 cloudwalk(Round 3) Break up host_cmd.c
2020-06-22 cloudwalk(Round 2) Break up host_cmd.c
2020-06-22 cloudwalk(Round 1) Break up host_cmd.c
2020-06-22 cloudwalkFirst massive rename and move
2020-06-22 cloudwalkChange prefix of cmds in host_cmd.c to match the side...
2020-06-21 cloudwalkRevert "Initialize console commands and cvars before...
2020-06-20 cloudwalkInitialize console commands and cvars before anything...
2020-06-19 cloudwalkIn Host_Main, loop until host.state == host_shutdown...
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-17 cloudwalkFix dumb mistake allowing cheats to be used despite...
2020-06-11 cloudwalkInitial implementation of command flag system
2020-06-11 cloudwalkDelete the cmd_clientfromserver interpreter. Use cmd_cl...
2020-06-08 cloudwalkAdd topcolor to clientfromserver so quake15 stops spamm...
2020-06-08 cloudwalkRevert the cvar alias system, as a checkpoint pending...
2020-06-06 cloudwalkInitial implementation of cvar aliases, with slowmo...
2020-06-04 cloudwalkFix a few compile warnings from clang
2020-06-03 cloudwalkImplement a callback for sv_cheats to disable all linge...
2020-05-26 cloudwalkFix most compiler warnings.
2020-05-26 cloudwalkFix pure data entities being linked into the area grid...
2020-05-25 cloudwalkMake sv_cheats instant. No need to restart the map...
2020-05-25 cloudwalkMake sv_cheats CVAR_NOTIFY
2020-05-25 cloudwalkImplement Con_Error(f) and Con_Warn(f), error and warni...
2020-05-20 cloudwalkAdd a few commands to clientfromserver interpreter...
2020-05-20 cloudwalkRemove signon check for QW reconnect. Client now follow...
2020-05-18 cloudwalkFix duplicate Cmd_AddCommand(s). Their funcs already...
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2020-01-09 havocCorrected names in credits to be more accurate and...
2016-07-20 divverentStop using bytes >= 128 in format strings. They break...
2016-06-27 divverentAdd a cvar net_sourceaddresscheck (default 1) to ignore...
2015-03-04 divverentFix overrun in fullinfo.
2015-03-04 divverentFix NULL in pause command.
2015-02-27 divverentGet rid of some funny console spam on some invalid...
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2014-01-07 divverentFix some warnings.
2013-09-26 havocadded GAME_SSAMMO
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-07-13 divverentNew rate burst handling; cvars: cl_rate_burstsize,...
2013-03-28 vortexRewritten SVQC stringbuffer saving routines (which...
2013-01-02 divverentserver: ignore out of order prespawn/spawn/begin commands
2012-12-22 havocadded GAME_QUOTH to use the hipnotic hud and workaround...
2012-09-27 divverentfix rcon crash
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...
next