Commit Graph
131 Commits
Author SHA1 Message Date
Dylan Wilson 1c8aab7aab reorganized the content folder and fixed some bugs in the content readers 2015-10-14 20:56:32 +10:00
Dylan Wilson 4d9689caaa experimenting with collisions in the sandbox 2015-10-14 09:03:46 +10:00
Dylan Wilson 8bd4146430 really basic and not entirely working grid collisions 2015-10-12 22:33:38 +10:00
Dylan Wilson afba8cf4f5 Merge branch 'master' of https://github.com/craftworkgames/MonoGame.Extended.git 2015-10-12 17:53:20 +10:00
Dylan Wilson 8bf29800b5 experimenting with collision grids 2015-10-12 17:49:55 +10:00
Dylan Wilson 51864d5acc added interfaces for a cleaner design and more flexibility 2015-10-09 21:24:38 +10:00
Dylan Wilson 8e69cf259b removed a duplicate class and created update and draw interfaces 2015-10-08 17:45:06 +10:00
Dylan Wilson 7d94b61ecc camera follow zombie 2015-10-07 23:07:54 +10:00
Dylan Wilson bc8ef34a74 working animated zombie 2015-10-06 22:14:47 +10:00
Ravenheart ac8d3c2e2e Tilset importer fix for external .tsx tilesets 2015-10-05 22:35:42 +03:00
Dylan Wilson 49e64c9d98 working on a more sofisticated sprite sheet animator 2015-10-05 22:27:52 +10:00
Dylan Wilson b63e3a1d01 started work on a new kind of sprite sheet animator 2015-10-01 08:49:17 +10:00
Dylan Wilson 2003d3289f fixed the broken build 2015-09-26 22:08:16 +10:00
Darren Reid 197db4e529 Fix formatting 2015-09-26 18:20:56 +10:00
Darren Reid 2c844cc2b9 Fix rendering to match what is seen in Tiled 2015-09-26 18:15:55 +10:00
Darren Reid 356ed25ec6 First isometric render pass 2015-09-26 17:20:08 +10:00
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