]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2004-12-19 havocremoved videosync code from timedemo
2004-12-19 havocVID_Finish in WGL now turns off videosync during timedemos
2004-12-18 black-CL_Video now allows multiple streams again. It is...
2004-12-18 tomaz338
2004-12-18 tomaz338
2004-12-18 tomazFixed the sys_ticrate bounds checking, it was constantl...
2004-12-18 tomazDisabled vsync when doing a timedemo.
2004-12-18 black-Castrated the new CL_Video subsystem. It doesnt allow...
2004-12-18 molivier- Fixed PK3 support for Mac OS X
2004-12-18 havocmade sensitivity affect cl_prydoncursor
2004-12-18 havoc341
2004-12-18 havocadded Bloom effect (r_bloom* cvars)
2004-12-18 havocrenamed cl_stainmapsclearonload to cl_stainmaps_clearon...
2004-12-18 havoccl_stainmapsclearonload now defaults to 1 (as it was...
2004-12-17 havocremoved dangerous filename checks from FRIK_FILE code
2004-12-17 black-Fixed a bug in the centering code.
2004-12-17 black-Added centered notify output for GAME_NEXUIZ.
2004-12-16 black-Now playermodel and playerskin finally work correctly...
2004-12-15 moliviervsprintf -> vsnprintf
2004-12-14 havoc339
2004-12-14 havocdon't warn about svc_precache failing to precache sound...
2004-12-14 molivierOops... Fixed my fix to BSD makefile
2004-12-13 black-Fixed another bug introduced by me, affecting the...
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...
next