]> icculus.org git repositories - divverent/darkplaces.git/history - host.c
Fixed the "-path" option. A couple of FS variables were never initialized explicitly
[divverent/darkplaces.git] / host.c
2004-04-05 havocinlined Host_EndGame in CL_ParseServerMessage's svc_dis...
2004-04-05 havocfixed very annoying '5 second timeout' bug in Host_Shut...
2004-03-10 havocadded -benchmark commandline option
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-26 havocTEU uses teu.rc, not quake.rc
2004-02-21 havoccleaned up R_RenderView setup code a bit, and shuffled...
2004-02-10 molivierAdded a couple of function skeletons for the automatic...
2004-02-01 havocchanged Sys_Sleep from (void) to (int milliseconds...
2004-01-27 havocuse sys_ticrate timing on dedicated servers
2004-01-01 havocnow runs scripts at startup differently - runs scripts...
2003-12-23 blackFast commit before Im off for 10 days. Please correct...
2003-12-17 blackminor, minor change to Host_Init - the loading plaque...
2003-12-07 havoctodo item done: added "saveconfig" console command
2003-12-07 havocno longer throttles back framerate when console is...
2003-11-30 blackThe menu isnt initialized for dedicated servers
2003-11-15 havocfixed flipped sound (stupid bug in S_Update call)
2003-11-14 havocr_refdef.vieworg and r_refdef.viewangles replaced by...
2003-10-21 blackAdded in_mouse_x and in_mouse_y, which contain the...
2003-10-16 blackFixed crash in Host_Shutdown when MR_Shutdown was 0.
2003-10-11 blackAdded the drawing functions and added also probably...
2003-10-09 blackSorry, forgot to remove some debug code from host.c
2003-10-09 blackAdded a lot of builtin commands to prvm_cmds.c (mostly...
2003-10-07 havoccd audio now tied to sound system
2003-10-07 black*** empty log message ***
2003-10-07 blackChanged dp so the new vm fits in.
2003-09-19 havocfinished a lot of little todo items, mostly regarding...
2003-09-17 havocforgot to include this file in the previous commit...
2003-08-30 havocreverted the massive svs.connectedclients change, now...
2003-08-19 havocmore q3bsp work (and no it still doesn't work right)
2003-08-06 havocworking code is better than broken code
2003-08-06 havocupgraded network protocol to DPPROTOCOL_VERSION4 -...
2003-07-08 havocfixed a buffer overflow in SV_BroadcastPrintf
2003-07-02 havocadded support for GAME_GOODVSBAD2
2003-06-22 havocThis is the network rewrite I've been working on for...
2003-06-08 havoccleaned up Host_Error a bit
2003-04-26 havocreverted dynamic allocation of sv.edicts because there...
2003-04-25 havocsv.edicts (and related things) are now dynamically...
2003-04-03 havocfix for server dying when someone times out
2003-03-28 havocchanged behavior of SV_DropClient a bit (now calls...
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2003-03-07 havocmenu.c - changed M_DrawSlider to take a value and a...
2003-03-02 havocchanged lots of printf to Con_Printf
2002-11-10 havocadded Nexiuz TE_ effects (prefixed TE_TEI_) and Nexiuz...
2002-10-06 havocfix restart command
2002-10-02 molivierTried to be a little smarter with the heartbeats, using...
2002-09-28 havocmap and load commands are now delayed until the video...
2002-09-26 havocthis commit adds video mode switching, and preferred...
2002-09-24 havocThanks to Elric for adding dpmaster support!
2002-09-24 havocnow pretends gfx.wad pics are in the gfx/ directory...
2002-09-23 havocalmost completely rewrote vid_wgl's mode code, there...
2002-09-22 havocVID_Init now takes an int bpp parameter
2002-09-17 havocyou can now build a darkplaces-dedicated executable...
2002-09-11 havocVID_Init now takes mode settings (fullscreen, width...
2002-09-11 havocwhitespace
2002-09-09 havocsvs.clients is now allocated dynamically according...
2002-09-05 havocyou can now (try to) play in maps you don't have, and...
2002-09-02 havocyou can now open/close the console independently of...
2002-08-26 molivierAdded a new cvar sv_echobprint which controls the print...
2002-08-20 havocgot rid of host_parms
2002-08-20 havocgot rid of host_parms.argc and argv, now uses com_argc...
2002-08-20 havocsys_usetimegettime is now initialized at a place where...
2002-08-10 havoc(patch from Elric) BloodBath renamed to Transfusion
2002-08-02 havoccleaned up vid_glx.c somewhat, it can now quit properly...
2002-07-25 havoc.dpv video playback is now implemented. Slow though...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-04-01 lordhavocfix for dedicated server spewing error about cl_avidemo
2002-03-30 lordhavocadded cl_avidemo cvar (saves a series of tga images...
2002-03-25 lordhavocseed the random number generator with the current time...
2002-03-22 molivierA few minor changes for BloodBath support (including...
2002-03-12 lordhavocadded cl_particles_blood_size_min, cl_particles_blood_s...
2002-03-01 lordhavocreenabled loading plaques (and cleaned up that code...
2002-02-03 lordhavoclights should not decay now when console is down (pausi...
2002-01-31 lordhavocgot rid of buildnumber.c and buildnum program, now...
2002-01-25 lordhavocadded cl_screen.c/h (eventually most 2D stuff should...
2002-01-22 lordhavocmake dedicated work again
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-10-29 lordhavocchanging all isDedicated references to cls.state =...
2001-10-26 lordhavocadded CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu...
2001-10-15 lordhavocMajor update, been neglecting CVS for some time...
2001-05-30 taniwhagzip support from quakeforge (QFile and friends). also...
2001-05-27 lordhavoccleaned up nearly all of the externs in .c files (moved...
2001-05-26 lordhavocsome whitespace changes
2001-05-11 lordhavoc***map loader generates portals for the map*** (can...
2001-05-04 lordhavocNo more busy-waiting when framerate cap is reached...
2001-04-28 lordhavocremoved unused net_vcr (and all other traces of vcr...
2001-04-20 lordhavocadded newmap function to render modules (so explosions...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2001-02-23 lordhavocimproved TraceLine in chase.c to be more generally...
2001-02-09 lordhavocadded back r_speeds2, with masses of information (6...
2001-01-29 lordhavocgot rid of Hunk_Alloc, all allocations now have a prope...
2001-01-29 lordhavocevery malloc/calloc/free converted to qmalloc/qfree...
2000-12-09 lordhavocbmodel rotation physics now work
2000-11-17 lordhavocupdated to version 1.50, build 75.
2000-10-28 lordhavocrecursive host_error improvement (prints both error...
2000-10-15 lordhavocGigantic commit - dlight system rewritten
2000-09-18 lordhavocminor tweak to the forcing of color 255 to black
2000-09-12 deekhost.c, sys_linux.c: Clear up linefeeds in Sys_Printf...
2000-09-06 lordhavocVarious graphical tweaks (mainly particle related)...
2000-09-06 lordhavocLinux GLX, a lot of code shrinkage/cleanup, assembly...
next