Alphabetical Index | Tags by Size | Find tag:

Partitioner

Authorship: 100% danij

View commits by groups

May 2013
2013-05-31 BSP Builder : Partially overlapped line segments now split whilst partitioning
2013-05-19 Refactor : Defer map line side left/right -most half-edge searching
2013-05-05 Fixed : Compiler error (global variable shadowing)
2013-05-05 Fixed : Compiler error (global variable shadowing)
April 2013
2013-04-29 Fixed | Refactor : Refactoring oversight in partitionSpace()
2013-04-29 Cleanup : Cleanup
2013-04-29 Refactor : Refactored away and then dumped bsp::LineInfo
2013-04-29 Refactor : Use a QList instead of std::vector for EdgeTipSets
2013-04-29 Refactor : Moved vertex line owner counts to Vertex; dumped VertexInfo
2013-04-29 Refactor : Renamed LineSegmentTip as EdgeTip
2013-04-29 Refactor : Reorganized bsp/partitioner.cpp
2013-04-29 Refactor : Continued remodeling work...
2013-04-28 Refactor : Removed HEdgeIntercept abstraction
2013-04-28 : Documented openSectorAtAngle()
2013-04-28 Fixed : Fixed terminology mix ups (line segment vs half-edge)
2013-04-28 Refactor : More readability improvements
2013-04-28 Refactor : Reimplemented splitLineSegment()
2013-04-28 : Moved HPlane::distanceToVertex to LineSegment (SoC)
2013-04-28 : Various HPlane and LineSegment improvements
2013-04-27 Refactor : Separated the concept of a line segment from half-edge
2013-04-27 Refactor : Separated half-plane concerns to bsp::HPlane
2013-04-26 Refactor : Use a map Line::Side as the partition line
2013-04-25 Refactor : Sort partition intercepts at merge time
2013-04-25 Refactor : Reimplemented near-intercept merging/gap hedge building algorithms
2013-04-25 Refactor : Completed dismantling Intersections
2013-04-25 Refactor : Began dismantling the Intersections abstraction
2013-04-25 Cleanup : Cleanup
2013-04-25 Refactor : Separated partition intercept list from the half-plane
2013-04-25 Cleanup | Refactor : Minor cleanup refactorings
2013-04-13 Added : Added build option DENG_BSP_COLLAPSE_ORPHANED_LEAFS
2013-04-08 Cleanup | Refactor : Further cleanup of Partitioner
2013-04-07 Cleanup | Refactor : Continuing cleanup of Partitioner...