]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2002-10-17 havocMSVC has a pathetic stack size.
2002-10-16 havocoops, removed the wrong one
2002-10-16 havocremove unused variables
2002-10-16 havocfixed some dynamic lighting bugs related to glowing...
2002-10-16 molivierAdded back "turn left" and "turn right" to the Transfus...
2002-10-15 havocmade the QueueWantsMore message a Con_DPrintf
2002-10-14 havoccruft
2002-10-14 havocfix jitter in interpolation of monster movement
2002-10-14 havocR_LoadTexture functions take a palette pointer now
2002-10-13 havocadded TEXF_CLAMP flag for textures
2002-10-11 molivierAdded Frag'M to the Transfusion map list
2002-10-09 havocfixed glowing entities disappearing randomly (by testin...
2002-10-07 havocElric rewrote the makefile, it is quite self explanator...
2002-10-06 havocnow checks for both TexImage3D built into the OpenGL...
2002-10-06 havocmake r_shadows 3 mode mostly match lighting conditions...
2002-10-06 havocfix restart command
2002-10-06 havocclean up map changes a little more
2002-10-06 havocfix fragment texture image creation so it has depth 1
2002-10-06 havocGL_DrawRangeElements now reports if it got a bogus...
2002-10-06 havocR_ShadowMesh_Finish now discards empty meshs
2002-10-06 havocdetect 3D textures as GL_EXT_texture3D again
2002-10-06 havocuse qbyte * math instead of void * math to keep MSVC...
2002-10-06 havoc3D attenuation texture works now
2002-10-05 havocbackend now supports 1D, 2D, 3D, and Cubemap texture...
2002-10-05 havoctexcoord arrays are now 3 component (padded to 4 floats)
2002-10-04 havocnow uploads a 3D attenuation texture (not used yet)
2002-10-04 havocforgot to add prototypes for new texture functions...
2002-10-04 havoc1D, 3D, and cubemap textures are now supported (in...
2002-10-04 havocshadow volume rendering still very incomplete, but...
2002-10-04 molivierAdded a couple more "const". Fixed "+map" in the comman...
2002-10-03 havocmassive coding has been done on shadow volumes (some...
2002-10-03 molivierFrom LordHavoc: the r_quickmodels cvar wasn't used...
2002-10-03 molivierRemoved an unused variable in gl_draw.c (Forest, could...
2002-10-02 molivierFixed dedicated server (the server was never really...
2002-10-02 molivierMade a few changes to makefile so we can switch compile...
2002-10-02 molivierTried to be a little smarter with the heartbeats, using...
2002-09-30 havocoptimized trianglefacing calculation, per Vic's recomme...
2002-09-30 havocbmodel shadow volumes
2002-09-30 havocsmoke from bullet impacts and rocket trails now grows...
2002-09-30 havocgl backend now has functions for color array and flat...
2002-09-30 havocfix changelevel, and simplify restart code
2002-09-30 havocfix view blends
2002-09-30 havocnewline to keep gcc3 happy
2002-09-30 havocforgot to commit this
2002-09-30 havocnew experimental shadow volumes, try r_shadows 2 to...
2002-09-30 havocadded radius and radius2 (squared radius) fields to...
2002-09-30 havocent field added back to dlight structures
2002-09-30 havocnow uses more smoke particles for gunshots, looks better
2002-09-30 havocadded -gl_driver commandline option, and cleaned up...
2002-09-29 havocfix DrawQ_Fill rendering (Pic with no string)
2002-09-28 havocfixed vid_restart
2002-09-28 havocneeded one more prototype
2002-09-28 havoctrying to fix many forward references in input code
2002-09-28 havocmajor speedup to alias model fake shadow rendering
2002-09-28 havocdisabled smoke from explosions, it was a minor effect...
2002-09-28 havocfix restart command (can't do the "connect local" for...
2002-09-28 havocmap and load commands are now delayed until the video...
2002-09-28 havoc2D is now drawn using R_Mesh system
2002-09-28 havocfixed glOrtho call
2002-09-28 havocadded sparks and smoke to explosions
2002-09-27 havocCL_TraceLine can now return what entity was hit (this...
2002-09-27 havocstencil is now supported (optional, off by default...
2002-09-27 havocalias mdl/md2 models now have a mdlmd2data_triangleneig...
2002-09-27 havocadded Mod_FindTriangleWithEdge and Mod_BuildTriangleNei...
2002-09-27 havocadded newline to end of Draw_CachePic error message
2002-09-26 molivierUpdated Transfusion map list
2002-09-26 molivierThe call to alloca has been removed. This function...
2002-09-26 havocincreased maximum stack depth
2002-09-26 havoclimit entity movement lerp to 10th of a second
2002-09-26 havocfix for repeated mode switchs losing keyboard/mouse...
2002-09-26 havocthis commit adds video mode switching, and preferred...
2002-09-25 havocadded -gl_driver commandline option, it's useless thoug...
2002-09-24 havocfix warnings
2002-09-24 havocfix some prototype warnings
2002-09-24 havocupdate file list
2002-09-24 havocfix a warning on argv
2002-09-24 havocremove an unused extension function list
2002-09-24 havocThanks to Elric for adding dpmaster support!
2002-09-24 havocwhitespace changes by Elric
2002-09-24 havocstatic crosshair is now drawn during sbar stage (where...
2002-09-24 havocnow pretends gfx.wad pics are in the gfx/ directory...
2002-09-24 havocfixed.
2002-09-23 havocdefault to 640x480x16 again, just for consistency with...
2002-09-23 havocwglGetExtensionsString is properly detected now (was...
2002-09-23 havocVID_CompareMode removed
2002-09-23 havocalmost completely rewrote vid_wgl's mode code, there...
2002-09-23 havocnow uses VID_Shutdown instead of VID_SetDefaultMode...
2002-09-23 havocno need to include winquake.h
2002-09-23 eviltypeguyMake formatting sane
2002-09-22 havocfixed crash on startup and shutdown
2002-09-22 havocVID_Init now takes an int bpp parameter
2002-09-22 havocconst.
2002-09-22 havocMem_Free on a const pointer apparently irritates MSVC...
2002-09-21 havocDOS line endings
2002-09-20 havocfix for glowing invisible models showing up (artifact...
2002-09-19 havocfix for beams coming from invisible objects
2002-09-19 havocshuffled cl_light and some of cl_tent into cl_main...
2002-09-18 havocdisable profiling by default
2002-09-18 havocmove CL_RelinkBeams after CL_RelinkNetworkEntities...
2002-09-18 havocmake lightning come from player's gun
next