Alphabetical Index | Tags by Size | Find tag:

Line

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

Authorship: 92% danij, 8% skyjake

View commits by groups

July 2016
2016-07-13 Polyobj | Vertex | World : Handle Line geometry updates internally
June 2015
2015-06-01 Cleanup | Plane | Refactor | Renderer : Moved FakeRadio shadow caster checking into Line/Plane, cleanup
April 2014
2014-04-29 BspLeaf | Renderer | SectorCluster : SectorCluster is responsible for BiasIllum management
December 2013
2013-12-11 Map : Respect logical constness when manipulating Line::Side's shadow count
September 2013
2013-09-16 Sector | World : Relocated missing material fixing to Line::Side
August 2013
2013-08-24 Added | MapElement | Plane | World : Added const overloads for various methods of MapElement derived types
2013-08-23 Added | Cleanup | World : Added LineSide and LineSideSegment typedefs
2013-08-13 DMU API | Fixed | World : Allow changing sector refs for the sides of dummy lines via DMU
2013-08-12 World : Line::Side has ownership Segments; basic API for management
2013-08-11 BspLeaf | Cleanup | ConvexSubspace | World : Cleanup
2013-08-10 Map | Refactor | World : Link map lines directly to half-edges (bypass Segment)
2013-08-08 Fixed | World : Build error (unknown DMT_* names post cleanup)
2013-08-06 Cleanup | Map | World : Cleanup
June 2013
2013-06-13 Fixed : Changes to line flags via DMU not respected
2013-06-01 Fixed : Oversight in Line::considerOneSided()
May 2013
2013-05-26 Refactor : Encapsulated access to map Line::Side sections.
2013-05-05 Fixed : Avoid conversion to integer
2013-05-05 Fixed : Avoid conversion to integer
April 2013
2013-04-29 Refactor : Replaced the now singular "internal" map Line flag with a bool
2013-04-16 Cleanup : Cleanup
2013-04-16 : Side relative accessors; made private more instance data
2013-04-14 Cleanup : Cleanup
2013-04-14 Refactor : Various Line API improvements
2013-04-14 Refactor : Renamed various methods of Line according to recent changes