Alphabetical Index | Tags by Size | Find tag:

BspLeaf

Related tags: Blockmap, BSP Builder, BspNode, GameMap, HEdge, Line, LineDef, LineEditWidget, LineSegment, LineSightTest, LineWrapping, Map, Plane, Polyobj, SectionEdge, Sector, WallEdge, WallSpec, World

Authorship: 100% danij

View commits by groups

May 2014
2014-05-06 BspNode | World : Base BspLeaf and BspNode on BspElement
2014-05-06 World : Simplified BspLeaf (no need for pimpl here)
2014-05-05 Cleanup | World : Cleanup, updated API docs
2014-05-04 ConvexSubspace | Refactor | World : Moved Polyobj link set from BspLeaf to ConvexSubspace
2014-05-04 Refactor | World : Extracted ConvexSubspace from BspLeaf
April 2014
2014-04-29 Line | Renderer | SectorCluster : SectorCluster is responsible for BiasIllum management
2014-04-28 Renderer | SectorCluster : SectorCluster routes BiasDigests to surfaces
September 2013
2013-09-26 Cleanup | World : Removed BspLeaf::isDegenerate()
2013-09-24 Cleanup | World : Removed all obsolete BspLeaf accessor methods
2013-09-05 Added | Client | World : Added mechanism for linking Lumobjs to BspLeafs
August 2013
2013-08-26 Client | Map Renderer | Refactor : Various map data and renderer cleanup/rename refactorings
2013-08-18 Sector | World : BspLeaf obtains plane references from the attributed sector cluster
2013-08-18 World : Attribute BspLeafs to the Sector::Cluster they are a part of
2013-08-18 World : BspLeaf API now distinguishes between "physical" and "visual" planes
2013-08-18 World : The parent of a BSP leaf is the sector to which it is assigned
2013-08-16 Cleanup | Client | World : Cleanup
2013-08-16 Client | Refactor : Moved BSP leaf audio environment calculations into BspLeaf
2013-08-16 Map Renderer | Refactor : Replaced the fake radio ShadowLink list with a QSet
2013-08-11 Cleanup | ConvexSubspace | Line | World : Cleanup
2013-08-09 BiasSurface | Client | Refactor | Segment : Bias surfaces now provide access to their BiasTrackers
2013-08-09 : Removed obsolete and unused 'allSegments' list from BspLeaf
2013-08-08 : Removed obsolete and unused 'clockwiseSegments' list from BspLeaf
2013-08-08 Client | Map Renderer | Shadow Bias : Apply a BiasDigest to all trackers at a given BSP leaf
2013-08-04 Client | Segment | Shadow Bias : Respect the 'rend-dev-bias-affected' cvar
2013-08-03 Client | Segment | Shadow Bias : Geometry groups; moved geometry-level logic out of BiasTracker
2013-08-02 BiasTracker | Cleanup | Refactor | Segment : Various cleanup refactorings
June 2013
2013-06-13 Cleanup | Map | Particles : Removed some obsolete todo comments
2013-06-13 : Multiple polyobjs can now be linked to a BSP leaf
2013-06-07 Cleanup : Cleanup
2013-06-07 BspNode | Documentation | Segment : Improved apidocs for BspLeaf, BspNode and Segment
2013-06-06 : Encapsulated access to BiasSurface data
2013-06-06 Cleanup : Provide direct access to the assigned Face geometry; cleanup
2013-06-04 : Build the ordered segment list when a Polygon geometry is assigned
May 2013
2013-05-14 Refactor : Separated Face geometry from BspLeaf
April 2013
2013-04-15 Refactor : Applied pimpl idiom to BspLeaf; most instance data now private
March 2013
2013-03-12 Added : Added getter methods for all BspLeaf property values
2013-03-11 Refactor : Moved all BspLeaf_* functions to methods of BspLeaf
April 2012
2012-04-15 : Removed array of fvertex_t allocated for each leaf