2002-10-28 |
havoc | implemented scissor rect clipping of lights in realtime... |
commit | commitdiff | tree | snapshot |
2002-10-27 |
havoc | gloss now works correctly |
commit | commitdiff | tree | snapshot |
2002-10-27 |
havoc | added a FIXME note about skyboxes and vid_restart |
commit | commitdiff | tree | snapshot |
2002-10-27 |
havoc | set depth and stencil clear values |
commit | commitdiff | tree | snapshot |
2002-10-27 |
havoc | check for out of bounds fraction |
commit | commitdiff | tree | snapshot |
2002-10-27 |
havoc | add an error check for invalid maxfrac before returning... |
commit | commitdiff | tree | snapshot |
2002-10-26 |
havoc | fix for drawing explosions and sky twice as much as... |
commit | commitdiff | tree | snapshot |
2002-10-25 |
havoc | fix for lift blocking due to imprecision at very low... |
commit | commitdiff | tree | snapshot |
2002-10-25 |
havoc | minor whitespace cleanup |
commit | commitdiff | tree | snapshot |
2002-10-22 |
havoc | reworked visibility a bit (added VIS_CullBox and VIS_Cu... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
havoc | added a comment describing GL triangle strip order... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
havoc | make profile now works |
commit | commitdiff | tree | snapshot |
2002-10-22 |
havoc | cast shadows from frontfaces instead of backfaces |
commit | commitdiff | tree | snapshot |
2002-10-22 |
havoc | don't use 3d textures on drivers that don't explicitly... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
havoc | change maximum lerp time from 1 second to 0.1 seconds... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
molivier | The new video menu is clean now (or at least cleaner... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
havoc | reorganized how heartbeat timing works (much simpler... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
molivier | Implemented a very simple video mode selection menu... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
molivier | Added a test when freeing textures (glt->image can... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
havoc | trying less optimizations in hopes that it will fix... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
havoc | MSVC has a pathetic stack size. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
havoc | oops, removed the wrong one |
commit | commitdiff | tree | snapshot |
2002-10-16 |
havoc | remove unused variables |
commit | commitdiff | tree | snapshot |
2002-10-16 |
havoc | fixed some dynamic lighting bugs related to glowing... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
molivier | Added back "turn left" and "turn right" to the Transfus... |
commit | commitdiff | tree | snapshot |
2002-10-15 |
havoc | made the QueueWantsMore message a Con_DPrintf |
commit | commitdiff | tree | snapshot |
2002-10-14 |
havoc | cruft |
commit | commitdiff | tree | snapshot |
2002-10-14 |
havoc | fix jitter in interpolation of monster movement |
commit | commitdiff | tree | snapshot |
2002-10-14 |
havoc | R_LoadTexture functions take a palette pointer now |
commit | commitdiff | tree | snapshot |
2002-10-13 |
havoc | added TEXF_CLAMP flag for textures |
commit | commitdiff | tree | snapshot |
2002-10-11 |
molivier | Added Frag'M to the Transfusion map list |
commit | commitdiff | tree | snapshot |
2002-10-09 |
havoc | fixed glowing entities disappearing randomly (by testin... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
havoc | Elric rewrote the makefile, it is quite self explanator... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
havoc | now checks for both TexImage3D built into the OpenGL... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
havoc | make r_shadows 3 mode mostly match lighting conditions... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
havoc | fix restart command |
commit | commitdiff | tree | snapshot |
2002-10-06 |
havoc | clean up map changes a little more |
commit | commitdiff | tree | snapshot |
2002-10-06 |
havoc | fix fragment texture image creation so it has depth 1 |
commit | commitdiff | tree | snapshot |
2002-10-06 |
havoc | GL_DrawRangeElements now reports if it got a bogus... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
havoc | R_ShadowMesh_Finish now discards empty meshs |
commit | commitdiff | tree | snapshot |
2002-10-06 |
havoc | detect 3D textures as GL_EXT_texture3D again |
commit | commitdiff | tree | snapshot |
2002-10-06 |
havoc | use qbyte * math instead of void * math to keep MSVC... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
havoc | 3D attenuation texture works now |
commit | commitdiff | tree | snapshot |
2002-10-05 |
havoc | backend now supports 1D, 2D, 3D, and Cubemap texture... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
havoc | texcoord arrays are now 3 component (padded to 4 floats) |
commit | commitdiff | tree | snapshot |
2002-10-04 |
havoc | now uploads a 3D attenuation texture (not used yet) |
commit | commitdiff | tree | snapshot |
2002-10-04 |
havoc | forgot to add prototypes for new texture functions... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
havoc | 1D, 3D, and cubemap textures are now supported (in... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
havoc | shadow volume rendering still very incomplete, but... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
molivier | Added a couple more "const". Fixed "+map" in the comman... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
havoc | massive coding has been done on shadow volumes (some... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
molivier | From LordHavoc: the r_quickmodels cvar wasn't used... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
molivier | Removed an unused variable in gl_draw.c (Forest, could... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
molivier | Fixed dedicated server (the server was never really... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
molivier | Made a few changes to makefile so we can switch compile... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
molivier | Tried to be a little smarter with the heartbeats, using... |
commit | commitdiff | tree | snapshot |
2002-09-30 |
havoc | optimized trianglefacing calculation, per Vic's recomme... |
commit | commitdiff | tree | snapshot |
2002-09-30 |
havoc | bmodel shadow volumes |
commit | commitdiff | tree | snapshot |
2002-09-30 |
havoc | smoke from bullet impacts and rocket trails now grows... |
commit | commitdiff | tree | snapshot |
2002-09-30 |
havoc | gl backend now has functions for color array and flat... |
commit | commitdiff | tree | snapshot |
2002-09-30 |
havoc | fix changelevel, and simplify restart code |
commit | commitdiff | tree | snapshot |
2002-09-30 |
havoc | fix view blends |
commit | commitdiff | tree | snapshot |
2002-09-30 |
havoc | newline to keep gcc3 happy |
commit | commitdiff | tree | snapshot |
2002-09-30 |
havoc | forgot to commit this |
commit | commitdiff | tree | snapshot |
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 |
next |