18 Commits (main)

Author SHA1 Message Date
Colin McMillen f10e0a689f migrate all tests to xunit 3 years ago
Colin McMillen b15a376244 SharedTests: depend on MonoGame 3.8 3 years ago
Colin McMillen fea3eedb4f Update MSTest versions. 4 years ago
Colin McMillen de01b04873 Player: stop creating a new Point[] via Line.Rasterize every frame. 4 years ago
Colin McMillen 67550a789b move History.ToArray() into test code. 4 years ago
Colin McMillen 4bcb0d9b95 fix SharedTests references to JSON library. 4 years ago
Colin McMillen ab2a57d632 update LangVersion=latest in all projects 4 years ago
Colin McMillen a32ef2a0eb Add unit tests for Geometry.Rotate(Vector2). 4 years ago
Colin McMillen 57b65f559c rename Aabb -> AABB 4 years ago
Colin McMillen 878d434b22 Add code for intersecting axis-aligned bounding boxes with segments & each other 4 years ago
Colin McMillen bba9f643eb Implement Bresenham's algorithm for line rasterization. 4 years ago
Colin McMillen 252fe5b243 remove unused using 4 years ago
Colin McMillen ae8fa0d21d Revert "Add .gitignore and .gitattributes." 4 years ago
Colin McMillen cb1b78b875 Add .gitignore and .gitattributes. 4 years ago
Colin McMillen f6f25144b6 SharedTests: don't depend on specific MonoGame version 4 years ago
Colin McMillen cc37561076 run dos2unix on all source files 4 years ago
Colin McMillen 960521a6e0 History: add ToArray() method to make tests cleaner 4 years ago
Colin McMillen ab692f94a7 Add unit tests for History class. 4 years ago