]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - host.c
fix hl sprite loading (stupid typo in handling sprite types)
[xonotic/darkplaces.git] / host.c
2005-03-15 havocHost_SaveConfig_f now refuses to save if Host_Frame...
2005-03-09 havoccl_capturevideo_raw* modes now use O_NONBLOCKING file...
2005-03-09 molivierMoved audio CD initialization / finalization out of...
2005-03-08 havocfix continual setting of sys_ticrate to 0.01 due to...
2005-02-07 havocnow does a togglemenu if there were no demos started...
2005-02-04 havocimplemented DP_CON_STARTMAP extension which defines...
2005-02-03 molivierReplaced snprintf and vnsprintf calls by dpsnprintf...
2005-01-25 havocnow supports Mac and Windows newlines everywhere
2005-01-09 molivier- Sys_LoadLibrary now accepts several possible names...
2005-01-03 tomazCleaned up alot more memory leaks. (still get 720 leaks...
2005-01-03 molivierAdded S_Terminate to free all sound resources at shutdown
2005-01-01 tomazAdded CL_Shutdown which took care of 14 memory leaks...
2005-01-01 black-Added 2 builtins to make the hostcache stuff easier...
2004-12-18 black-CL_Video now allows multiple streams again. It is...
2004-12-18 tomazFixed the sys_ticrate bounds checking, it was constantl...
2004-12-15 moliviervsprintf -> vsnprintf
2004-12-04 black-Added the console command prvm_globalset
2004-12-01 havocchanged a lot of Con_DPrint/Con_DPrintf calls to Con_Pr...
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2004-11-25 havocredesigned Host_ServerFrame timing again, it now never...
2004-11-22 molivierSeveral changes to the SFX lock code in the sound engin...
2004-11-17 havocminimize cpu use when framerate limited
2004-11-17 havocmade dedicated servers hog a whole lot less CPU time
2004-11-13 havocreplaced all uses of sv_player with host_client->edict...
2004-11-12 havoccleaned up SV_DropClient code a bit
2004-11-05 havocimposed a 20 frames at once limit in Host_ServerFrame
2004-11-05 havocadded a host_frametime limit of 1 second, so that it...
2004-10-27 havocgreatly improved video capture speed by generating...
2004-10-27 molivierPure cleaning commit: removed "crc.[ch]" and "gl_warp_s...
2004-10-26 havocmoved the map startup for -listen and -dedicated server...
2004-10-23 havocremoved number field from client_t struct as it seemed...
2004-10-20 havocfix problems with losing colors on connect and leaving...
2004-10-19 havocremove unused variables
2004-10-19 havocinstead of sending a scoreboard update in the DropClien...
2004-10-19 havocHost_Shutdown now calls CL_Disconnect and Host_Shutdown...
2004-10-05 havocrevised commandline option comments for better categori...
2004-10-05 havocadded COMMANDLINEOPTION comments for every commandline...
2004-09-26 havocminor cleanup - merged R_UpdateWorld into other places
2004-09-17 havocadded set (create/set a cvar) and seta (create/set...
2004-09-14 havocPROTOCOL_DARKPLACES5
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2004-08-21 tomazClose logfile at shutdown.
2004-08-10 havocconverted S_Update to take a matrix, and internal snd_d...
2004-07-11 black-Removed Sys_Quit and added Sys_Shutdown which will...
2004-04-08 molivierAdded a "log_file" cvar to control the log file name...
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...
next