Commit Graph
9 Commits
Author SHA1 Message Date
Lucas Girouard-Stranks fe2d2aa9b0 Fix content pipeline dll path 2020-06-28 20:25:14 -04:00
Lucas Girouard-Stranks 7ee7910348 Update all NuGet packages to latest versions 2020-06-28 18:11:35 -04:00
Lucas Girouard-Stranks 2f7694976c Use netcoreapp3.1 for content pipeline project 2020-06-28 17:41:01 -04:00
Lucas Girouard-Stranks 493ef96667 Upgrade to 3.8 2020-06-28 15:06:47 -04:00
Patrick AdessoandGitHub f9afd8e2e0 Additional Shapes - Issue 629 (#647)
* Added PrimitiveBatch.cs

* New shapes from primitivebatch WIP.

* Circles are being drawn.

* Polygon drawing WIP

* Polygons are drawing

* Filled polygon WIP

* The existing implementation can't handle convex polygons well.  Going to wrap up other features and revisit.

* Concave polygons now filling using ear clipping algorithm.

* Ellipse and solid ellipse.

* Added point drawing

* Rectangles now drawing.

* Tweaking demo project

* WIP

* Comment cleanup
2020-02-05 15:48:18 +10:00
JanFokkeandDylan Wilson c360b66535 Re-added collision demo (#642)
Improved collision performance
2019-12-26 22:20:43 +10:00
JanFokkeandDylan Wilson dfa3bce162 TiledMap property multi-line bug fix (#641) 2019-12-24 12:29:21 +10:00
vividosandDylan Wilson e4538dedd1 Gui System fixes (#588)
* added serializer for Size type

* updated type names of Gui classes

* throw more specific FormatException when deserializing json elements fails

* fixed Control deserializer
2019-11-14 10:43:12 +10:00
Dylan Wilson 87901bbcf0 more demo cleanup 2019-10-08 21:43:46 +10:00