2002-08-16 |
havoc | changed GL_MATRIX_MODE check to GL_PROJECTION, and... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
havoc | only warn about time stepping backwards if it's more... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
havoc | added support for .colormap values >= 1024 in QC to... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
havoc | cvar_vars is no longer known by files other than cvar... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
havoc | turned #define WIN32_USETIMEGETTIME into a cvar named... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
havoc | reset stack position when new progs loaded, or error... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
havoc | changed fps counter behavior to be more 'traditional... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
havoc | (patch from Elric) BloodBath renamed to Transfusion |
commit | commitdiff | tree | snapshot |
2002-08-10 |
havoc | converted particle rendering to use R_Mesh_Draw_GetBuffer |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | now uses R_Mesh_Draw_GetBuffer |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | changed viewblend to use R_Mesh_Draw_GetBuffer |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | converted coronas to R_Mesh_Draw_GetBuffer |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | converted skysphere to R_Mesh_Draw_GetBuffer |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | changed a bunch of #if 1's to #if USEMESHBUFFER (which... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | skybox now uses R_Mesh_Draw_GetBuffer |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | re-enable optimizations by default |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | converted code to use R_Mesh_Draw_GetBuffer |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | converted drawing code from R_Mesh_Draw to R_Mesh_Draw_... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
havoc | rewrote most of the RSurfShader_ functions to use R_Mes... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
havoc | fixed r_drawentities 0 which was forgetting to enlarge... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
havoc | support for top to bottom TGA, thanks Elric. |
commit | commitdiff | tree | snapshot |
2002-08-06 |
havoc | added r_sortsurfaces cvar, default off, sorting them... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
havoc | fix for the effects menu input code, thanks Elric |
commit | commitdiff | tree | snapshot |
2002-08-06 |
havoc | fix for 'falling' in a corner bug, thanks to Elric... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | spawned entities were often not appearing in quake... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | the -I and -L weren't necessary (and didn't work anyway) |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | fix for double to float warning in MSVC |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | consistency fix for GL_EXT_draw_range_elements - don... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | a rather hefty 6% speed gain by getting rid of the... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | R_GetTexture is now named R_RealGetTexture, R_GetTextur... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | removed procedural texture support because it was ineff... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | lightmaps shouldn't be procedural, because they have... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | attempt to optimize SND_PaintChannelFrom8 a little bit |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | fix view_ofs when dead (negative viewheight) |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | removed support for r_ser (also known as R_Clip or... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | an optimization to CL_RelinkNetworkEntities (and relate... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
havoc | optimized phys_moveentities (in cgame.c) so it doesn... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
havoc | fix svc_setview |
commit | commitdiff | tree | snapshot |
2002-08-04 |
havoc | moved the GL_CloseLibrary call a bit |
commit | commitdiff | tree | snapshot |
2002-08-04 |
havoc | fix mouse in win32, I had forgotten to update a lot... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
havoc | limit gl_mesh_batchtriangles to never go below 1, becau... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | removed cl_light.h (which has already been merged into... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | now entirely dynamic OpenGL binding |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | added r_floatbuildlightmap, unfortunately using floats... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | optimized entity updates substantially (or rather,... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | some optimizations (notably sparks don't have air frict... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | rearranged things a little, mostly related to particles... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | default gl_mesh_floatcolors on, and force it off on... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | Lots of speedups and cleanups in client code, dynamical... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | cls.spawnparms isn't needed |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | changed linux/soundcard.h to sys/soundcard.h for more... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
havoc | print edict responsible for "Trigger in clipping list... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
havoc | added a mesh queue callback system (to allow mesh rende... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
havoc | cleaned up vid_glx.c somewhat, it can now quit properly... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
havoc | added alphafade and gravity fields to particle struct... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
havoc | added cl_explosions and cl_stainmaps cvars, which will... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
havoc | fixed a lighting bug with overbright modes when using... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
havoc | made liquid colors 50% thinner (it's still apparent... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
havoc | 'sock' local variable isn't needed anymore, cleaned... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
havoc | fixed bug in NET_Shutdown related to freeing sockets |
commit | commitdiff | tree | snapshot |
2002-08-02 |
havoc | removed R_Mesh_Draw_NativeOnly (it was not used) |
commit | commitdiff | tree | snapshot |
2002-08-01 |
havoc | cleaned up glDrawRangeElements limit checking a bit... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
havoc | cleaned up gl_mesh_drawmode related code, hopefully... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
havoc | expanded sprint/centerprint buffer from 256 chars to... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
havoc | disabled 3DFX mesh size error (because it really only... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
havoc | cleaned up behavior when an invalid replacement sky... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
havoc | added -fno-strict-aliasing (even though it isn't a... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
havoc | increased name limit on engineversion string from 39... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
havoc | added the readme file to cvs (... and it needs massive... |
commit | commitdiff | tree | snapshot |
2002-07-31 |
havoc | win32 fixes and some MSVC warnings fixed |
commit | commitdiff | tree | snapshot |
2002-07-31 |
knghtbrd | Fix for -particles specified wrongly on the cmdline.. |
commit | commitdiff | tree | snapshot |
2002-07-30 |
havoc | fix 'flashing' crosshair bug caused by negative colors... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
havoc | slight simplification/optimzation/readability enhanceme... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
havoc | fix animating textures |
commit | commitdiff | tree | snapshot |
2002-07-29 |
knghtbrd | Water transition splashes do not happen for lava anymor... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
knghtbrd | Make coronas look better (it looks good in Twilight... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
havoc | Serious-Sam style crosshair (an actual sprite in the... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
havoc | much nicer rocket and grenade trails |
commit | commitdiff | tree | snapshot |
2002-07-29 |
havoc | corrected fullbright map handling for the case when... |
commit | commitdiff | tree | snapshot |
2002-07-29 |
havoc | disabled memory clumping, which surprisingly improves... |
commit | commitdiff | tree | snapshot |
2002-07-28 |
knghtbrd | Alphabetized extensions and added TW_SV_STEPCONTROL.. |
commit | commitdiff | tree | snapshot |
2002-07-26 |
molivier | Fixed PCX file loading for images with an odd width |
commit | commitdiff | tree | snapshot |
2002-07-25 |
havoc | now uses a fragment texture for the video (massive... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
havoc | fragment images made for fragment textures will now... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
havoc | fix fatal bugs in S_RawSamples_Enqueue and Dequeue... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
havoc | .dpv video playback is now implemented. Slow though... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
havoc | whitespace |
commit | commitdiff | tree | snapshot |
2002-07-25 |
havoc | whitespace cleanup |
commit | commitdiff | tree | snapshot |
2002-07-25 |
havoc | added S_RawSamples_Enqueue, S_RawSamples_Dequeue, and... |
commit | commitdiff | tree | snapshot |
2002-07-25 |
havoc | add -fno-strict-aliasing |
commit | commitdiff | tree | snapshot |
2002-07-25 |
havoc | minor whitespace and comment cleanup |
commit | commitdiff | tree | snapshot |
2002-07-25 |
havoc | massive cleanup of S_TransferPaintBuffer and moved... |
commit | commitdiff | tree | snapshot |
2002-07-21 |
havoc | include quakedef (which drags in lots of other stuff... |
commit | commitdiff | tree | snapshot |
2002-07-20 |
havoc | fix view blends so they are alpha, not additive |
commit | commitdiff | tree | snapshot |
2002-07-17 |
havoc | faster static light tracing (by not doing it as often... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
havoc | merged matrix4x4 and matrix3x4 into matrixlib, updated... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
havoc | put parentheses around parameters to min/max/bound... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
havoc | scrag, hellknight, and shalrath shots now glow, also... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
knghtbrd | The Nehahra movie was borked. They were making static... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
havoc | updated mingw makefile and MSVC project to add matrix4x... |
commit | commitdiff | tree | snapshot |
next |