Commit Graph
90 Commits
Author SHA1 Message Date
Dylan Wilson c444a46eee reverted sprite origin to center. at least for the moment to get tests passing again. 2015-09-13 21:53:04 +10:00
Dylan Wilson 8be2d18f66 renamed and tested fps counter 2015-09-13 21:38:03 +10:00
Dylan Wilson 6c889b6a54 Merge pull request #50 from cra0zy/fpscounter
Updated FPSCounter
2015-09-13 16:19:12 +10:00
cra0zy 89a24d3958 Subtract current time instead of reseting it to 0 2015-09-12 18:00:48 +02:00
cra0zy 9a9765be33 resolve merge conflict 2015-09-12 16:34:49 +02:00
cra0zy ff4f24681a Added Animation class 2015-09-12 16:32:16 +02:00
cra0zy ba84a0d893 Updated FPSCounter 2015-09-12 16:22:02 +02:00
cra0zy 9ac79d4c85 Added FPS Counter 2015-09-11 15:36:15 +02:00
Dylan Wilson 40b16e6da7 prevent a second mouse click event to be fired when a double click event is fired 2015-09-08 22:13:31 +10:00
Dylan Wilson db51028dc9 changed the order of mouse events 2015-09-08 22:09:04 +10:00
Dylan Wilson 65178b95cd fixed the bounding frustum half pixel offset bug 2015-09-08 21:57:30 +10:00
Dylan Wilson d9224ff52a code cleanup and bug fixes for new circle class 2015-09-04 22:06:28 +10:00
Andrew Godfroy 47df607f81 Added Circle 2015-09-04 00:29:54 -04:00
Dylan Wilson 72de850ca6 fixed some bugs when adding input listeners 2015-09-01 22:58:02 +10:00
Dylan Wilson 3dec64799b preserved origins on texture region changes, added some unit tests around sprites and fixed a bug in the origin property 2015-08-28 22:27:28 +10:00
Dylan Wilson 77ff53a58c updated nuspec to fix some issues 2015-08-26 21:57:16 +10:00
Dylan Wilson e6220509ce fixed the icon url and added a readme to the nuget package 2015-08-25 00:05:05 +10:00
Dylan Wilson 19bcaed8e7 updated nuspec ready for 0.2 release 2015-08-24 23:31:52 +10:00
Dylan Wilson 83a0b4f431 removing nullable scroll wheel values as they have no purpose now 2015-08-24 23:22:25 +10:00
Dylan Wilson 0e46dba61d minor changes to mouse wheel event args 2015-08-24 21:29:15 +10:00
Dylan Wilson d038798658 fixed some subtle bugs in the mouse listener 2015-08-24 18:24:06 +10:00
Dylan Wilson 2ec6414012 input listeners pretty much complete 2015-08-24 18:09:06 +10:00
Dylan Wilson d423aac7c8 polishing some details and an experimental addlistener api 2015-08-24 09:18:23 +10:00
Dylan Wilson 7d0ce33b03 improved mouse event listener 2015-08-24 00:12:08 +10:00
Dylan Wilson 991c533353 refactored on input events 2015-08-23 00:05:22 +10:00
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 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 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 c46d3fce17 Revert "Platform-based build configurations" 2015-08-15 08:43:31 +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