]> icculus.org git repositories - divverent/darkplaces.git/history - host_cmd.c
renamed COM_ParseTokenConsole to COM_ParseToken_Console
[divverent/darkplaces.git] / host_cmd.c
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...
2007-03-16 havocfixed bug where every name/color/playermodel/playerskin...
2007-03-12 havocremoved trailing comments on cvar declarations and...
2007-03-12 havocremoved -demolooponly commandline option as it did...
2007-03-02 havocchanged sendcvar command to send a reply (with no value...
2007-03-01 havocfixed problems with playing on QW server caused by...
2007-02-20 havocchanged reconnect command description
2007-02-20 havocmade reconnect command reconnect to the last server...
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-12 havocsendcvar now quotes the resulting sentcvar value
2007-01-25 havocclients who are downloading can now receive chat messag...
2007-01-18 havocapplied div0's patch to the tell command adding player...
2007-01-14 havocpatch from div0 to add sv_adminnick cvar which override...
2007-01-12 havocchanged Cmd_AddCommand to only work for console command...
2006-12-15 havocremoved NET_MAXRATE (as it served no useful purpose...
2006-08-14 havocpatch from div0: clamp "ping" reply valies in 0..9999...
2006-08-14 havocpatch from div0: Send download requirements at an earli...
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-07-09 havocadded ping and status command output parsing in the...
2006-07-08 havocadded ping and packet loss display to scoreboard, and...
2006-07-07 havocchanged most COM_ParseToken calls to COM_ParseTokenCons...
2006-06-11 havocdon't allow $ expansion or sendcvar on rcon_password...
2006-06-10 havocdisabled the broken cl_autodemo feature until Sajt...
2006-06-09 havocchanged cvar default setup code such that cvar default...
2006-06-09 havocweb download patch from div0, this adds the "curl"...
2006-05-26 havocfix bug that was preventing rcon_address from working
2006-05-25 havocfix crash when entering "color" command while playing...
2006-05-10 havocimproved setinfo handling so that quakeworld works...
2006-04-20 havocallow changelevel to stop demos (necessary for nexuiz...
2006-04-12 havocdon't hide console when entering a map, only do so...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-25 sajtcl_autodemo, when set to true, automatically records...
2006-03-21 havocrenamed varray_ arrays to rsurface_array_, and they...
2006-03-10 havocwhen loading a savegame, use the saved v_angle value...
2006-02-28 havoccasts to fix warnings in MSVC x64, thanks Willis
2006-02-26 havocimproved packet command to have more escape codes ...
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-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 havocmoved sendsignon = true back to where it was, as it...
2006-02-11 havocremoved crash parameter from Host_ShudownServer, elimin...
2006-02-11 havocmigrated cls.message and client->message buffers into...
2006-02-07 havocfixed loadgame to support stock quake savegames (which...
2006-02-01 havocadded description string to all cvars and commands
2006-01-11 havocadded sendcvar patch from [515]
2005-11-25 havocping command now works from server console
2005-11-25 havoccleaned up edict clearing when connecting or coming...
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-11-05 havoceliminated fs_filesize global, now File_LoadFile and...
2005-10-23 havocdon't send empty lightstyles during signon
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-10-11 havocupdated a comment about the nehahra pmodel command...
2005-07-30 black-Changed a call to VariableString with FindCvar.
2005-07-05 havocadded a 64bif fs_offset_t type to clean up most of...
2005-07-05 havocfixed signed/unsigned mismatch warnings
2005-07-05 havocmore size_t
2005-06-26 black-"add color code to start of chat message to prevent...
2005-06-26 havocremoved "%s changed model to %s" message on .playermode...
2005-06-19 havocbetter detection of model load failures in viewmodel...
2005-06-16 havocreplace control characters (such as newline) with _...
2005-06-14 black-reconnect wont work if being called from the console...
2005-06-13 tomazadded -demo and -demolooponly options. -demo starts...
2005-06-09 havocround off ping listings to nearest integer
2005-06-06 havocremoved one variable too many
2005-06-06 havocfix two warnings after the last commit
2005-06-06 havocuse latest ping from client struct rather than averagin...
2005-06-01 havocfix some crashes with server commands (kick, view*...
2005-05-30 havocdon't echo player messages if not a dedicated server...
2005-05-30 havocreenabled echoing of player messages to server console...
2005-05-29 blackQuick fix for the "0 not loaded" bug (error on trying...
2005-05-27 black-CVS: --------------------------------------------...
2005-05-25 havocfix bug with ClientDisconnect not being called if a...
2005-05-24 havocrewrote protocol version system (including splitting...
2005-05-13 havocupgraded both QuakeC VMs to use a table of negative...
2005-04-05 havocconsolidated many mempools to make memlist more readabl...
2005-03-09 havoccl_capturevideo_raw* modes now use O_NONBLOCKING file...
2005-02-03 molivierReplaced snprintf and vnsprintf calls by dpsnprintf...
2005-01-25 havocremoved obsolete FS_Close call in LoadGame
2005-01-25 havocnow supports Mac and Windows newlines everywhere
next