Commit Graph
91 Commits
Author SHA1 Message Date
Dylan Wilson 7635d391f4 replaced GetBoundingRectangle methods with properties 2016-10-13 20:28:17 +10:00
Dylan Wilson 1628fddf31 fixed some broken unit tests 2016-09-02 20:47:04 +10:00
Aurioch c5d4e61376 Added test which check if RectangleF can be constructed with Point instead of SizeF 2016-08-26 03:15:01 +02:00
Aurioch 3447f03ff4 Added another test to RectangleF 2016-08-26 03:01:45 +02:00
Aurioch fb6dcd27c8 Monogame.Extended.SizeF class: Added implicit operator which casts Vector2 to SizeF 2016-08-26 01:45:33 +02:00
Lucas Girouard-Stranks 9de8e6e797 Graphics branch; sprites. 2016-08-23 19:21:39 -07:00
Dylan Wilson bce739da12 fixed a failing unit test 2016-08-23 11:39:07 +10:00
Lucas Girouard-Stranks 41988ea058 EqualsWithTolerence 2016-08-21 16:53:25 -07:00
Lucas Girouard-Stranks 37e377b281 Merge branch 'develop' of https://github.com/craftworkgames/MonoGame.Extended into transform
# Conflicts:
#	Source/Demos/Demo.Platformer/Game1.cs
#	Source/MonoGame.Extended.Tests/Particles/EmitterTests.cs
2016-08-21 09:27:25 -07:00
Dylan Wilson 6fa8e3153a fixing the broken build 2016-08-21 21:36:07 +10:00
Lucas Girouard-Stranks b1d3ea3a64 Fix tests which use Vector2 extensions 2016-08-19 23:57:37 -07:00
Lucas Girouard-Stranks 8b29d63e58 Comment out build errors 2016-08-19 23:54:06 -07:00
Dylan Wilson 539d7db2e6 i think i fixed most of the camera issues with the new tiled map renderer 2016-08-04 21:52:26 +10:00
Dylan Wilson a07e4880f0 another intense refactor of the gui deserializer 2016-07-15 23:03:55 +10:00
Dylan Wilson 972e2316da refactored gui layout loading 2016-07-15 18:23:48 +10:00
Dylan Wilson 804a860a84 removed broken test 2016-07-10 22:19:37 +10:00
Dylan Wilson dcdfdde84d loading a texture atlas from kenney xml format 2016-07-10 22:17:52 +10:00
Dylan Wilson 9cd3275029 well it's a start at least 2016-07-06 21:51:36 +10:00
Dylan Wilson d775a45cfd gui style tests 2016-07-06 21:28:37 +10:00
Dylan Wilson c0d8e59f52 operator overloads for sizef 2016-06-22 21:20:58 +10:00
Dylan Wilson 693e3ada97 implicit casting to and from sizef 2016-06-22 21:06:13 +10:00
Dylan Wilson 19376e4986 reverted update to nunit nuget package 2016-06-19 12:32:21 +10:00
Dylan Wilson 145e5eedc4 updated and consolodated nuget pacakges 2016-06-19 12:28:38 +10:00
Dylan WilsonandGitHub 04b3ae784d Revert "Collision Detection: Brute-force Broadphase & SAT Narrowphase" 2016-06-19 12:17:57 +10:00
Dylan WilsonandGitHub 5e6b1defc7 Merge pull request #205 from LithiumToast/collision-detection
Collision Detection: Brute-force Broadphase & SAT Narrowphase
2016-06-17 20:39:35 +10:00
Dylan Wilson 3320131c27 fixed a bug with rectangleF instersects method 2016-06-14 21:17:58 +10:00
Lucas Girouard-Stranks 9dc35c6fad PrimitiveBatch rectangle 2016-06-06 11:05:15 -07:00
Lucas Girouard-Stranks a1185129ae boiler plate 2016-05-29 18:31:40 -07:00
Lucas Girouard-Stranks e16eb15e8b Merge branch 'develop' into primitivebatch
# Conflicts:
#	Source/MonoGame.Extended.Tests/MonoGame.Extended.Tests.csproj
#	Source/MonoGame.Extended.sln
#	Source/MonoGame.Extended/MonoGame.Extended.csproj
2016-05-20 06:37:02 -07:00
Lucas Girouard-Stranks c03cfd240d Add LineStrip object 2016-05-14 10:22:13 -07:00
Lucas Girouard-Stranks 6a8681ad85 Custom Example Shaders 2016-05-10 12:11:26 -07:00
ExCellRaD 0cd67d3dbc pull from develop 2016-05-06 17:30:45 +02:00
ExCellRaD 15fe3bc6b4 port to nunit 2016-05-05 15:16:41 +02:00
ExCellRaD 454704471e floatifiy 2016-05-04 13:13:04 +02:00
ExCellRaD 0771868bde angle + tests 2016-05-03 22:49:05 +02:00
Dylan Wilson 30c1a6f2a0 merged the new range class 2016-05-02 20:03:05 +10:00
JasperDeSutter 19c294eed8 more tests 2016-04-27 14:27:19 +02:00
JasperDeSutter 92e3e91518 tests 2016-04-27 14:17:24 +02:00
Lucas Girouard-Stranks 2f91897025 Material 2016-04-21 23:30:17 -07:00
Lucas Girouard-Stranks 46d4b7f196 BitVector32 2016-04-17 22:33:57 -07:00
Lucas Girouard-Stranks 3d5828a2eb drop IDrawContext 2016-04-17 15:03:03 -07:00
Lucas Girouard-Stranks 627257aa50 drop DrawContext sort mode 2016-04-17 14:36:39 -07:00
Lucas Girouard-Stranks 2649257839 clean up 2016-04-15 23:32:36 -07:00
Lucas Girouard-Stranks 9e9aaf0bd0 fixed user primitives batcher test 2016-04-09 12:38:40 -07:00
Lucas Girouard-Stranks 3028ec8971 forgot to add immediate batch queuer test to project 2016-04-09 01:30:29 -07:00
Lucas Girouard-Stranks ede988abe1 immediate batch queuer tests 2016-04-06 09:31:54 -07:00
Lucas Girouard-Stranks 96acfa3c44 EffectDrawContext unit test 2016-04-02 13:23:28 -07:00
Lucas Girouard-Stranks df064c9152 finish PrimitiveBatch class 2016-04-02 13:07:39 -07:00
Lucas Girouard-Stranks c74cd8a69b batcher 2016-04-02 11:48:49 -07:00
Lucas Girouard-Stranks ec42d15628 cleanup API 2016-03-25 15:15:31 -07:00