]> icculus.org git repositories - divverent/darkplaces.git/history - portals.c
Fix uninitialized msg.allowoverflow in SV_SendClientDatagram
[divverent/darkplaces.git] / portals.c
2007-03-01 havocfix bug where only the first portal to see a surface...
2007-03-01 havocimplemented r_shadow_culltriangles cvar (on by default...
2007-02-28 havoceliminated RENDER_NOCULLFACE (now uses MATERIALFLAG_NOC...
2007-02-09 havocreenabled exact portal culling of surface triangles...
2007-01-24 havocdisabled use of Portal_PortalThroughPortalPlanes on...
2006-03-29 havoceliminated model->meshlist, replaced with an embedded...
2006-02-23 havocchanged Polygon[DF]_Divide functions to also be able...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-23 havocgot rid of Mod_CheckLoaded, changed how model system...
2005-06-09 havocremove two unused variables
2005-06-09 havocreplaced uses of VectorNormalizeFast with VectorNormali...
2005-05-14 havocfix portal lighting in a single cluster map (box map)
2005-05-11 havocthe merging of alias and bsp model rendering begins...
2005-05-07 havocfix a crash in portal clipping code (forgot to include...
2005-05-07 havocportal code now uses Polygon_DivideF instead of its...
2005-04-24 havocremoved an unused function I thought I removed in the...
2005-04-24 havocslight cleanup of surface clipping code (got rid of...
2005-04-20 havocreimplemented rtlight portal culling (used for compiled...
2005-04-20 havocenabled portals on q3bsp for a small (occasionally...
2005-04-04 havocoptimized surface rendering to surface->groupmesh-...
2005-03-28 havocchanged surface->mesh to surface->groupmesh and added...
2005-03-08 havocremoved/changed a few mod_brushq1 checks
2005-03-07 havocmerged q3msurface_t into msurface_t
2005-03-06 havoca major rename - instead of q1bsp code having surf...
2005-03-06 havoceliminated surf->poly_* fields and cleaned up Mod_LoadF...
2005-03-06 havocmoved brushq1 nodes/leafs/leaffaces/planes/portals...
2005-03-06 havocrenamed q1bsp marksurfaces to leaffaces for consistency...
2005-03-06 havocgot rid of node->contents, leaf->contents kept (only...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-22 havocfixed GL_Scissor call in rtlight code (apparently I...
2003-09-22 havochuge (16%) speed gain on surface rendering by eliminati...
2003-09-20 havocfinally managed to fix the r_shadow_portallight bug...
2003-09-19 havocmigrated light bounding box generation from r_shadow...
2003-08-14 havocq3bsp is still not working yet, but getting closer
2003-07-17 havocmoved all type-specific model fields to respective...
2003-07-02 havocchanged brush model API - now uses function pointers...
2003-03-15 havocvarray_* rewritten to remove padding (varray_vertex3f...
2003-02-28 havoclights now have an orientation (this isn't editable...
2003-02-20 havocoptional portal based determination of lit surfaces...
2002-09-05 havocyou can now (try to) play in maps you don't have, and...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-10-29 lordhavocremoved unused portalstack array
2001-10-29 lordhavocrearranged some variable declarations (no code changes)
2001-10-26 lordhavocadded CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu...