2001-04-23 |
lordhavoc | added back support for textures smaller than 4 pixels... |
commit | commitdiff | tree | snapshot |
2001-04-20 |
lordhavoc | added newmap function to render modules (so explosions... |
commit | commitdiff | tree | snapshot |
2001-04-20 |
lordhavoc | added newmap function to render modules (so explosions... |
commit | commitdiff | tree | snapshot |
2001-04-06 |
knghtbrd | gl_mtex_enum has moved to vid_shared.c |
commit | commitdiff | tree | snapshot |
2001-04-06 |
lordhavoc | missed this one... |
commit | commitdiff | tree | snapshot |
2001-04-06 |
lordhavoc | added default case for particles to report the error... |
commit | commitdiff | tree | snapshot |
2001-04-06 |
knghtbrd | Fix a couple gcc warnings |
commit | commitdiff | tree | snapshot |
2001-04-06 |
lordhavoc | fix for lightmap update check |
commit | commitdiff | tree | snapshot |
2001-04-06 |
lordhavoc | optimized AngleVectors calls (pass NULL for vectors... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
taniwha | while not yet used (I'd forgotten how much side work... |
commit | commitdiff | tree | snapshot |
2001-03-15 |
dabb | Compile fixes. |
commit | commitdiff | tree | snapshot |
2001-03-04 |
lordhavoc | now supports upto 256x256 texel lightmaps (rather than... |
commit | commitdiff | tree | snapshot |
2001-03-04 |
lordhavoc | forgot this file while changing FALSE and TRUE to false... |
commit | commitdiff | tree | snapshot |
2001-03-04 |
lordhavoc | rewrite of map texture loading (mainly to do with HL... |
commit | commitdiff | tree | snapshot |
2001-03-03 |
lordhavoc | redesigned transparent HL texture checking again, now... |
commit | commitdiff | tree | snapshot |
2001-03-03 |
lordhavoc | fixed transparent color in HL textures (was red, should... |
commit | commitdiff | tree | snapshot |
2001-03-03 |
lordhavoc | server speed controls fade out of damage/bonus flashs... |
commit | commitdiff | tree | snapshot |
2001-03-02 |
lordhavoc | a little cleanup, and eliminated a lightstyle buffer... |
commit | commitdiff | tree | snapshot |
2001-03-02 |
lordhavoc | added DPPROTOCOL support to svc_version parsing (is... |
commit | commitdiff | tree | snapshot |
2001-03-02 |
lordhavoc | added a new hack to make MSVC work which will definitel... |
commit | commitdiff | tree | snapshot |
2001-03-02 |
lordhavoc | removed hack to make MSVC work as it was breaking gcc |
commit | commitdiff | tree | snapshot |
2001-03-02 |
lordhavoc | Coordinates are now floats in network protocol (bloats... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
despair | Fix for exit segfault preventing fullscreen cleanup... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
lordhavoc | oops, hadn't finished this |
commit | commitdiff | tree | snapshot |
2001-02-27 |
lordhavoc | forgot to commit this |
commit | commitdiff | tree | snapshot |
2001-02-27 |
lordhavoc | clean up use of client structs in server |
commit | commitdiff | tree | snapshot |
2001-02-24 |
despair | Minor comment update. |
commit | commitdiff | tree | snapshot |
2001-02-24 |
despair | Remove alsa 0.6 (for some random date of cvs alsa)... |
commit | commitdiff | tree | snapshot |
2001-02-24 |
despair | Update to latest ALSA development drivers. |
commit | commitdiff | tree | snapshot |
2001-02-24 |
lordhavoc | added model_zymotic.h (forgot) |
commit | commitdiff | tree | snapshot |
2001-02-23 |
lordhavoc | updated makefile and added r_explosion.c (forgot) |
commit | commitdiff | tree | snapshot |
2001-02-23 |
lordhavoc | improved TraceLine in chase.c to be more generally... |
commit | commitdiff | tree | snapshot |
2001-02-18 |
despair | Undo accidental makefile commit. |
commit | commitdiff | tree | snapshot |
2001-02-18 |
despair | Couple of 1 liner compile fixes. Missing header and... |
commit | commitdiff | tree | snapshot |
2001-02-13 |
lordhavoc | report name when Hunk_Alloc fails |
commit | commitdiff | tree | snapshot |
2001-02-12 |
lordhavoc | fix for unitialized variable warnings |
commit | commitdiff | tree | snapshot |
2001-02-09 |
lordhavoc | added back r_speeds2, with masses of information (6... |
commit | commitdiff | tree | snapshot |
2001-02-07 |
lordhavoc | renamed snd_linux.c to snd_oss.c |
commit | commitdiff | tree | snapshot |
2001-02-06 |
lordhavoc | better version reports (always mention build number) |
commit | commitdiff | tree | snapshot |
2001-02-03 |
lordhavoc | increased build number to 79 |
commit | commitdiff | tree | snapshot |
2001-02-03 |
lordhavoc | removed unused cvars |
commit | commitdiff | tree | snapshot |
2001-01-29 |
lordhavoc | got rid of Hunk_Alloc, all allocations now have a prope... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
lordhavoc | every malloc/calloc/free converted to qmalloc/qfree... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
lordhavoc | reduced default -zone from 512k to 128k (quake used... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
lordhavoc | smoke trails no longer rise (but you could hardly tell... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
lordhavoc | smoke trails changed again, smoke texture greatly improved |
commit | commitdiff | tree | snapshot |
2001-01-29 |
lordhavoc | make screenshots rightside up again (or rather, upside... |
commit | commitdiff | tree | snapshot |
2001-01-28 |
lordhavoc | smoke effects changed a bit (and the smoke texture... |
commit | commitdiff | tree | snapshot |
2001-01-28 |
lordhavoc | VID_CheckMultiTexture case was wrong (now VID_CheckMult... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
lordhavoc | updated OBJECTS list and added cleaning of darkplaces... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
lordhavoc | removed unused gldir string |
commit | commitdiff | tree | snapshot |
2001-01-23 |
lordhavoc | disabled unused variable |
commit | commitdiff | tree | snapshot |
2001-01-23 |
lordhavoc | ripped out vertex array function lookup, require OpenGL... |
commit | commitdiff | tree | snapshot |
2001-01-22 |
lordhavoc | clarifications about the format of svc_fog |
commit | commitdiff | tree | snapshot |
2001-01-22 |
lordhavoc | fixed (byte *) - (char *) subtraction |
commit | commitdiff | tree | snapshot |
2001-01-22 |
taniwha | fix a char type problem |
commit | commitdiff | tree | snapshot |
2001-01-12 |
lordhavoc | Fix for image replacement in sprites, now the sprite... |
commit | commitdiff | tree | snapshot |
2001-01-07 |
lordhavoc | workaround/fix for bounds checking warning |
commit | commitdiff | tree | snapshot |
2001-01-07 |
lordhavoc | critical fix for COM_FileBase (could go hunting through... |
commit | commitdiff | tree | snapshot |
2001-01-07 |
lordhavoc | workaround for bounds checking error in loading texture... |
commit | commitdiff | tree | snapshot |
2001-01-07 |
lordhavoc | disabled scrap system (what an eye sore that was..... |
commit | commitdiff | tree | snapshot |
2000-12-20 |
lordhavoc | smoke and blood changes |
commit | commitdiff | tree | snapshot |
2000-12-10 |
dabb | Added palette.c and r_sprites.c. Compiles now. |
commit | commitdiff | tree | snapshot |
2000-12-09 |
lordhavoc | build 78 |
commit | commitdiff | tree | snapshot |
2000-12-09 |
lordhavoc | bmodel rotation physics now work |
commit | commitdiff | tree | snapshot |
2000-11-30 |
taniwha | apply the 0 byte udp packet DoS fix from nuq. |
commit | commitdiff | tree | snapshot |
2000-11-28 |
lordhavoc | made glowing lightning optional |
commit | commitdiff | tree | snapshot |
2000-11-27 |
lordhavoc | spark showers on explosions, better sparks on bullet... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
lordhavoc | removed cruft from debugging |
commit | commitdiff | tree | snapshot |
2000-11-27 |
lordhavoc | put in dprinting of model names as they are loaded |
commit | commitdiff | tree | snapshot |
2000-11-27 |
lordhavoc | removed unused tracercount |
commit | commitdiff | tree | snapshot |
2000-11-27 |
lordhavoc | build 77 |
commit | commitdiff | tree | snapshot |
2000-11-27 |
lordhavoc | rain splatters on the ground and water, and turns to... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
lordhavoc | fractalnoise enhancements, better smoke textures, bette... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
lordhavoc | forgot to extern GL_LoadPicTexture |
commit | commitdiff | tree | snapshot |
2000-11-26 |
lordhavoc | cruft removal, general cleanup, fix for delta compressi... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
lordhavoc | work around gcc lacking support for no-size arrays... |
commit | commitdiff | tree | snapshot |
2000-11-23 |
dabb | Cleaned up a bit.. |
commit | commitdiff | tree | snapshot |
2000-11-23 |
dabb | Fixed some of the mess. Might work now... |
commit | commitdiff | tree | snapshot |
2000-11-23 |
lordhavoc | build 76 |
commit | commitdiff | tree | snapshot |
2000-11-23 |
lordhavoc | minor redesign of console loading/drawing, cruft remova... |
commit | commitdiff | tree | snapshot |
2000-11-23 |
lordhavoc | cruft removal |
commit | commitdiff | tree | snapshot |
2000-11-23 |
lordhavoc | very minor cruft removal |
commit | commitdiff | tree | snapshot |
2000-11-21 |
dabb | Borland C++ makefile for Darkplaces. Does NOT use asm... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
dabb | Borland C++ compile fix - works/compiles now. |
commit | commitdiff | tree | snapshot |
2000-11-21 |
dabb | Borland C++ compile fixes |
commit | commitdiff | tree | snapshot |
2000-11-21 |
lordhavoc | fix for sprite scale bug (it was scaling vup and vright!) |
commit | commitdiff | tree | snapshot |
2000-11-21 |
lordhavoc | merged RSurf_DrawWall/EmitWall/etc back into RSurf_Draw... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
lordhavoc | fixed duplicate application of gamma correction |
commit | commitdiff | tree | snapshot |
2000-11-21 |
lordhavoc | removed cruft |
commit | commitdiff | tree | snapshot |
2000-11-21 |
lordhavoc | removed fullbright torch hack :) |
commit | commitdiff | tree | snapshot |
2000-11-21 |
lordhavoc | skip all of Draw_String when rendering is disabled |
commit | commitdiff | tree | snapshot |
2000-11-21 |
lordhavoc | added support to image loader for loading mask as well... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
lordhavoc | more particle effect changes... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
lordhavoc | fixed spelling error (allready -> already) |
commit | commitdiff | tree | snapshot |
2000-11-18 |
lordhavoc | implemented r_render and r_upload cvar options for... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
lordhavoc | removed unused 'minlight' option from dlight struct... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
lordhavoc | backport of PM_RecursiveHullCheck for speedup |
commit | commitdiff | tree | snapshot |
2000-11-18 |
lordhavoc | removed cruft |
commit | commitdiff | tree | snapshot |
2000-11-18 |
lordhavoc | removed cruft |
commit | commitdiff | tree | snapshot |
next |