]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - cl_video.c
Fix warnings for missing prototypes.
[xonotic/darkplaces.git] / cl_video.c
2014-12-09 eihrulmore miscellaneous fixes from graphitemaster
2012-03-20 vortexIntroducing LibAvW - a wrapper DLL to play videos using...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-08-03 havocfix a pile of issues with calling conventions on GLES2...
2011-03-20 havocmake it easier to benchmark steelstorm by stopping...
2011-03-19 vortexAdded JAM video decoder plugin, used by Blood Omnicide
2011-02-23 havocadded r_shadow_bouncegrid cvar, this feature does realt...
2011-01-29 divverentSquashed commit of the following:
2010-12-04 vortexmaked cl_video to have module playback, so several...
2010-11-16 vortexplayvideo: cl_video_keepaspectratio == 2 will do clip...
2010-10-31 vortexremove unnecessary Con_Printf
2010-10-29 vortexoops, video texture unlinking was accidentally removed...
2010-10-29 vortexcvar "cl_video_keepaspectratio" which scales fullscreen...
2010-10-18 vortexProperly unlink video texture and suspend videos on...
2010-08-23 havocdon't use TEXF_ALLOWUPDATES on fully-updated textures...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-07-02 havocadd DeviceLost and DeviceRestored functions to R_Module...
2010-06-21 divverentjpeg: perform picmip levels 1, 2, 3 accelerated by...
2010-05-18 vortexremove some Blood Omnicide related hacks, fixed video...
2010-04-28 vortexTwo more options for videos - vertical align (if video...
2010-04-26 vortexfix a warning
2010-04-24 vortexfix another bug in subtitles parsing (badly parsed...
2010-04-24 vortexsubtitles: fix a bug with last subtitle now showing...
2010-04-24 vortexsimple video subtitles support, defined in external...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-21 havocremoved r_precachetextures cvar
2009-12-21 havocadded gl_nopartialtextureupdates cvar which disables...
2009-01-28 divverentmake DP compile with C++ again
2008-06-17 havocfixed all VS2005 deprecated function warnings
2007-11-29 blackAdd TEXF_PERSISTENT and R_PurgeTexture which only frees...
2007-11-28 havocchanged texture formats from RGBA to BGRA, yes this...
2007-11-28 havocfix warnings
2007-11-27 blackRework cl_video to use dyntextures.
2006-08-04 molivierReplaced all calls to str[n]cat and strncpy by calls...
2006-04-27 blackAdd _DrawQ_ProcessDrawFlag to clean-up the glblend...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-21 havocchanged all Draw_CachePic calls to precache the pic...
2006-03-21 havocmodified Q1BSP loader to generate lightmap fragments...
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-04 blackFix a bug in the video system.
2006-03-04 havocunmerge OpenVideo code, back to the proper multilayer...
2006-03-04 havocreplaced sbarpic_t with cachepic_t in sbar code (saves...
2006-03-04 havocoptimizations and refactoring to get a small (1-2%...
2006-02-01 havocadded description string to all cvars and commands
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-05-13 havocreplaced all references to vid.conwidth and vid.conheig...
2005-05-13 havocupgraded both QuakeC VMs to use a table of negative...
2005-05-09 havocfixed problems in the Host_Init Cbuf_InsertText stuff...
2005-05-06 havocplayvideo and cd loop/cd play commands now call Host_St...
2005-04-05 havocconsolidated many mempools to make memlist more readabl...
2004-12-18 black-CL_Video now allows multiple streams again. It is...
2004-12-18 black-Castrated the new CL_Video subsystem. It doesnt allow...
2004-12-10 molivierRemoved a couple of warnings when compiling with GCC
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-08-25 havocMem_AllocPool flags and parent parameters added, now...
2004-07-06 molivierRemoved the functions "S_RawSamples_*" and "S_ResampleB...
2004-07-02 molivierModified the sound code so it can handle sounds outside...
2004-03-10 havocadded Print versions of Printf functions and made all...
2003-09-22 havochuge (16%) speed gain on surface rendering by eliminati...
2003-09-21 havocr_colorscale gone, v_overbrightbits (cvar which control...
2003-04-08 havocfix two more fs_gamedir mixups (loading saved games...
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2003-03-15 havocvarray_* rewritten to remove padding (varray_vertex3f...
2002-10-15 havocmade the QueueWantsMore message a Con_DPrintf
2002-10-14 havocR_LoadTexture functions take a palette pointer now
2002-09-28 havoc2D is now drawn using R_Mesh system
2002-09-17 havocyou can now build a darkplaces-dedicated executable...
2002-09-17 havoccolors for DrawQ_Mesh are now float rather than byte...
2002-07-25 havocnow uses a fragment texture for the video (massive...
2002-07-25 havoc.dpv video playback is now implemented. Slow though...