]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2004-12-13 black-Fixed the stupid bug introduced by my NEX_PLAYERMODEL...
2004-12-13 molivierFixed BSD makefile for NetBSD
2004-12-13 molivierFixed a warning in MSVC6
2004-12-13 molivierFixed model automatic precaching in the new network...
2004-12-10 black-Converted some of the altstring functions to builtins
2004-12-10 molivierAdded BB_Power to the Transfusion map list
2004-12-10 molivierRemoved a couple of warnings when compiling with GCC
2004-12-08 molivierA few minor changes in the sound code
2004-12-06 black-Fixed another signed/unsigned warning after the type...
2004-12-05 black-Fixed a minor bug in CL_Video
2004-12-04 black-Added video streaming support to the new VM
2004-12-04 black-Added the console command prvm_globalset
2004-12-03 havocsome renderer/client separation cleanup, migrated some...
2004-12-03 havocfixed precache problems in non-DARKPLACES6 protocols
2004-12-03 havocfixed a Sys_Error in the client when connected to QUAKE...
2004-12-03 molivierAdded "ctype.h" to the list of standard headers in...
2004-12-03 molivier- DP now defines MACOSX when relevant
2004-12-03 havocdon't let clients kill server with bogus cursor_entityn...
2004-12-02 blackIve done three todo items:
2004-12-02 molivier- Removed Con_SafePrint and Con_SafePrintf since they...
2004-12-01 havocimplemented scr_screenshot_gamma in screenshot saving...
2004-12-01 havocchanged a lot of Con_DPrint/Con_DPrintf calls to Con_Pr...
2004-12-01 havocfix a typo
2004-12-01 havocmodified PRYDON_CLIENTCURSOR extension to reset cursor_...
2004-12-01 havoccleaned up CL_SendMove a lot, added notes on number...
2004-12-01 molivierRemoved wrong FIXME comment (in-game precached sounds...
2004-12-01 molivierFixed FS_Seek for unpacked files when FS_USESYSCALLS...
2004-12-01 molivier341
2004-12-01 havocfix annoying warnings about weaponmodel ""
2004-12-01 havoc342
2004-12-01 havocchanged order of tests in deciding whether to do cullin...
2004-12-01 havocreset animation interpolation on weaponmodel when model...
2004-12-01 havocdecals now render immediately rather than being transpa...
2004-12-01 havocnow clears screen at startup to prevent garbage from...
2004-12-01 havocdefaulting to nodinput mode again due to problems with...
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2004-12-01 havocsome minor cleanup to CL_TraceLine, added CL_SelectTrac...
2004-11-30 black-Fixed a bug in drawstring - it used maxlen instead...
2004-11-29 black-Fixed an old qc bug that's already been existing in...
2004-11-28 black-Removed the NG Menu part, since it isnt used anymore...
2004-11-26 havocredesigned drawing of loading plaque, it's now a separa...
2004-11-25 havocremoved some windows cruft (like scr_skipupdate, and...
2004-11-25 havocremoved Sys_Sleep call from CL_KeepaliveMessage, as...
2004-11-25 havocchanged drivername to NULL, as SDL knows best
2004-11-25 havocadded model->brush.submodels[] array of pointers to...
2004-11-25 havocchanged lhrandom to use the full RAND_MAX limit (more...
2004-11-25 havocsmall beginnings of GLSL support, doesn't do anything yet
2004-11-25 havocforgot to commit this with the Host_ServerFrame changes
2004-11-25 havocredesigned Host_ServerFrame timing again, it now never...
2004-11-25 havocforgot to commit a bunch of CL_AllocDlight changes...
2004-11-25 havocadded cl_capturevideo_rawyv12 mode, and cl_screenshot_g...
2004-11-25 molivierFixed ambient sound volume (it was reset each frame...
2004-11-25 havocchanged Sys_Error to not put up a messagebox if in...
2004-11-24 havocfixed a critical bug with Vile and other midnight mods...
2004-11-22 havocfixed an uninitialized variable warning
2004-11-22 molivierSeveral changes to the SFX lock code in the sound engin...
2004-11-22 molivierA few very minor changes to the FS code
2004-11-21 havocfix skybox loading, _ft and _bk were swapped (and all...
2004-11-20 havoc327
2004-11-20 havocfixed bug with engine sounds (for TE_ effects) and...
2004-11-20 havocchanged S_StartSound to start a sound even if it has...
2004-11-20 havocadded support for PROTOCOL_NEHAHRAMOVIE in more places...
2004-11-20 havocfix the unintentional framegroup timing reset that...
2004-11-19 havoc326
2004-11-18 molivierQuick hack to fix the calls to "open" on Win32
2004-11-18 havoc326
2004-11-17 havocminimize cpu use when framerate limited
2004-11-17 havocimproved how showfps 1 measures framerate, it's now...
2004-11-17 havocFS now uses open/read/write/lseek/close instead of...
2004-11-17 havocremove the only use of FS_Eof
2004-11-17 havocmade dedicated servers hog a whole lot less CPU time
2004-11-17 havoc325
2004-11-17 molivierGive priority to unpacked files over packed files ...
2004-11-17 havocfixed windows SDL linking (now uses sdl-config like...
2004-11-17 havocforgot a very important else in rtlights saving
2004-11-16 havocnow unloads all stale submodels and the old world model...
2004-11-16 havocrenamed mod->needload to mod->loaded as a minor cleanup...
2004-11-16 havoccall Mod_FindName directly instead of Mod_TouchModel...
2004-11-16 havocnow checks that a lightmap surfacechain is not NULL...
2004-11-15 havocfixed bug that called PlayerPreThink and PlayerPostThin...
2004-11-15 havoc328 (a lot of new items)
2004-11-15 havocforgot to commit this file
2004-11-14 havocupgraded rtlights format to have separate ambient,...
2004-11-14 havocremove unused sv_player extern
2004-11-14 black-Fixed a stupid bug in the VM_findchain* functions.
2004-11-14 havocsomeone removed the quotes around binds in Key_WriteBin...
2004-11-13 havocreplaced all uses of sv_player with host_client->edict...
2004-11-13 havocno longer warns about q3bsp surfaces with lightmapindex...
2004-11-12 havocadded DP_SV_BOTCLIENT extension
2004-11-12 havocmoved the extern prototype for SV_ConnectClient from...
2004-11-12 havocmore preparation for DP_SV_BOTCLIENT, removed a number...
2004-11-12 havocprint botclient as address in status reports for client...
2004-11-12 havoccleaned up SV_DropClient code a bit
2004-11-12 havocmoved rate and connecttime from netconn structure to...
2004-11-10 havocmade q3bsp alphafunc shaders render as transparent...
2004-11-10 havocVorteX has fixed gettaginfo to work as advertised ...
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-11-03 havocinternal cleanup: split up CL_SparkShower into CL_Spark...
2004-11-03 havocupdated cpu optimization choices
next