22 Commits (b98bb61bd92ff47ce71758c168d5f9ed96cffe41)

Author SHA1 Message Date
Colin McMillen bd8df00305 LinesOfSight: FNA compatibility. 3 years ago
Colin McMillen f6dde30804 FNA compat changes: SpriteBatch.Begin & DrawIndexedPrimitives. 3 years ago
Colin McMillen 90ca6c4b58 LinesOfSight: draw outline separately, with a different color 4 years ago
Colin McMillen 4346f20024 remove World.TileSize constant 4 years ago
Colin McMillen 275e535eac LinesOfSight: draw outlines around the vision cones. 4 years ago
Colin McMillen 06eac128c2 LinesOfSight: make vision cones red 4 years ago
Colin McMillen 9504c2236c LinesOfSight: support multiple NPCs 4 years ago
Colin McMillen 4870964cc5 attach LinesOfSight to the first NPC 4 years ago
Colin McMillen 66ce866b12 move LinesOfSight into World 4 years ago
Colin McMillen 5549f15029 rename numEdgeVertices -> NUM_EDGE_VERTICES 4 years ago
Colin McMillen 2fe8e53e77 Call GC.SuppressFinalize() from Dispose(). 4 years ago
Colin McMillen af9a48bc5d small cleanups suggested by VS 4 years ago
Colin McMillen 026623ac82 Fix memory leaks of graphics resources. 4 years ago
Colin McMillen 786b230a6c LinesOfSight: don't draw yellow lines 4 years ago
Colin McMillen 5d21ff2a0f Debug.DrawLines: use GPU to draw lines. 4 years ago
Colin McMillen 24078d6c62 move FieldOfView into Player 4 years ago
Colin McMillen 66f895fab8 Player: remove GetPose, add VisionRange and VisionRay. 4 years ago
Colin McMillen c94ae6eb25 Player: make Facing an int property. 4 years ago
Colin McMillen 257a74ca58 LinesOfSight: use less-deprecated DrawIndexedPrimitives() call. 4 years ago
Colin McMillen 23278334b0 use DrawIndexedPrimitives; fixes #41 4 years ago
Colin McMillen f01efcde01 Split LinesOfSight into separate Draw() and Update() functions. 4 years ago
Colin McMillen 5b7c0dd888 move LinesOfSight into its own file 4 years ago