2005-03-15 |
havoc | Host_SaveConfig_f now refuses to save if Host_Frame... |
blob | commitdiff | raw |
2005-03-09 |
havoc | cl_capturevideo_raw* modes now use O_NONBLOCKING file... |
blob | commitdiff | raw | diff to current |
2005-03-09 |
molivier | Moved audio CD initialization / finalization out of... |
blob | commitdiff | raw | diff to current |
2005-03-08 |
havoc | fix continual setting of sys_ticrate to 0.01 due to... |
blob | commitdiff | raw | diff to current |
2005-02-07 |
havoc | now does a togglemenu if there were no demos started... |
blob | commitdiff | raw | diff to current |
2005-02-04 |
havoc | implemented DP_CON_STARTMAP extension which defines... |
blob | commitdiff | raw | diff to current |
2005-02-03 |
molivier | Replaced snprintf and vnsprintf calls by dpsnprintf... |
blob | commitdiff | raw | diff to current |
2005-01-25 |
havoc | now supports Mac and Windows newlines everywhere |
blob | commitdiff | raw | diff to current |
2005-01-09 |
molivier | - Sys_LoadLibrary now accepts several possible names... |
blob | commitdiff | raw | diff to current |
2005-01-03 |
tomaz | Cleaned up alot more memory leaks. (still get 720 leaks... |
blob | commitdiff | raw | diff to current |
2005-01-03 |
molivier | Added S_Terminate to free all sound resources at shutdown |
blob | commitdiff | raw | diff to current |
2005-01-01 |
tomaz | Added CL_Shutdown which took care of 14 memory leaks... |
blob | commitdiff | raw | diff to current |
2005-01-01 |
black | -Added 2 builtins to make the hostcache stuff easier... |
blob | commitdiff | raw | diff to current |
2004-12-18 |
black | -CL_Video now allows multiple streams again. It is... |
blob | commitdiff | raw | diff to current |
2004-12-18 |
tomaz | Fixed the sys_ticrate bounds checking, it was constantl... |
blob | commitdiff | raw | diff to current |
2004-12-15 |
molivier | vsprintf -> vsnprintf |
blob | commitdiff | raw | diff to current |
2004-12-04 |
black | -Added the console command prvm_globalset |
blob | commitdiff | raw | diff to current |
2004-12-01 |
havoc | changed a lot of Con_DPrint/Con_DPrintf calls to Con_Pr... |
blob | commitdiff | raw | diff to current |
2004-12-01 |
havoc | implemented PRYDON_CLIENTCURSOR extension (clientside... |
blob | commitdiff | raw | diff to current |
2004-11-25 |
havoc | redesigned Host_ServerFrame timing again, it now never... |
blob | commitdiff | raw | diff to current |
2004-11-22 |
molivier | Several changes to the SFX lock code in the sound engin... |
blob | commitdiff | raw | diff to current |
2004-11-17 |
havoc | minimize cpu use when framerate limited |
blob | commitdiff | raw | diff to current |
2004-11-17 |
havoc | made dedicated servers hog a whole lot less CPU time |
blob | commitdiff | raw | diff to current |
2004-11-13 |
havoc | replaced all uses of sv_player with host_client->edict... |
blob | commitdiff | raw | diff to current |
2004-11-12 |
havoc | cleaned up SV_DropClient code a bit |
blob | commitdiff | raw | diff to current |
2004-11-05 |
havoc | imposed a 20 frames at once limit in Host_ServerFrame |
blob | commitdiff | raw | diff to current |
2004-11-05 |
havoc | added a host_frametime limit of 1 second, so that it... |
blob | commitdiff | raw | diff to current |
2004-10-27 |
havoc | greatly improved video capture speed by generating... |
blob | commitdiff | raw | diff to current |
2004-10-27 |
molivier | Pure cleaning commit: removed "crc.[ch]" and "gl_warp_s... |
blob | commitdiff | raw | diff to current |
2004-10-26 |
havoc | moved the map startup for -listen and -dedicated server... |
blob | commitdiff | raw | diff to current |
2004-10-23 |
havoc | removed number field from client_t struct as it seemed... |
blob | commitdiff | raw | diff to current |
2004-10-20 |
havoc | fix problems with losing colors on connect and leaving... |
blob | commitdiff | raw | diff to current |
2004-10-19 |
havoc | remove unused variables |
blob | commitdiff | raw | diff to current |
2004-10-19 |
havoc | instead of sending a scoreboard update in the DropClien... |
blob | commitdiff | raw | diff to current |
2004-10-19 |
havoc | Host_Shutdown now calls CL_Disconnect and Host_Shutdown... |
blob | commitdiff | raw | diff to current |
2004-10-05 |
havoc | revised commandline option comments for better categori... |
blob | commitdiff | raw | diff to current |
2004-10-05 |
havoc | added COMMANDLINEOPTION comments for every commandline... |
blob | commitdiff | raw | diff to current |
2004-09-26 |
havoc | minor cleanup - merged R_UpdateWorld into other places |
blob | commitdiff | raw | diff to current |
2004-09-17 |
havoc | added set (create/set a cvar) and seta (create/set... |
blob | commitdiff | raw | diff to current |
2004-09-14 |
havoc | PROTOCOL_DARKPLACES5 |
blob | commitdiff | raw | diff to current |
2004-08-25 |
havoc | Mem_AllocPool flags and parent parameters added, now... |
blob | commitdiff | raw | diff to current |
2004-08-21 |
tomaz | Close logfile at shutdown. |
blob | commitdiff | raw | diff to current |
2004-08-10 |
havoc | converted S_Update to take a matrix, and internal snd_d... |
blob | commitdiff | raw | diff to current |
2004-07-11 |
black | -Removed Sys_Quit and added Sys_Shutdown which will... |
blob | commitdiff | raw | diff to current |
2004-04-08 |
molivier | Added a "log_file" cvar to control the log file name... |
blob | commitdiff | raw | diff to current |
2004-04-05 |
havoc | inlined Host_EndGame in CL_ParseServerMessage's svc_dis... |
blob | commitdiff | raw | diff to current |
2004-04-05 |
havoc | fixed very annoying '5 second timeout' bug in Host_Shut... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | added -benchmark commandline option |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | added Print versions of Printf functions and made all... |
blob | commitdiff | raw | diff to current |
2004-02-26 |
havoc | TEU uses teu.rc, not quake.rc |
blob | commitdiff | raw | diff to current |
2004-02-21 |
havoc | cleaned up R_RenderView setup code a bit, and shuffled... |
blob | commitdiff | raw | diff to current |
2004-02-10 |
molivier | Added a couple of function skeletons for the automatic... |
blob | commitdiff | raw | diff to current |
2004-02-01 |
havoc | changed Sys_Sleep from (void) to (int milliseconds... |
blob | commitdiff | raw | diff to current |
2004-01-27 |
havoc | use sys_ticrate timing on dedicated servers |
blob | commitdiff | raw | diff to current |
2004-01-01 |
havoc | now runs scripts at startup differently - runs scripts... |
blob | commitdiff | raw | diff to current |
2003-12-23 |
black | Fast commit before Im off for 10 days. Please correct... |
blob | commitdiff | raw | diff to current |
2003-12-17 |
black | minor, minor change to Host_Init - the loading plaque... |
blob | commitdiff | raw | diff to current |
2003-12-07 |
havoc | todo item done: added "saveconfig" console command |
blob | commitdiff | raw | diff to current |
2003-12-07 |
havoc | no longer throttles back framerate when console is... |
blob | commitdiff | raw | diff to current |
2003-11-30 |
black | The menu isnt initialized for dedicated servers |
blob | commitdiff | raw | diff to current |
2003-11-15 |
havoc | fixed flipped sound (stupid bug in S_Update call) |
blob | commitdiff | raw | diff to current |
2003-11-14 |
havoc | r_refdef.vieworg and r_refdef.viewangles replaced by... |
blob | commitdiff | raw | diff to current |
2003-10-21 |
black | Added in_mouse_x and in_mouse_y, which contain the... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
black | Fixed crash in Host_Shutdown when MR_Shutdown was 0. |
blob | commitdiff | raw | diff to current |
2003-10-11 |
black | Added the drawing functions and added also probably... |
blob | commitdiff | raw | diff to current |
2003-10-09 |
black | Sorry, forgot to remove some debug code from host.c |
blob | commitdiff | raw | diff to current |
2003-10-09 |
black | Added a lot of builtin commands to prvm_cmds.c (mostly... |
blob | commitdiff | raw | diff to current |
2003-10-07 |
havoc | cd audio now tied to sound system |
blob | commitdiff | raw | diff to current |
2003-10-07 |
black | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2003-10-07 |
black | Changed dp so the new vm fits in. |
blob | commitdiff | raw | diff to current |
2003-09-19 |
havoc | finished a lot of little todo items, mostly regarding... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
havoc | forgot to include this file in the previous commit... |
blob | commitdiff | raw | diff to current |
2003-08-30 |
havoc | reverted the massive svs.connectedclients change, now... |
blob | commitdiff | raw | diff to current |
2003-08-19 |
havoc | more q3bsp work (and no it still doesn't work right) |
blob | commitdiff | raw | diff to current |
2003-08-06 |
havoc | working code is better than broken code |
blob | commitdiff | raw | diff to current |
2003-08-06 |
havoc | upgraded network protocol to DPPROTOCOL_VERSION4 -... |
blob | commitdiff | raw | diff to current |
2003-07-08 |
havoc | fixed a buffer overflow in SV_BroadcastPrintf |
blob | commitdiff | raw | diff to current |
2003-07-02 |
havoc | added support for GAME_GOODVSBAD2 |
blob | commitdiff | raw | diff to current |
2003-06-22 |
havoc | This is the network rewrite I've been working on for... |
blob | commitdiff | raw | diff to current |
2003-06-08 |
havoc | cleaned up Host_Error a bit |
blob | commitdiff | raw | diff to current |
2003-04-26 |
havoc | reverted dynamic allocation of sv.edicts because there... |
blob | commitdiff | raw | diff to current |
2003-04-25 |
havoc | sv.edicts (and related things) are now dynamically... |
blob | commitdiff | raw | diff to current |
2003-04-03 |
havoc | fix for server dying when someone times out |
blob | commitdiff | raw | diff to current |
2003-03-28 |
havoc | changed behavior of SV_DropClient a bit (now calls... |
blob | commitdiff | raw | diff to current |
2003-03-21 |
havoc | This is a patch from Elric greatly cleaning up the... |
blob | commitdiff | raw | diff to current |
2003-03-07 |
havoc | menu.c - changed M_DrawSlider to take a value and a... |
blob | commitdiff | raw | diff to current |
2003-03-02 |
havoc | changed lots of printf to Con_Printf |
blob | commitdiff | raw | diff to current |
2002-11-10 |
havoc | added Nexiuz TE_ effects (prefixed TE_TEI_) and Nexiuz... |
blob | commitdiff | raw | diff to current |
2002-10-06 |
havoc | fix restart command |
blob | commitdiff | raw | diff to current |
2002-10-02 |
molivier | Tried to be a little smarter with the heartbeats, using... |
blob | commitdiff | raw | diff to current |
2002-09-28 |
havoc | map and load commands are now delayed until the video... |
blob | commitdiff | raw | diff to current |
2002-09-26 |
havoc | this commit adds video mode switching, and preferred... |
blob | commitdiff | raw | diff to current |
2002-09-24 |
havoc | Thanks to Elric for adding dpmaster support! |
blob | commitdiff | raw | diff to current |
2002-09-24 |
havoc | now pretends gfx.wad pics are in the gfx/ directory... |
blob | commitdiff | raw | diff to current |
2002-09-23 |
havoc | almost completely rewrote vid_wgl's mode code, there... |
blob | commitdiff | raw | diff to current |
2002-09-22 |
havoc | VID_Init now takes an int bpp parameter |
blob | commitdiff | raw | diff to current |
2002-09-17 |
havoc | you can now build a darkplaces-dedicated executable... |
blob | commitdiff | raw | diff to current |
2002-09-11 |
havoc | VID_Init now takes mode settings (fullscreen, width... |
blob | commitdiff | raw | diff to current |
2002-09-11 |
havoc | whitespace |
blob | commitdiff | raw | diff to current |
2002-09-09 |
havoc | svs.clients is now allocated dynamically according... |
blob | commitdiff | raw | diff to current |
next |