2002-08-21 |
molivier | Fixed COM_StripExtension for strings without a single dot |
commit | commitdiff | tree | snapshot |
2002-08-21 |
molivier | Static/floating crosshair is now an option controled... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
havoc | no more warping meshs of any kind |
commit | commitdiff | tree | snapshot |
2002-08-20 |
havoc | corrected spelling of alorgithm |
commit | commitdiff | tree | snapshot |
2002-08-20 |
havoc | fixed menu player colormapping |
commit | commitdiff | tree | snapshot |
2002-08-20 |
havoc | changed color command description to mention it is... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
havoc | got rid of host_parms |
commit | commitdiff | tree | snapshot |
2002-08-20 |
havoc | got rid of host_parms.argc and argv, now uses com_argc... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
havoc | cleaned up and merged a lot of sys_*.c code into sys_sh... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
havoc | centered Sbar_IntermissionOverlay |
commit | commitdiff | tree | snapshot |
2002-08-20 |
havoc | sys_usetimegettime is now initialized at a place where... |
commit | commitdiff | tree | snapshot |
2002-08-17 |
havoc | removed fxmesa support (3dfx svgalib) because no one... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
havoc | update client color values when new values are recieved... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
havoc | SV_ChangeTeam now actually gets called with the right... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
havoc | reformatted and updated extensions list |
commit | commitdiff | tree | snapshot |
2002-08-16 |
havoc | fix alignment of frag list, it is now centered |
commit | commitdiff | tree | snapshot |
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 |
next |