]> icculus.org git repositories - divverent/darkplaces.git/history - host.c
implemented support for turning off mousegrab in csqc (feature existed
[divverent/darkplaces.git] / host.c
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...
2007-02-18 havocrenamed CL_Move to CL_Input to avoid confusion with...
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-02-12 havocremoved cl.timenonlerp (reverted to using cl.time)
2007-02-12 havocdisabled saveconfig when doing -benchmark
2007-02-05 havocredesigned input networking code (still same protocol...
2007-01-25 havocclients who are downloading can now receive chat messag...
2007-01-21 havocimplemented individual file downloads on darkplaces...
2007-01-14 havocpatch from div0 that adds sv_random_seed for benchmarki...
2006-12-17 havocimplemented QW gamedir switching and manual gamedir...
2006-09-16 havocremoved video capture formats other than AVI I420 as...
2006-09-16 havocimplemented direct AVI video capture using the I420...
2006-08-27 havocchanged default timeformat (related to timestamps cvar...
2006-08-16 havocreorganized Host_Init a bit, merged away a few function...
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-06-09 havocweb download patch from div0, this adds the "curl"...
2006-05-30 havocfixed several crashes in video capture code when files...
2006-05-28 havocfix a bug where dedicated servers might not respond...
2006-05-12 havocreorganized a lot of renderer variables into r_refdef...
2006-04-18 havocanother attempt to fix the warnings
2006-04-18 havocattempting to fix a warning about setjmp clobbering...
2006-04-18 havocrewrote timing code, now a much better and very differe...
2006-04-12 havocSys_Sleep more to save cpu time
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-29 havocin Host_ServerFrame, give the server a bit more executi...
2006-03-21 havocrenamed varray_ arrays to rsurface_array_, and they...
2006-03-15 havocmoved many cl_ prefixed variables into cl. or cls.
2006-03-11 havocadded back brackets so that developer isn't forced...
2006-03-11 havocoops, accidentally set developer to 100 by default
2006-03-11 havocinit host_framecount to 0, just a cleanup
2006-03-11 havoccleaned up the stupid forcedeveloper hack, now changes...
2006-03-11 havocmoved -developer code to the very beginning of Host_Ini...
2006-03-11 havocmoved Log_Start call into SCR_BeginLoadingPlaque (which...
2006-03-04 havocreplaced sbarpic_t with cachepic_t in sbar code (saves...
2006-03-03 havocmove SV_ClearDatagram call to eliminate missing weapon...
2006-02-28 havocreduced number of GAME_NEXUIZ checks in the engine...
2006-02-27 havocadded MorphOS labeling
2006-02-25 havocQW support getting closer
2006-02-24 havocbeginnings of qw protocol support
2006-02-23 havocadded qw compatible "rcon" support (allows a client...
2006-02-16 havocreworked input timing a bit more, now cl_movement 1...
2006-02-13 havocmodified Host_ServerFrame to run multiple server frames...
2006-02-11 havocremoved crash parameter from Host_ShudownServer, elimin...
2006-02-11 havocmigrated cls.message and client->message buffers into...
2006-02-01 havocadded description string to all cvars and commands
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2006-01-01 havocadded developer_entityparsing cvar to aid in debugging...
2005-12-30 havocdisabled running of multiple server frames per host...
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-07 havoccleaned up all Con_Printf calls that were missing a \n
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
next