2010-09-24 |
havoc havoc@d7cf86... | UNMERGE |
blob | commitdiff | raw |
2010-09-24 |
Rudolf Polzer | Reset the stable branch to the current DP trunk, as... |
blob | commitdiff | raw | diff to current |
2010-08-24 |
havoc | don't use TEXF_ALLOWUPDATES on fully-updated textures... |
blob | commitdiff | raw |
2010-08-23 |
havoc | don't use TEXF_ALLOWUPDATES on fully-updated textures... |
blob | commitdiff | raw | diff to current |
2010-08-19 |
havoc | fix almost all g++ -pedantic warnings |
blob | commitdiff | raw | diff to current |
2010-07-03 |
havoc | add DeviceLost and DeviceRestored functions to R_Module... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
havoc | add DeviceLost and DeviceRestored functions to R_Module... |
blob | commitdiff | raw | diff to current |
2010-06-22 |
divverent | jpeg: perform picmip levels 1, 2, 3 accelerated by... |
blob | commitdiff | raw | diff to current |
2010-06-21 |
divverent | jpeg: perform picmip levels 1, 2, 3 accelerated by... |
blob | commitdiff | raw | diff to current |
2010-05-21 |
vortex | remove some Blood Omnicide related hacks, fixed video... |
blob | commitdiff | raw | diff to current |
2010-05-18 |
vortex | remove some Blood Omnicide related hacks, fixed video... |
blob | commitdiff | raw | diff to current |
2010-04-30 |
vortex | Two more options for videos - vertical align (if video... |
blob | commitdiff | raw | diff to current |
2010-04-30 |
vortex | fix a warning |
blob | commitdiff | raw | diff to current |
2010-04-30 |
vortex | fix another bug in subtitles parsing (badly parsed... |
blob | commitdiff | raw | diff to current |
2010-04-30 |
vortex | subtitles: fix a bug with last subtitle now showing... |
blob | commitdiff | raw | diff to current |
2010-04-30 |
vortex | simple video subtitles support, defined in external... |
blob | commitdiff | raw | diff to current |
2010-04-28 |
vortex | Two more options for videos - vertical align (if video... |
blob | commitdiff | raw | diff to current |
2010-04-26 |
vortex | fix a warning |
blob | commitdiff | raw | diff to current |
2010-04-24 |
vortex | fix another bug in subtitles parsing (badly parsed... |
blob | commitdiff | raw | diff to current |
2010-04-24 |
vortex | subtitles: fix a bug with last subtitle now showing... |
blob | commitdiff | raw | diff to current |
2010-04-24 |
vortex | simple video subtitles support, defined in external... |
blob | commitdiff | raw | diff to current |
2009-12-27 |
havoc | changed a ton of developer cvar checks into developer_e... |
blob | commitdiff | raw | diff to current |
2009-12-21 |
havoc | removed r_precachetextures cvar |
blob | commitdiff | raw | diff to current |
2009-12-21 |
havoc | added gl_nopartialtextureupdates cvar which disables... |
blob | commitdiff | raw | diff to current |
2009-01-28 |
divverent | make DP compile with C++ again |
blob | commitdiff | raw | diff to current |
2008-06-17 |
havoc | fixed all VS2005 deprecated function warnings |
blob | commitdiff | raw | diff to current |
2007-11-29 |
black | Add TEXF_PERSISTENT and R_PurgeTexture which only frees... |
blob | commitdiff | raw | diff to current |
2007-11-28 |
havoc | changed texture formats from RGBA to BGRA, yes this... |
blob | commitdiff | raw | diff to current |
2007-11-28 |
havoc | fix warnings |
blob | commitdiff | raw | diff to current |
2007-11-27 |
black | Rework cl_video to use dyntextures. |
blob | commitdiff | raw | diff to current |
2006-08-04 |
molivier | Replaced all calls to str[n]cat and strncpy by calls... |
blob | commitdiff | raw | diff to current |
2006-04-27 |
black | Add _DrawQ_ProcessDrawFlag to clean-up the glblend... |
blob | commitdiff | raw | diff to current |
2006-04-08 |
havoc | made darkplaces able to compile as C++ again, and fixed... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
havoc | changed all Draw_CachePic calls to precache the pic... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
havoc | modified Q1BSP loader to generate lightmap fragments... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
havoc | renamed varray_ arrays to rsurface_array_, and they... |
blob | commitdiff | raw | diff to current |
2006-03-15 |
havoc | moved many cl_ prefixed variables into cl. or cls. |
blob | commitdiff | raw | diff to current |
2006-03-04 |
black | Fix a bug in the video system. |
blob | commitdiff | raw | diff to current |
2006-03-04 |
havoc | unmerge OpenVideo code, back to the proper multilayer... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
havoc | replaced sbarpic_t with cachepic_t in sbar code (saves... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
havoc | optimizations and refactoring to get a small (1-2%... |
blob | commitdiff | raw | diff to current |
2006-02-01 |
havoc | added description string to all cvars and commands |
blob | commitdiff | raw | diff to current |
2005-11-23 |
havoc | cleaned up many text buffer sizes throughout the engine... |
blob | commitdiff | raw | diff to current |
2005-11-05 |
havoc | eliminated qbyte type, now uses unsigned char throughou... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
havoc | made darkplaces compile successfully with g++ to test... |
blob | commitdiff | raw | diff to current |
2005-05-13 |
havoc | replaced all references to vid.conwidth and vid.conheig... |
blob | commitdiff | raw | diff to current |
2005-05-13 |
havoc | upgraded both QuakeC VMs to use a table of negative... |
blob | commitdiff | raw | diff to current |
2005-05-09 |
havoc | fixed problems in the Host_Init Cbuf_InsertText stuff... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
havoc | playvideo and cd loop/cd play commands now call Host_St... |
blob | commitdiff | raw | diff to current |
2005-04-05 |
havoc | consolidated many mempools to make memlist more readabl... |
blob | commitdiff | raw | diff to current |
2004-12-18 |
black | -CL_Video now allows multiple streams again. It is... |
blob | commitdiff | raw | diff to current |
2004-12-18 |
black | -Castrated the new CL_Video subsystem. It doesnt allow... |
blob | commitdiff | raw | diff to current |
2004-12-10 |
molivier | Removed a couple of warnings when compiling with GCC |
blob | commitdiff | raw | diff to current |
2004-12-05 |
black | -Fixed a minor bug in CL_Video |
blob | commitdiff | raw | diff to current |
2004-12-04 |
black | -Added video streaming support to the new VM |
blob | commitdiff | raw | diff to current |
2004-12-04 |
black | -Added the console command prvm_globalset |
blob | commitdiff | raw | diff to current |
2004-08-25 |
havoc | Mem_AllocPool flags and parent parameters added, now... |
blob | commitdiff | raw | diff to current |
2004-07-06 |
molivier | Removed the functions "S_RawSamples_*" and "S_ResampleB... |
blob | commitdiff | raw | diff to current |
2004-07-02 |
molivier | Modified the sound code so it can handle sounds outside... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | added Print versions of Printf functions and made all... |
blob | commitdiff | raw | diff to current |
2003-09-22 |
havoc | huge (16%) speed gain on surface rendering by eliminati... |
blob | commitdiff | raw | diff to current |
2003-09-21 |
havoc | r_colorscale gone, v_overbrightbits (cvar which control... |
blob | commitdiff | raw | diff to current |
2003-04-08 |
havoc | fix two more fs_gamedir mixups (loading saved games... |
blob | commitdiff | raw | diff to current |
2003-03-21 |
havoc | This is a patch from Elric greatly cleaning up the... |
blob | commitdiff | raw | diff to current |
2003-03-15 |
havoc | varray_* rewritten to remove padding (varray_vertex3f... |
blob | commitdiff | raw | diff to current |
2002-10-15 |
havoc | made the QueueWantsMore message a Con_DPrintf |
blob | commitdiff | raw | diff to current |
2002-10-14 |
havoc | R_LoadTexture functions take a palette pointer now |
blob | commitdiff | raw | diff to current |
2002-09-28 |
havoc | 2D is now drawn using R_Mesh system |
blob | commitdiff | raw | diff to current |
2002-09-17 |
havoc | you can now build a darkplaces-dedicated executable... |
blob | commitdiff | raw | diff to current |
2002-09-17 |
havoc | colors for DrawQ_Mesh are now float rather than byte... |
blob | commitdiff | raw | diff to current |
2002-07-25 |
havoc | now uses a fragment texture for the video (massive... |
blob | commitdiff | raw | diff to current |
2002-07-25 |
havoc | .dpv video playback is now implemented. Slow though... |
blob | commitdiff | raw | diff to current |
|