2002-09-30 |
havoc | new experimental shadow volumes, try r_shadows 2 to... |
commit | commitdiff | tree | snapshot |
2002-09-30 |
havoc | added radius and radius2 (squared radius) fields to... |
commit | commitdiff | tree | snapshot |
2002-09-30 |
havoc | ent field added back to dlight structures |
commit | commitdiff | tree | snapshot |
2002-09-30 |
havoc | now uses more smoke particles for gunshots, looks better |
commit | commitdiff | tree | snapshot |
2002-09-30 |
havoc | added -gl_driver commandline option, and cleaned up... |
commit | commitdiff | tree | snapshot |
2002-09-29 |
havoc | fix DrawQ_Fill rendering (Pic with no string) |
commit | commitdiff | tree | snapshot |
2002-09-28 |
havoc | fixed vid_restart |
commit | commitdiff | tree | snapshot |
2002-09-28 |
havoc | needed one more prototype |
commit | commitdiff | tree | snapshot |
2002-09-28 |
havoc | trying to fix many forward references in input code |
commit | commitdiff | tree | snapshot |
2002-09-28 |
havoc | major speedup to alias model fake shadow rendering |
commit | commitdiff | tree | snapshot |
2002-09-28 |
havoc | disabled smoke from explosions, it was a minor effect... |
commit | commitdiff | tree | snapshot |
2002-09-28 |
havoc | fix restart command (can't do the "connect local" for... |
commit | commitdiff | tree | snapshot |
2002-09-28 |
havoc | map and load commands are now delayed until the video... |
commit | commitdiff | tree | snapshot |
2002-09-28 |
havoc | 2D is now drawn using R_Mesh system |
commit | commitdiff | tree | snapshot |
2002-09-28 |
havoc | fixed glOrtho call |
commit | commitdiff | tree | snapshot |
2002-09-28 |
havoc | added sparks and smoke to explosions |
commit | commitdiff | tree | snapshot |
2002-09-27 |
havoc | CL_TraceLine can now return what entity was hit (this... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
havoc | stencil is now supported (optional, off by default... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
havoc | alias mdl/md2 models now have a mdlmd2data_triangleneig... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
havoc | added Mod_FindTriangleWithEdge and Mod_BuildTriangleNei... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
havoc | added newline to end of Draw_CachePic error message |
commit | commitdiff | tree | snapshot |
2002-09-26 |
molivier | Updated Transfusion map list |
commit | commitdiff | tree | snapshot |
2002-09-26 |
molivier | The call to alloca has been removed. This function... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
havoc | increased maximum stack depth |
commit | commitdiff | tree | snapshot |
2002-09-26 |
havoc | limit entity movement lerp to 10th of a second |
commit | commitdiff | tree | snapshot |
2002-09-26 |
havoc | fix for repeated mode switchs losing keyboard/mouse... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
havoc | this commit adds video mode switching, and preferred... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
havoc | added -gl_driver commandline option, it's useless thoug... |
commit | commitdiff | tree | snapshot |
2002-09-24 |
havoc | fix warnings |
commit | commitdiff | tree | snapshot |
2002-09-24 |
havoc | fix some prototype warnings |
commit | commitdiff | tree | snapshot |
2002-09-24 |
havoc | update file list |
commit | commitdiff | tree | snapshot |
2002-09-24 |
havoc | fix a warning on argv |
commit | commitdiff | tree | snapshot |
2002-09-24 |
havoc | remove an unused extension function list |
commit | commitdiff | tree | snapshot |
2002-09-24 |
havoc | Thanks to Elric for adding dpmaster support! |
commit | commitdiff | tree | snapshot |
2002-09-24 |
havoc | whitespace changes by Elric |
commit | commitdiff | tree | snapshot |
2002-09-24 |
havoc | static crosshair is now drawn during sbar stage (where... |
commit | commitdiff | tree | snapshot |
2002-09-24 |
havoc | now pretends gfx.wad pics are in the gfx/ directory... |
commit | commitdiff | tree | snapshot |
2002-09-24 |
havoc | fixed. |
commit | commitdiff | tree | snapshot |
2002-09-23 |
havoc | default to 640x480x16 again, just for consistency with... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
havoc | wglGetExtensionsString is properly detected now (was... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
havoc | VID_CompareMode removed |
commit | commitdiff | tree | snapshot |
2002-09-23 |
havoc | almost completely rewrote vid_wgl's mode code, there... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
havoc | now uses VID_Shutdown instead of VID_SetDefaultMode... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
havoc | no need to include winquake.h |
commit | commitdiff | tree | snapshot |
2002-09-23 |
eviltypeguy | Make formatting sane |
commit | commitdiff | tree | snapshot |
2002-09-22 |
havoc | fixed crash on startup and shutdown |
commit | commitdiff | tree | snapshot |
2002-09-22 |
havoc | VID_Init now takes an int bpp parameter |
commit | commitdiff | tree | snapshot |
2002-09-22 |
havoc | const. |
commit | commitdiff | tree | snapshot |
2002-09-22 |
havoc | Mem_Free on a const pointer apparently irritates MSVC... |
commit | commitdiff | tree | snapshot |
2002-09-21 |
havoc | DOS line endings |
commit | commitdiff | tree | snapshot |
2002-09-20 |
havoc | fix for glowing invisible models showing up (artifact... |
commit | commitdiff | tree | snapshot |
2002-09-19 |
havoc | fix for beams coming from invisible objects |
commit | commitdiff | tree | snapshot |
2002-09-19 |
havoc | shuffled cl_light and some of cl_tent into cl_main... |
commit | commitdiff | tree | snapshot |
2002-09-18 |
havoc | disable profiling by default |
commit | commitdiff | tree | snapshot |
2002-09-18 |
havoc | move CL_RelinkBeams after CL_RelinkNetworkEntities... |
commit | commitdiff | tree | snapshot |
2002-09-18 |
havoc | make lightning come from player's gun |
commit | commitdiff | tree | snapshot |
2002-09-18 |
havoc | matchpattern can now be case insensitive if desired |
commit | commitdiff | tree | snapshot |
2002-09-17 |
havoc | you can now build a darkplaces-dedicated executable... |
commit | commitdiff | tree | snapshot |
2002-09-17 |
havoc | sparks and rain are now beam particles |
commit | commitdiff | tree | snapshot |
2002-09-17 |
havoc | added R_CalcBeamVerts function, calculates vertex array... |
commit | commitdiff | tree | snapshot |
2002-09-17 |
havoc | colors for DrawQ_Mesh are now float rather than byte... |
commit | commitdiff | tree | snapshot |
2002-09-17 |
havoc | m.wantoverbright is gone |
commit | commitdiff | tree | snapshot |
2002-09-15 |
havoc | integer dlight code is now 32bit (instead of 64bit) |
commit | commitdiff | tree | snapshot |
2002-09-14 |
havoc | enlarge bbox for visibility purposes if there is a... |
commit | commitdiff | tree | snapshot |
2002-09-13 |
havoc | GL_SetupView_* functions added, they replace most of... |
commit | commitdiff | tree | snapshot |
2002-09-13 |
havoc | unused variable arraylocked removed |
commit | commitdiff | tree | snapshot |
2002-09-12 |
havoc | got rid of gl_mesh_drawmode, now only gl_mesh_drawrange... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
havoc | varray_element is gone, instead you pass your own eleme... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
havoc | manually inlined GL_LockArray and GL_UnlockArray in... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
havoc | added pr_traceqc cvar, to enable serious spew (printing... |
commit | commitdiff | tree | snapshot |
2002-09-12 |
havoc | a little extra error checking in keynum lookup |
commit | commitdiff | tree | snapshot |
2002-09-11 |
havoc | VID_Init now takes mode settings (fullscreen, width... |
commit | commitdiff | tree | snapshot |
2002-09-11 |
havoc | whitespace |
commit | commitdiff | tree | snapshot |
2002-09-11 |
havoc | check for -safe |
commit | commitdiff | tree | snapshot |
2002-09-11 |
havoc | R_SetSkyBox now takes a const char * |
commit | commitdiff | tree | snapshot |
2002-09-11 |
havoc | whitespace |
commit | commitdiff | tree | snapshot |
2002-09-11 |
havoc | check for -safe |
commit | commitdiff | tree | snapshot |
2002-09-11 |
havoc | whitespace |
commit | commitdiff | tree | snapshot |
2002-09-11 |
havoc | check for -safe |
commit | commitdiff | tree | snapshot |
2002-09-11 |
havoc | BoxOnPlaneSideFunc code - gone, replaced by BoxOnPlaneSide |
commit | commitdiff | tree | snapshot |
2002-09-11 |
havoc | major speed gain in cavetest2 by checking if the portal... |
commit | commitdiff | tree | snapshot |
2002-09-11 |
havoc | memheaders are now doubly linked, so Mem_Free goes... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
havoc | corrected an error message in .lights code |
commit | commitdiff | tree | snapshot |
2002-09-10 |
havoc | no need to update lightmaps if using r_vertexsurfaces |
commit | commitdiff | tree | snapshot |
2002-09-10 |
havoc | optimizing R_DrawSurfaces and WorldNode functions |
commit | commitdiff | tree | snapshot |
2002-09-10 |
havoc | enable optimizations again (oops) |
commit | commitdiff | tree | snapshot |
2002-09-10 |
havoc | surfaces are now texture sorted rather than shader... |
commit | commitdiff | tree | snapshot |
2002-09-10 |
havoc | fixed combine overbright behavior |
commit | commitdiff | tree | snapshot |
2002-09-09 |
havoc | expanded console buffer from 16k to 128k, and changed... |
commit | commitdiff | tree | snapshot |
2002-09-09 |
havoc | fixed typo |
commit | commitdiff | tree | snapshot |
2002-09-09 |
havoc | svs.clients is now allocated dynamically according... |
commit | commitdiff | tree | snapshot |
2002-09-09 |
havoc | removed modelsortedsurfaces |
commit | commitdiff | tree | snapshot |
2002-09-06 |
havoc | mempools now have sentinel checks, for completeness |
commit | commitdiff | tree | snapshot |
2002-09-06 |
havoc | whitespace cleanup |
commit | commitdiff | tree | snapshot |
2002-09-06 |
havoc | transform matrix is now separate from R_Mesh_State... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
havoc | now uses hardware transforms |
commit | commitdiff | tree | snapshot |
2002-09-06 |
havoc | corrected function names reported in various backend... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
havoc | vertex arrays renamed to varray_ and exposed to rest... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
havoc | currenttriangle and currentvertex no longer exist,... |
commit | commitdiff | tree | snapshot |
2002-09-05 |
havoc | surfvertex_t is gone, in it's place are non-interleaved... |
commit | commitdiff | tree | snapshot |
next |