Commit Graph

13 Commits

Author SHA1 Message Date
Dylan Wilson bbd03e4d73 fixed some long overdue bugs in the boxing viewport adapter 2019-08-18 18:27:48 +10:00
Dylan Wilson b2b90832a0 exposed layer depth on the shape extensions to implement #623 2019-08-09 21:15:26 +10:00
Jon Seaman 31b77e5689 Improve collision demo (#612)
* Replace square in center of level with stationary ball

* Improve collision demo

- Collisions between balls are smoother.
- Fixed an issue with collision bounds not being set properly. (This is what made the collision appear unsmooth)
2019-07-01 14:52:17 +10:00
Dylan Wilson 321977ff8a very nearly fully working json content reader 2019-06-26 23:01:38 +10:00
Dylan Wilson 438836078d almost worked out the generic json importer 2019-06-25 23:20:58 +10:00
Dylan Wilson 595b9a8bd8 fixed some disposing in the demos 2018-12-28 18:43:59 +10:00
Gyorgy Peto e76440a055 Fix compiler warnings (issue #563) (#569) 2018-11-04 22:22:50 +10:00
Dylan Wilson 640e067d8f a slightly better tiled animation demo 2018-10-29 21:25:58 +10:00
Dylan Wilson 8cdacfb644 Merge branch 'mgjam' into develop 2018-08-13 20:25:55 +10:00
Dylan Wilson 59e28cb2f3 updated nuget packages 2018-08-06 20:26:09 +10:00
Jon Seaman 756a01ebf2 Circle Rectangle penetration vector fix (#533) 2018-08-01 12:08:54 +10:00
stefanrbk 433e458af0 Real Tiled Group Support (#522)
* Change from storing layers by index to Dictionary key

Models are now stored with the `TiledMapLayer` they are part of.

* Allow render calls via TiledMapLayer

* Add TiledMapGroupLayer and model build recursion for groups

* Add rendering support for TiledMapGroupLayer

* Update TiledMapReader to read TiledMapGroupLayers

* Update Features Demo to Include a Map with a Layer Group

* Update TiledMapWriter and TiledMapProcessor to Support Groups

* Update TiledMap to Report Layers Correctly
2018-07-08 21:34:07 +10:00
Dylan Wilson ad9bd17745 renamed the demos and their folders to be more consistent 2018-07-06 20:47:11 +10:00