Alphabetical Index | Tags by Size | Find tag:

BspLeaf (Grouped)

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 date

Jump down to:
  World (14)
  Refactor (10)
  Cleanup (9)
  Client (8)
  Segment (5)
  Map Renderer (3)
  Shadow Bias (3)
  Added (2)
  BspNode (2)
  ConvexSubspace (2)
  Line (2)
  Renderer (2)
  SectorCluster (2)
  BiasSurface (1)
  BiasTracker (1)
  Documentation (1)
  Map (1)
  Particles (1)
  Sector (1)
August 2013
2013-08-09 : Removed obsolete and unused 'allSegments' list from BspLeaf
2013-08-08 : Removed obsolete and unused 'clockwiseSegments' list from BspLeaf
June 2013
2013-06-13 : Multiple polyobjs can now be linked to a BSP leaf
2013-06-06 : Encapsulated access to BiasSurface data
2013-06-04 : Build the ordered segment list when a Polygon geometry is assigned
April 2012
2012-04-15 : Removed array of fvertex_t allocated for each leaf

  World (14) — BspLeaf

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
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-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-11 Cleanup | ConvexSubspace | Line | World : Cleanup

↑ Back to top

  Refactor (10) — BspLeaf

May 2014
2014-05-04 ConvexSubspace | Refactor | World : Moved Polyobj link set from BspLeaf to ConvexSubspace
2014-05-04 Refactor | World : Extracted ConvexSubspace from BspLeaf
August 2013
2013-08-26 Client | Map Renderer | Refactor : Various map data and renderer cleanup/rename refactorings
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-09 BiasSurface | Client | Refactor | Segment : Bias surfaces now provide access to their BiasTrackers
2013-08-02 BiasTracker | Cleanup | Refactor | Segment : Various cleanup refactorings
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-11 Refactor : Moved all BspLeaf_* functions to methods of BspLeaf

↑ Back to top

  Cleanup (9) — BspLeaf

May 2014
2014-05-05 Cleanup | World : Cleanup, updated API docs
September 2013
2013-09-26 Cleanup | World : Removed BspLeaf::isDegenerate()
2013-09-24 Cleanup | World : Removed all obsolete BspLeaf accessor methods
August 2013
2013-08-16 Cleanup | Client | World : Cleanup
2013-08-11 Cleanup | ConvexSubspace | Line | World : Cleanup
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-07 Cleanup : Cleanup
2013-06-06 Cleanup : Provide direct access to the assigned Face geometry; cleanup

↑ Back to top

  Client (8) — BspLeaf

September 2013
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-16 Cleanup | Client | World : Cleanup
2013-08-16 Client | Refactor : Moved BSP leaf audio environment calculations into BspLeaf
2013-08-09 BiasSurface | Client | Refactor | Segment : Bias surfaces now provide access to their BiasTrackers
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

↑ Back to top

  Segment (5) — BspLeaf

August 2013
2013-08-09 BiasSurface | Client | Refactor | Segment : Bias surfaces now provide access to their BiasTrackers
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-07 BspNode | Documentation | Segment : Improved apidocs for BspLeaf, BspNode and Segment

↑ Back to top

  Map Renderer (3) — BspLeaf

August 2013
2013-08-26 Client | Map Renderer | Refactor : Various map data and renderer cleanup/rename refactorings
2013-08-16 Map Renderer | Refactor : Replaced the fake radio ShadowLink list with a QSet
2013-08-08 Client | Map Renderer | Shadow Bias : Apply a BiasDigest to all trackers at a given BSP leaf

↑ Back to top

  Shadow Bias (3) — BspLeaf

August 2013
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

↑ Back to top

  Added (2) — BspLeaf

September 2013
2013-09-05 Added | Client | World : Added mechanism for linking Lumobjs to BspLeafs
March 2013
2013-03-12 Added : Added getter methods for all BspLeaf property values

↑ Back to top

  BspNode (2) — BspLeaf

May 2014
2014-05-06 BspNode | World : Base BspLeaf and BspNode on BspElement
June 2013
2013-06-07 BspNode | Documentation | Segment : Improved apidocs for BspLeaf, BspNode and Segment

↑ Back to top

  ConvexSubspace (2) — BspLeaf

May 2014
2014-05-04 ConvexSubspace | Refactor | World : Moved Polyobj link set from BspLeaf to ConvexSubspace
August 2013
2013-08-11 Cleanup | ConvexSubspace | Line | World : Cleanup

↑ Back to top

  Line (2) — BspLeaf

April 2014
2014-04-29 Line | Renderer | SectorCluster : SectorCluster is responsible for BiasIllum management
August 2013
2013-08-11 Cleanup | ConvexSubspace | Line | World : Cleanup

↑ Back to top

  Renderer (2) — 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

↑ Back to top

  SectorCluster (2) — 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

↑ Back to top

  BiasSurface (1) — BspLeaf

August 2013
2013-08-09 BiasSurface | Client | Refactor | Segment : Bias surfaces now provide access to their BiasTrackers

↑ Back to top

  BiasTracker (1) — BspLeaf

August 2013
2013-08-02 BiasTracker | Cleanup | Refactor | Segment : Various cleanup refactorings

↑ Back to top

  Documentation (1) — BspLeaf

June 2013
2013-06-07 BspNode | Documentation | Segment : Improved apidocs for BspLeaf, BspNode and Segment

↑ Back to top

  Map (1) — BspLeaf

June 2013
2013-06-13 Cleanup | Map | Particles : Removed some obsolete todo comments

↑ Back to top

  Particles (1) — BspLeaf

June 2013
2013-06-13 Cleanup | Map | Particles : Removed some obsolete todo comments

↑ Back to top

  Sector (1) — BspLeaf

August 2013
2013-08-18 Sector | World : BspLeaf obtains plane references from the attributed sector cluster

↑ Back to top