2006-01-16 |
havoc | csqc patch from [515], seems to work with [515]'s dpcsq... |
blob | commitdiff | raw |
2006-01-01 |
havoc | added developer_entityparsing cvar to aid in debugging... |
blob | commitdiff | raw | diff to current |
2005-12-30 |
havoc | disabled running of multiple server frames per host... |
blob | commitdiff | raw | diff to current |
2005-11-25 |
havoc | cleaned up edict clearing when connecting or coming... |
blob | commitdiff | raw | diff to current |
2005-11-23 |
havoc | cleaned up many text buffer sizes throughout the engine... |
blob | commitdiff | raw | diff to current |
2005-11-07 |
havoc | removed \n from all Host_Error, Sys_Error, PRVM_ERROR... |
blob | commitdiff | raw | diff to current |
2005-11-07 |
havoc | cleaned up all Con_Printf calls that were missing a \n |
blob | commitdiff | raw | diff to current |
2005-11-05 |
havoc | eliminated qbyte type, now uses unsigned char throughou... |
blob | commitdiff | raw | diff to current |
2005-11-04 |
havoc | implemented sv_fixedframeratesingleplayer cvar |
blob | commitdiff | raw | diff to current |
2005-11-01 |
havoc | made timing even more reliable (now sleeps only as... |
blob | commitdiff | raw | diff to current |
2005-11-01 |
havoc | fix dedicated server timing, now sleeps less than the... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
havoc | made darkplaces compile successfully with g++ to test... |
blob | commitdiff | raw | diff to current |
2005-10-20 |
havoc | gcc 4.0 signedness warning fixes and uninitialized... |
blob | commitdiff | raw | diff to current |
2005-08-08 |
black | Remove a call to ResetProg from ShutdownServer, so... |
blob | commitdiff | raw | diff to current |
2005-06-20 |
havoc | changed most Sys_Error calls to Con_Printf with appropr... |
blob | commitdiff | raw | diff to current |
2005-06-19 |
havoc | removed CL_InitTEnts function, moved its contents ... |
blob | commitdiff | raw | diff to current |
2005-06-13 |
tomaz | added -demo and -demolooponly options. -demo starts... |
blob | commitdiff | raw | diff to current |
2005-06-11 |
havoc | sv_public now defaults to 0 except on dedicated servers |
blob | commitdiff | raw | diff to current |
2005-06-02 |
black | Didnt know that Host_StartVideo works this way (called... |
blob | commitdiff | raw | diff to current |
2005-06-02 |
black | -Changed host_abortserver to host_abortframe. |
blob | commitdiff | raw | diff to current |
2005-06-01 |
black | -Added Host_AbortCurrentFrame to hide the longjump... |
blob | commitdiff | raw | diff to current |
2005-05-29 |
black | Quick fix for the "0 not loaded" bug (error on trying... |
blob | commitdiff | raw | diff to current |
2005-05-27 |
black | -CVS: --------------------------------------------... |
blob | commitdiff | raw | diff to current |
2005-05-25 |
havoc | fix bug with ClientDisconnect not being called if a... |
blob | commitdiff | raw | diff to current |
2005-05-24 |
havoc | rewrote protocol version system (including splitting... |
blob | commitdiff | raw | diff to current |
2005-05-16 |
havoc | split SV_ReadClientMove into two functions, SV_ReadClie... |
blob | commitdiff | raw | diff to current |
2005-05-16 |
havoc | fix bug that rotated all sounds 90 degrees to the right... |
blob | commitdiff | raw | diff to current |
2005-05-13 |
havoc | upgraded both QuakeC VMs to use a table of negative... |
blob | commitdiff | raw | diff to current |
2005-05-12 |
havoc | clear sounds before shutting down |
blob | commitdiff | raw | diff to current |
2005-05-09 |
havoc | major cleanup of input code - CL_Move replaces most... |
blob | commitdiff | raw | diff to current |
2005-05-09 |
havoc | fixed problems in the Host_Init Cbuf_InsertText stuff... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
havoc | renamed VID_Open to VID_Start, inlined VID_Close ito... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
havoc | changed Host_Init to execute configs only once |
blob | commitdiff | raw | diff to current |
2005-04-21 |
havoc | added cl_capturevideo_sound (defaulted to 0) to allow... |
blob | commitdiff | raw | diff to current |
2005-04-18 |
havoc | clean up script init a bit, now starts nexuiz logo... |
blob | commitdiff | raw | diff to current |
2005-04-05 |
havoc | consolidated many mempools to make memlist more readabl... |
blob | commitdiff | raw | diff to current |
2005-04-05 |
havoc | reduced client memory usage by 29MB by making cl_max_en... |
blob | commitdiff | raw | diff to current |
2005-04-02 |
havoc | rewrote parts of Host_ServerFrame to make host_framerat... |
blob | commitdiff | raw | diff to current |
2005-03-15 |
havoc | Host_SaveConfig_f now refuses to save if Host_Frame... |
blob | commitdiff | raw | diff to current |
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 |
next |