Commit Graph
105 Commits
Author SHA1 Message Date
Scott Franks 4909b7a26c Added event driven input library.
Altered sandbox to use the event driven input library.
2015-08-21 22:42:23 -04:00
Dylan Wilson 6c89c4a686 basic texture atlas loading 2015-08-21 23:02:25 +10:00
Dylan Wilson 1a5e6322ca started working on texture atlas importer 2015-08-21 17:59:54 +10:00
Dylan Wilson 053f0fdfd4 finally got around to finishing the tiled importer unit tests 2015-08-21 13:07:03 +10:00
Dylan Wilson bf11140489 Merge pull request #34 from WardBenjamin/patch-1
Fixed typo
2015-08-20 11:28:43 +10:00
Benjamin Ward 01935242e5 Fixed typo 2015-08-19 18:30:25 -04:00
Dylan Wilson a38a24665d get bounding rectangle for sprites 2015-08-19 23:44:06 +10:00
Dylan Wilson 8c793bb2e5 oops I broke some unit tests 2015-08-19 00:35:26 +10:00
Dylan Wilson 6c835806e8 refactored the sprite class to handle texture regions and normalized origins 2015-08-19 00:27:56 +10:00
Dylan Wilson ed9ebec2b6 got the sprite code compiling and i can see the stump 2015-08-18 22:58:37 +10:00
Dylan Wilson fc4447be74 Merge branch 'master' of https://github.com/craftworkgames/MonoGame.Extended.git 2015-08-18 22:47:14 +10:00
Dylan Wilson 57edf12546 adding tileset unit test data 2015-08-18 22:47:06 +10:00
Dylan Wilson 3aeca32351 Merge pull request #33 from WardBenjamin/feature-sprites
Feature sprites
2015-08-18 22:46:32 +10:00
Dylan Wilson f1b6884c6e namespace adjustments 2015-08-18 17:36:32 +10:00
Benjamin Ward 8404577e29 Finish mergE 2015-08-18 05:42:59 +00:00
Benjamin Ward b5d27c7469 Merge branch 'master' of github.com:craftworkgames/MonoGame.Extended into feature-sprites 2015-08-18 05:41:47 +00:00
Benjamin Ward bef3f9985c Why do I have to commit now? 2015-08-18 05:39:57 +00:00
Benjamin Ward cc2f738375 Merge branch 'master' of https://github.com/craftworkgames/Monogame.Extended into feature-sprites
Conflicts:
	Source/Sandbox/Content/Content.mgcb
	Source/Sandbox/SandboxGame.cs
2015-08-17 14:02:09 -04:00
Dylan Wilson e7d3ce0871 added nuspec file to solution items 2015-08-18 00:04:26 +10:00
Dylan Wilson ff1664ee3b improved nuspec and start of samples 2015-08-17 23:48:05 +10:00
Dylan Wilson fb20011b58 image layers done 2015-08-15 23:15:28 +10:00
Dylan Wilson af4acc4206 rough first cut of image layers 2015-08-15 22:40:34 +10:00
Dylan Wilson 8f19e4ac5b Merge pull request #30 from craftworkgames/revert-29-platform-build
Revert "Platform-based build configurations"
2015-08-15 08:44:00 +10:00
Dylan Wilson c46d3fce17 Revert "Platform-based build configurations" 2015-08-15 08:43:31 +10:00
Dylan Wilson be1eef3015 Merge pull request #29 from WardBenjamin/platform-build
Platform-based build configurations
2015-08-15 08:23:38 +10:00
Benjamin Ward 410a058050 Removed extraneous .dll.config files 2015-08-14 11:30:52 -04:00
Benjamin Ward 46c8235547 Added nuget packages, platform-based refs 2015-08-14 11:29:46 -04:00
Benjamin Ward 7b870da013 Create sln and csproj build configurations 2015-08-14 11:03:52 -04:00
Dylan Wilson 61e1acb1cd completed tmx compression and encoding options 2015-08-14 21:52:45 +10:00
Dylan Wilson 6832ec83ad started working on tiled encoding and compression 2015-08-13 23:16:43 +10:00
Dylan Wilson cbadbc5486 fixed background color rendering 2015-08-12 22:51:52 +10:00
Dylan Wilson 0527d54124 removed dependency on tiledsharp and implemented our own xml deserialization 2015-08-12 00:01:59 +10:00
Dylan Wilson 7d5edc9a7a custom properties 2015-08-10 22:50:17 +10:00
Dylan Wilson f317596b0d render order complete 2015-08-07 21:50:21 +10:00
Dylan Wilson 2d478b5313 almost finished render order for tiled maps 2015-08-07 17:43:23 +10:00
Dylan Wilson d491332dd0 preparing to work on tile properties 2015-08-06 22:38:54 +10:00
Dylan Wilson 53e86ec3ed tiled maps background color 2015-08-06 19:02:15 +10:00
Dylan Wilson 8f6bcc5384 Merge pull request #26 from WardBenjamin/pcl-update
Removing MG nuget package, adding updated PCL
2015-08-06 16:26:06 +10:00
Benjamin Ward 1ba60db352 Removing MG nuget package, adding updated PCL 2015-08-06 02:10:20 -04:00
Dylan Wilson 2dc76b5444 made the tiled code more consistent and polished the sandbox a bit 2015-08-04 22:31:04 +10:00
Dylan Wilson 7ec34b129c updated readme 2015-08-03 22:57:23 +10:00
Benjamin Ward f2cb2b8741 Fixing error, working on broken extension 2015-08-02 16:39:48 -04:00
Benjamin Ward 783b1fce6a Added data members to Sprite, re-coded SB Extension 2015-08-02 16:09:22 -04:00
Benjamin Ward 7afb5e4663 Fixing merge conflicts 2015-08-02 15:23:19 -04:00
Benjamin Ward 7250f4f4e5 Merge branch 'master' of https://github.com/craftworkgames/Monogame.Extended into feature-sprites
Conflicts:
	Source/MonoGame.Extended/Graphics/SpriteBatchExtensions.cs
	Source/MonoGame.Extended/MonoGame.Extended.csproj
	Source/Sandbox/Content/Content.mgcb
	Source/Sandbox/SandboxGame.cs
2015-08-02 15:16:32 -04:00
Dylan Wilson c01b03be82 fixed some issues with the broken build 2015-08-02 21:35:27 +10:00
Dylan Wilson f63279c401 Merge pull request #6 from WardBenjamin/file-organization
Moved all viewport adapters to subfolder
2015-08-02 21:29:21 +10:00
Benjamin Ward f42be94a91 Fixed tools versions to compile on Linux, fixing sln file to use correct folder structure 2015-08-01 09:04:46 -04:00
Benjamin Ward 6f7bb894a6 Rename viewport folder 2015-08-01 08:37:24 -04:00
Benjamin Ward 9e62cada90 Merge branch 'file-organization' of github.com:WardBenjamin/MonoGame.Extended into file-organization 2015-08-01 08:36:27 -04:00