]> icculus.org git repositories - divverent/darkplaces.git/history - gl_rsurf.c
optimized AngleVectors calls (pass NULL for vectors that should not be generated)
[divverent/darkplaces.git] / gl_rsurf.c
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2001-03-04 lordhavocnow supports upto 256x256 texel lightmaps (rather than...
2001-03-02 lordhavocCoordinates are now floats in network protocol (bloats...
2001-02-23 lordhavocimproved TraceLine in chase.c to be more generally...
2001-02-09 lordhavocadded back r_speeds2, with masses of information (6...
2001-02-06 lordhavocbetter version reports (always mention build number)
2001-01-29 lordhavocgot rid of Hunk_Alloc, all allocations now have a prope...
2001-01-29 lordhavocevery malloc/calloc/free converted to qmalloc/qfree...
2000-12-09 lordhavocbmodel rotation physics now work
2000-11-21 lordhavocmerged RSurf_DrawWall/EmitWall/etc back into RSurf_Draw...
2000-11-18 lordhavocimplemented r_render and r_upload cvar options for...
2000-11-17 lordhavoccombined glClear calls, may be a speedup
2000-11-17 lordhavocspeedups to R_WorldNode, and some shrinkage on the...
2000-11-17 lordhavocupdated to version 1.50, build 75.
2000-10-31 lordhavoclighthalf related transpoly cleanup
2000-10-17 lordhavocincreased build number, changed default lightmap format...
2000-10-17 taniwhaalmost compiles on linux again. also bring in the lates...
2000-10-16 lordhavocfixed all known vertex lighting mode problems (except...
2000-10-16 lordhavocyet another rewrite of the dlight engine, this time...
2000-10-15 lordhavocGigantic commit - dlight system rewritten
2000-09-22 lordhavoclighting improvement in rgba mode, may crash some windo...
2000-09-14 lordhavocImplemented r_ambient (mainly for sake of Nehahra's...
2000-09-11 lordhavocclean up, r_farclip cvar, lit particles (optional)...
2000-09-06 lordhavocVarious graphical tweaks (mainly particle related)...
2000-09-06 lordhavocLinux GLX, a lot of code shrinkage/cleanup, assembly...
2000-08-31 lordhavocmisc. cleanup, bubble trails fixed, improved lightmap...
2000-08-24 dabbBorland C++ compile fixes.
2000-08-22 lordhavocInitial revision