2002-07-05 |
knghtbrd | Kill trigraphs. Die die die. Or something. |
commit | commitdiff | tree | snapshot |
2002-06-29 |
havoc | no longer complains about missing sounds loaded by... |
commit | commitdiff | tree | snapshot |
2002-06-24 |
molivier | Fixed video modes menu on Win32 |
commit | commitdiff | tree | snapshot |
2002-06-14 |
knghtbrd | Someone has been programming QC too long. (At least... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
lordhavoc | Fixed major bug in time wrap code, would have not advan... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
lordhavoc | Forgot to apply Vic's axial patch for r_light.c, here... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
lordhavoc | Optimized AddDynamicLights and StainNode for axial... |
commit | commitdiff | tree | snapshot |
2002-06-12 |
molivier | Added a special key binding menu when compiling for... |
commit | commitdiff | tree | snapshot |
2002-06-12 |
molivier | Removed an error when compiling with MSVC |
commit | commitdiff | tree | snapshot |
2002-06-10 |
lordhavoc | faster stainmap code in BuildLightMap |
commit | commitdiff | tree | snapshot |
2002-06-10 |
lordhavoc | cleaned up order of bbox checks (whether to use the... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
lordhavoc | cleaned up SV_Physics_Toss a bit - particularly water... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
lordhavoc | get rid of velocity jittering on rain and snow, except... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
lordhavoc | advance angles as well as origin on clients when noclip... |
commit | commitdiff | tree | snapshot |
2002-06-09 |
lordhavoc | step up stairs while flying |
commit | commitdiff | tree | snapshot |
2002-06-09 |
lordhavoc | SV_PointContents removed (all calls replaced with Mod_P... |
commit | commitdiff | tree | snapshot |
2002-06-09 |
lordhavoc | made snow smaller and slightly transparent, looks bette... |
commit | commitdiff | tree | snapshot |
2002-06-09 |
lordhavoc | timer now simply returns the same time twice if the... |
commit | commitdiff | tree | snapshot |
2002-06-09 |
lordhavoc | timer now simply returns same time twice if the time... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
knghtbrd | cd_null.c works now. It's the default because cd_linux... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
lordhavoc | added back this file from stock quake, so people can... |
commit | commitdiff | tree | snapshot |
2002-06-03 |
lordhavoc | changed model lighting to match map lighting (this... |
commit | commitdiff | tree | snapshot |
2002-06-03 |
molivier | Updated BloodBath maps list |
commit | commitdiff | tree | snapshot |
2002-06-03 |
lordhavoc | make r_render skip the 3D rendering code (I forgot... |
commit | commitdiff | tree | snapshot |
2002-06-03 |
lordhavoc | removed unneeded r_render check |
commit | commitdiff | tree | snapshot |
2002-06-03 |
lordhavoc | disable hidden surface removal by default |
commit | commitdiff | tree | snapshot |
2002-06-02 |
knghtbrd | A minor removal of a few pieces of dead code. Nothing... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
knghtbrd | Unused. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
knghtbrd | DP code cleanup, stage one - all headers that can be... |
commit | commitdiff | tree | snapshot |
2002-06-01 |
lordhavoc | remove unused DrawNotifyString, fix intermission screen... |
commit | commitdiff | tree | snapshot |
2002-06-01 |
lordhavoc | added -texgamma, -texcontrast, -texbrightness, these... |
commit | commitdiff | tree | snapshot |
2002-06-01 |
lordhavoc | use volatile on icolor and fcolor pointers in GL_Conver... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
mercury | I have commit access to DP? When did that happen? |
commit | commitdiff | tree | snapshot |
2002-05-27 |
lordhavoc | attempt at working around a NVIDIA 23.11 TNT driver... |
commit | commitdiff | tree | snapshot |
2002-05-27 |
lordhavoc | make bbox collisions work again |
commit | commitdiff | tree | snapshot |
2002-05-27 |
lordhavoc | fix for gl_mesh_maxtriangles not defaulting correctly... |
commit | commitdiff | tree | snapshot |
2002-05-27 |
lordhavoc | added some smoke to the fire effect (requested for... |
commit | commitdiff | tree | snapshot |
2002-05-22 |
lordhavoc | fix for uninitialized start/end of trace against bbox... |
commit | commitdiff | tree | snapshot |
2002-05-22 |
lordhavoc | added RecursiveHullCheckPoint for quicker tracing of... |
commit | commitdiff | tree | snapshot |
2002-05-22 |
lordhavoc | fix a bunch of pointer type warnings introduced by... |
commit | commitdiff | tree | snapshot |
2002-05-21 |
lordhavoc | ignore various MSVC files (.opt, .plg, .ncb) and .exe |
commit | commitdiff | tree | snapshot |
2002-05-21 |
lordhavoc | ignore .o files |
commit | commitdiff | tree | snapshot |
2002-05-21 |
lordhavoc | added collision.c, cl_collision.c. collision.h, cl_coll... |
commit | commitdiff | tree | snapshot |
2002-05-21 |
lordhavoc | split out RecursiveHullCheck and related code into... |
commit | commitdiff | tree | snapshot |
2002-05-21 |
lordhavoc | made various things take const pointers (optimizer... |
commit | commitdiff | tree | snapshot |
2002-05-21 |
lordhavoc | changed Length() call to VectorLength() macro in two... |
commit | commitdiff | tree | snapshot |
2002-05-21 |
lordhavoc | changed Length() call to VectorLength() macro... insid... |
commit | commitdiff | tree | snapshot |
2002-05-21 |
lordhavoc | optimized (now does not use a sqrt for each entity... |
commit | commitdiff | tree | snapshot |
2002-05-21 |
lordhavoc | build for -mwindows (so it doesn't open a console) |
commit | commitdiff | tree | snapshot |
2002-05-21 |
lordhavoc | validate animations in zym models |
commit | commitdiff | tree | snapshot |
2002-05-19 |
lordhavoc | fix for really dumb mistake (missing memset) in Mod_Spl... |
commit | commitdiff | tree | snapshot |
2002-05-16 |
lordhavoc | now fetchs wgl functions |
commit | commitdiff | tree | snapshot |
2002-05-16 |
lordhavoc | use qglDeleteTextures, not glDeleteTextures |
commit | commitdiff | tree | snapshot |
2002-05-15 |
lordhavoc | increased MAX_SURFVERTS to hold as many as the surf... |
commit | commitdiff | tree | snapshot |
2002-05-15 |
lordhavoc | muzzleflash fades out |
commit | commitdiff | tree | snapshot |
2002-05-15 |
lordhavoc | reduced skysphere from 2048 triangles to 1024 |
commit | commitdiff | tree | snapshot |
2002-05-15 |
lordhavoc | directional static lighting support (but not fast yet... |
commit | commitdiff | tree | snapshot |
2002-05-15 |
lordhavoc | change a lot of calls from gl to qgl |
commit | commitdiff | tree | snapshot |
2002-05-15 |
lordhavoc | oops forgot to commit this piece of the unsuccessful... |
commit | commitdiff | tree | snapshot |
2002-05-15 |
lordhavoc | sv_stepheight cvar, SV_Init now calls SV_Phys_Init... |
commit | commitdiff | tree | snapshot |
2002-05-15 |
lordhavoc | slight optimizations to GL_ConvertColorsFloattoByte |
commit | commitdiff | tree | snapshot |
2002-05-14 |
lordhavoc | search for GL functions using GetProcAddress on win32... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
lordhavoc | independent control of gl_mesh_maxtriangles and gl_mesh... |
commit | commitdiff | tree | snapshot |
2002-05-04 |
lordhavoc | cleaned up and fixed collisions with brush models ... |
commit | commitdiff | tree | snapshot |
2002-05-04 |
lordhavoc | mostly dynamic GL binding (more needs to be done, but... |
commit | commitdiff | tree | snapshot |
2002-05-03 |
lordhavoc | reverted embedded-in-other-object behavior to sticking... |
commit | commitdiff | tree | snapshot |
2002-05-03 |
lordhavoc | hopefully this fixes the problem in TNT drivers with... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
lordhavoc | i is not longer an unsigned short in Palette_Setup8to24 |
commit | commitdiff | tree | snapshot |
2002-04-30 |
lordhavoc | more cleaning - glTexParameterf replaced with glTexPara... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
lordhavoc | changed texrgbscale to int rather than float, this... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
lordhavoc | no longer uses glColor3f at all |
commit | commitdiff | tree | snapshot |
2002-04-30 |
lordhavoc | disabled lookup of unused multitexture function (glMult... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
lordhavoc | disabled lookup of unused multitexture function (glMult... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
lordhavoc | fix for misparsing of sound length in "data" chunk... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
lordhavoc | some cleaning which seems to have fixed (I hope?) a... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
lordhavoc | fix for savegames containing newlines inside strings... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
lordhavoc | minor cleaning of obsolete protocol stuff (svc_fog... |
commit | commitdiff | tree | snapshot |
2002-04-12 |
lordhavoc | cleaned up the newlines (carriagereturn carriagereturn... |
commit | commitdiff | tree | snapshot |
2002-04-11 |
lordhavoc | removed silly uses of 'long' (now int, or qbyte *,... |
commit | commitdiff | tree | snapshot |
2002-04-11 |
lordhavoc | timerefresh works more sanely again |
commit | commitdiff | tree | snapshot |
2002-04-06 |
lordhavoc | added back the hacky NAT routing fix since it actually... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
lordhavoc | MSG_Read functions are never used inside if's anymore... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
lordhavoc | minor cleanup/simplification (though a bit of a de... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
lordhavoc | newline change? |
commit | commitdiff | tree | snapshot |
2002-04-01 |
lordhavoc | removed hacky network code that tried to make DP work... |
commit | commitdiff | tree | snapshot |
2002-04-01 |
lordhavoc | fix for dedicated server spewing error about cl_avidemo |
commit | commitdiff | tree | snapshot |
2002-03-30 |
lordhavoc | added cl_avidemo cvar (saves a series of tga images... |
commit | commitdiff | tree | snapshot |
2002-03-30 |
lordhavoc | forgot to commit this before |
commit | commitdiff | tree | snapshot |
2002-03-30 |
lordhavoc | force filenames to lowercase in listdirectory code... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
lordhavoc | -lXIE does not seem to be necessary, disabled (but... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
lordhavoc | removed fog shaderstage, merged it into the normal... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
lordhavoc | reorganized shader rendering calls to process the whole... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
lordhavoc | smoke is alpha again (not additive), rather dark in... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
lordhavoc | massive speedups (removed a few 256k memsets) |
commit | commitdiff | tree | snapshot |
2002-03-27 |
lordhavoc | added some (not yet used) key config menu code, part... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
eviltypeguy | Added newline at end for lame gcc versions ;) |
commit | commitdiff | tree | snapshot |
2002-03-26 |
molivier | Some menu customizations for BloodBath |
commit | commitdiff | tree | snapshot |
2002-03-26 |
molivier | Fixed PF_registercvar |
commit | commitdiff | tree | snapshot |
2002-03-26 |
lordhavoc | minor speed increase in surface shaders, by splitting... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
lordhavoc | updated MSVC and mingw files to compile filematch.c |
commit | commitdiff | tree | snapshot |
next |