]> icculus.org git repositories - divverent/darkplaces.git/history - host.c
New command 'history' and new shortcuts to search through the commands history
[divverent/darkplaces.git] / host.c
2010-09-04 divverentAdding GAME_XONOTIC and recognizing xonotic executable...
2010-08-21 havocfix errors related to cl_rollangle on dedicated servers...
2010-06-21 divverentjpeg: perform picmip levels 1, 2, 3 accelerated by...
2010-04-24 divverentmode "developer -1" that behaves like old "developer...
2010-04-15 divverentblock key events while in the event handler called...
2010-04-14 vortexDP_CSQC_SETPAUSE (clientside pause that only works...
2010-03-26 divverenthost_maxwait cvar to possibly work around timing troubl...
2010-02-28 divverentDetect appended data to the DP executable.
2010-02-27 havocchanged r_speeds labels again, less csqc monitoring...
2010-02-26 divverentrefactor timing, so that timing code is in sys_shared.c.
2010-02-25 havocuse CONFIGFILENAME and STARTCONFIGFILENAME macros inste...
2010-02-25 havocadd several more R_TimeReport calls for better analysis...
2010-02-20 havocadded server and client timing data to r_speeds 2
2010-01-31 havocfix a bunch of warnings
2009-12-27 havocfix developer_extra and developer_insane cvar declarations
2009-12-27 havocadded Con_MaskPrintf, Con_Printf/Con_DPrintf and friend...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-23 blubAdding FreeType2 and UTF-8 Support.
2009-12-20 divverentslowmo: when slowmo is < 1, restrict sys_ticrate not...
2009-12-20 divverentmaxidlefps fix for maxfps 0
2009-11-13 havocdon't call Mem_CheckSentinelsGlobal in image loaders...
2009-10-19 havocODE physics engine support, needs more work, disabled...
2009-10-18 havocreplaced host_sleep with cl_maxfps_alwayssleep cvar...
2009-09-25 divverentsnd_alsa: MIDI input support! MIDI events get mapped...
2009-09-23 divverentprevent information leakage from trace_ globals to...
2009-09-18 havocfix framerate limiting - when cl_maxfps is 0, run clien...
2009-09-18 havocenable host_sleep 1 by default
2009-09-09 havocuse -developer automatically in debug builds
2009-08-20 divverentfix all the () problems, and make gcc warn for them
2009-08-07 divverentStupid hack: force an entity frame once 5 frames were...
2009-06-16 divverentMUCH more paranoid memory checking (use random address...
2009-05-20 divverentimprove abstraction of the console buffers; console...
2009-05-17 divverentexperimental new persistent console history (uses same...
2009-04-12 havocfix mispredictions when paused, or when console is...
2009-04-10 divverentclear mouse input at a better stage (should fix cl_maxf...
2009-04-05 divverentgraceful handling of stack underflows, or host_abortfra...
2009-04-04 divverentmove csqc_progdata and csqc_progdata_deflated from...
2009-04-04 divverentfix memory leaks in server csqc
2009-04-04 havocdon't apply host_sleep when in a timedemo
2009-04-04 havocadded host_sleep cvar, defaults to 1 millisecond wait...
2009-03-21 divverentDP_QC_GETTIME
2009-03-07 divverentallow maxplayers to be changed in game (it'll then...
2009-02-25 havocZQ_PAUSE extension patch from GreEn`mArine
2008-12-29 havocopen client sockets before video starts, so that the...
2008-09-04 havocsplit FS_Open into FS_OpenRealFile and FS_OpenVirtualFi...
2008-08-24 divverentrcon: use multiple reply packets to fit any size (where...
2008-08-23 divverentjpeg: handle errors properly (with longjmp)
2008-08-22 havocdefault cl_maxfps to 0 rather than 1000000
2008-08-22 havocallow cl_maxfps and cl_maxidlefps to be 0, meaning...
2008-08-15 havocregister disconnect command even on dedicated server
2008-06-26 havocsync console command execution to the server timer...
2008-05-08 havocfix nexuiz menu mouse input by resetting in_mouse_x...
2008-05-08 havocimplemented support for turning off mousegrab in csqc...
2008-02-22 havocset csqc world.mins and world.maxs (reworked World_SetS...
2008-02-14 havocremove cl_alwayssleep, it only does what we want on...
2008-02-14 havocadded experimental cl_alwayssleep cvar which calls...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-01-27 havocadded cl_minfps_qualitypower cvar to make particle...
2008-01-25 havocvary r_drawparticles_drawdistance and r_drawdecals_draw...
2008-01-25 havocrenamed cl_minfps_expbase to cl_minfps_logbase
2008-01-25 havocimplemented framerate-dependent particle quality reduct...
2008-01-19 divverentnew SV progs function SV_Shutdown, gets called just...
2008-01-18 resRemoved passing machine type from the makefile to the...
2008-01-16 resGecko: load OffscreenGecko dynamically
2008-01-04 blackRefactor the code to make r_view and r_viewcache member...
2008-01-02 divverentfix bug in saveconfig that caused config to get saved...
2008-01-01 divverentNexuiz: play intro video on startup by QC now
2007-12-28 havocfix Con_Print that should have been Con_Printf
2007-12-28 divverentmissing %s
2007-12-28 divverentoops, missed a "const"
2007-12-28 divverentextension to writeconfig command: also take a file...
2007-12-02 havocchanged default value of sv_fixedframeratesingleplayer...
2007-11-27 blackRework cl_video to use dyntextures.
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-11-12 havocimplemented a -profilegameonly commandline option for...
2007-11-09 havocincreased minimum cl_maxfps value from 1 to 5 (but...
2007-10-18 havocfixed a bug in multiplayer savegame loading that caused...
2007-09-09 divverentsv_autodemo_perclient - record client-like demos on...
2007-09-02 havocdoubled cl_maxidlefps, this cures sound stuttering...
2007-08-27 havocadded cl_maxidlefps cvar to control the fps limiting...
2007-07-08 divverentnew cvar log_dest_udp to send all console data to one...
2007-06-24 divverenttake the time used by the stuff before the server code...
2007-06-24 divverentMeasure some timing values for output in status; also...
2007-06-13 havocremoved the ^7 after player names in various engine...
2007-06-13 havocbrought back the client->sendsignon flag from original...
2007-05-20 divverentnew option -capturedemo to capture a demo to an AVI...
2007-05-17 havocmoved the code that applies slowmo to demo playback...
2007-05-11 havocmoved almost all server cvars to sv_main.c and added...
2007-05-07 havocrewrote server sendstates building code, no longer...
2007-05-07 havocnow sends player physics variables as stats, including...
2007-04-24 dreskAdded return to standard color coding in the "Player...
2007-04-17 havocmoved calls of CL_ReadDemoMessage and CL_SendMove from...
2007-04-16 havocserver no longer calls networking on each physics frame...
2007-04-16 havocimplemented shownetgraph
2007-04-16 havocsv.datagram is now flushed to client->unreliablemsg...
2007-04-05 havocfix severe timing issues regarding the global variable...
2007-03-30 havocmake timedemo and -benchmark use srand(0) to get more...
2007-03-29 havocchanged Sys_Sleep functions to take microseconds instea...
2007-03-12 havoccorrected some comments
2007-03-12 havocremoved -demolooponly commandline option as it did...
next