]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - host.c
fixed sv_waterfriction code so it is now used
[xonotic/darkplaces.git] / host.c
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...
2005-11-04 havocimplemented sv_fixedframeratesingleplayer cvar
2005-11-01 havocmade timing even more reliable (now sleeps only as...
2005-11-01 havocfix dedicated server timing, now sleeps less than the...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-08-08 blackRemove a call to ResetProg from ShutdownServer, so...
2005-06-20 havocchanged most Sys_Error calls to Con_Printf with appropr...
2005-06-19 havocremoved CL_InitTEnts function, moved its contents ...
2005-06-13 tomazadded -demo and -demolooponly options. -demo starts...
2005-06-11 havocsv_public now defaults to 0 except on dedicated servers
2005-06-02 blackDidnt know that Host_StartVideo works this way (called...
2005-06-02 black-Changed host_abortserver to host_abortframe.
2005-06-01 black-Added Host_AbortCurrentFrame to hide the longjump...
2005-05-29 blackQuick fix for the "0 not loaded" bug (error on trying...
2005-05-27 black-CVS: --------------------------------------------...
2005-05-25 havocfix bug with ClientDisconnect not being called if a...
2005-05-24 havocrewrote protocol version system (including splitting...
2005-05-16 havocsplit SV_ReadClientMove into two functions, SV_ReadClie...
2005-05-16 havocfix bug that rotated all sounds 90 degrees to the right...
2005-05-13 havocupgraded both QuakeC VMs to use a table of negative...
2005-05-12 havocclear sounds before shutting down
2005-05-09 havocmajor cleanup of input code - CL_Move replaces most...
2005-05-09 havocfixed problems in the Host_Init Cbuf_InsertText stuff...
2005-05-06 havocrenamed VID_Open to VID_Start, inlined VID_Close ito...
2005-05-06 havocchanged Host_Init to execute configs only once
2005-04-21 havocadded cl_capturevideo_sound (defaulted to 0) to allow...
2005-04-18 havocclean up script init a bit, now starts nexuiz logo...
2005-04-05 havocconsolidated many mempools to make memlist more readabl...
2005-04-05 havocreduced client memory usage by 29MB by making cl_max_en...
2005-04-02 havocrewrote parts of Host_ServerFrame to make host_framerat...
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...
next