]> icculus.org git repositories - divverent/darkplaces.git/history - gl_draw.c
fixed some majorly messed up fixes to the angle clamping
[divverent/darkplaces.git] / gl_draw.c
2002-02-27 lordhavocrenamed byte to qbyte throughout engine to eliminate...
2002-02-20 molivierModified 3 casts to get rid of a few warnings in MSVC6.
2002-02-15 lordhavocmoved a lot of 2D/screen stuff out of gl_screen.c into...
2002-02-01 molivierRemoved warnings in MSVC6. Updated the DSP file.
2002-01-25 lordhavocadded cl_screen.c/h (eventually most 2D stuff should...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-10-26 lordhavocadded CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu...
2001-05-30 lordhavocrearranged sky rendering code
2001-05-27 lordhavoccleaned up nearly all of the externs in .c files (moved...
2001-05-26 lordhavocsome whitespace changes
2001-04-20 lordhavocadded newmap function to render modules (so explosions...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2001-02-06 lordhavocbetter version reports (always mention build number)
2001-01-29 lordhavocevery malloc/calloc/free converted to qmalloc/qfree...
2001-01-07 lordhavocdisabled scrap system (what an eye sore that was.....
2000-12-09 lordhavocbmodel rotation physics now work
2000-11-26 lordhavocforgot to extern GL_LoadPicTexture
2000-11-26 lordhavoccruft removal, general cleanup, fix for delta compressi...
2000-11-23 lordhavocminor redesign of console loading/drawing, cruft remova...
2000-11-23 lordhavoccruft removal
2000-11-21 lordhavocskip all of Draw_String when rendering is disabled
2000-11-18 lordhavocimplemented r_render and r_upload cvar options for...
2000-11-17 lordhavocobliterated Draw_TransPic and relatives, also fixed...
2000-11-17 lordhavocupdated to version 1.50, build 75.
2000-10-15 lordhavocGigantic commit - dlight system rewritten
2000-09-06 lordhavocVarious graphical tweaks (mainly particle related)...
2000-09-06 lordhavocLinux GLX, a lot of code shrinkage/cleanup, assembly...
2000-08-23 lordhavocToo many fixes to mention. (sys_ticrate now controls...
2000-08-22 lordhavocInitial revision