]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - dpvsimpledecode.c
change shadowmapping atlas from 4096x4096 to 8192x8192 because it looks
[xonotic/darkplaces.git] / dpvsimpledecode.c
2012-03-20 vortexIntroducing LibAvW - a wrapper DLL to play videos using...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-06-08 havoceliminated S_LockSfx and S_UnlockSfx which were not...
2010-12-04 vortexmaked cl_video to have module playback, so several...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-01-31 havocfix a bunch of warnings
2008-09-04 havocsplit FS_Open into FS_OpenRealFile and FS_OpenVirtualFi...
2008-03-02 havocadded a parameter to S_StopChannel to trigger a mutex...
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-08-04 molivierReplaced all calls to str[n]cat and strncpy by calls...
2005-10-26 havocfix free/malloc problems from a partial switch to Z_Fre...
2005-10-21 havocgave names to nearly all structs and enums which should...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-07-05 havocmore warning fixes
2005-04-11 black-Changed the dpv buffer to 1 MB.
2005-03-09 havoccl_capturevideo_raw* modes now use O_NONBLOCKING file...
2004-10-26 havocS_LoadSound now automatically tries both with and witho...
2004-10-13 molivierLots of minor fixes and improvements to the sound engin...
2004-07-02 molivierModified the sound code so it can handle sounds outside...
2003-03-30 havocremoved a couple unused hz_bitstream_read functions
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2002-07-31 havocwin32 fixes and some MSVC warnings fixed
2002-07-25 havoc.dpv video playback is now implemented. Slow though...