Commit Graph
115 Commits
Author SHA1 Message Date
Dylan Wilson 4ea3fdae4c started fixing relative path issues with bitmap fonts 2015-09-25 08:20:23 +10:00
Dylan Wilson 03c0e3087a prepared the zombie for the next round of animation code 2015-09-23 22:37:56 +10:00
Dylan Wilson 8abb096884 fixed double click events to fire on mouse down rather than mouse up 2015-09-23 21:47:01 +10:00
Dylan Wilson 5a14c8acbe finished the timers and shared some common code between them 2015-09-22 21:36:47 +10:00
Dylan Wilson a374c8e33f testing the timers 2015-09-22 18:06:34 +10:00
cra0zy d6c3932b1a Renamed TmxTileSet.cs > TmxTileset.cs 2015-09-21 16:55:43 +02:00
Dylan Wilson e961b58eff implemented zoom clamping 2015-09-21 08:53:35 +10:00
Dylan Wilson d2ea394646 fixed up a filename issue causing issues on linux 2015-09-20 22:02:10 +10:00
cra0zy 1e43a37234 Fixed MonoGame.Extended.Conten.Pipeline compilation on Linux 2015-09-19 15:25:05 +02:00
Dylan Wilson 42ef290649 some refactoring and fixing the broken build 2015-09-19 10:51:35 +10:00
Dylan Wilson 86bbf308af Merge pull request #58 from killerrin/master
Timers
2015-09-19 08:28:26 +10:00
Andrew Godfroy 5da0025816 Added Timers 2015-09-18 15:32:48 -04:00
Dylan Wilson 2df52c5273 messing with zombies 2015-09-18 22:08:44 +10:00
Dylan Wilson 4196d8eb96 code cleanup 2015-09-18 17:38:28 +10:00
Dylan Wilson 3a0824a96b cleaned up sandbox and tested sprite animators 2015-09-18 09:05:48 +10:00
Dylan Wilson e6c8a7b312 a few minor tweaks to the sprite animator 2015-09-16 23:45:35 +10:00
cra0zy b3954abad6 Resolve merge conflicts 2015-09-16 15:20:29 +02:00
cra0zy 18fd2cba39 Move create method to the bottom 2015-09-16 15:18:09 +02:00
Dylan Wilsonandcra0zy bd6617aed6 added a texture atlas create from code method 2015-09-16 15:17:46 +02:00
cra0zy 2dc9e63fdd SpriteAnimator 2015-09-16 15:14:11 +02:00
Dylan Wilson 52f42882df added a texture atlas create from code method 2015-09-16 22:12:18 +10:00
Dylan Wilson a685d654fe improved and unit tested texture atlases 2015-09-16 20:35:11 +10:00
Dylan Wilson de80426f8c Merge pull request #51 from cra0zy/moreanimstuff
Updated Animation stuff
2015-09-15 22:43:38 +10:00
Dylan Wilson 75e5f4a009 removed the json.net dependency by refactoring bitmap font loading out of the core library 2015-09-15 22:21:03 +10:00
cra0zy e47feadfb6 Updated Animation stuff 2015-09-15 13:08:59 +02:00
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