photonstorm
|
9c1fdb371c
|
Nearly finished Tilemap integration into the core.
|
2013-10-16 06:33:39 +01:00 |
|
photonstorm
|
31018b9295
|
Star Struck game back and working again, plus finished the level design.
|
2013-10-16 03:37:15 +01:00 |
|
photonstorm
|
a97f271de7
|
Fixed Animation index 0 issue and hooked TilemapLayer to camera.
|
2013-10-16 02:09:12 +01:00 |
|
photonstorm
|
fd5eeb9088
|
Fixed Rectangle intersection issue and tilemap collision is working again. Win!
|
2013-10-15 15:24:07 +01:00 |
|
photonstorm
|
f3ea68aad3
|
Extracting the correct area from a layer, debug displaying it and preparing for collision.
|
2013-10-15 05:41:42 +01:00 |
|
photonstorm
|
dd695e066f
|
More tilemap tweaks.
|
2013-10-14 19:37:52 +01:00 |
|
photonstorm
|
e98aa205ea
|
Sprite.destroy is back in business.
|
2013-10-13 01:29:57 +01:00 |
|
photonstorm
|
574f4f351b
|
Github Issue #101 fixed. Plus more Tilemap updates.
|
2013-10-11 20:02:12 +01:00 |
|
photonstorm
|
0201baef11
|
And Tilemaps are rendering again - and much better than ever before :) Just one final optimisation pass to do and then it's on to collision.
|
2013-10-11 18:18:27 +01:00 |
|
photonstorm
|
cf414394c3
|
Tileset working, map coming next.
|
2013-10-11 06:30:28 +01:00 |
|
photonstorm
|
b868c2cb1b
|
Started revamp of the Tilemap system. Also removed old 'Advanced Physics' and dropped in p2.js which is what I hope we'll eventually use.
|
2013-10-11 04:42:11 +01:00 |
|
Richard Davey
|
ca113b85aa
|
More docs coming on.
|
2013-10-01 16:39:39 +01:00 |
|
Richard Davey
|
305b12d76b
|
Adding docs.
|
2013-10-01 15:01:46 +01:00 |
|
Richard Davey
|
891369b197
|
Preparing for 1.0.6 release, but moving physics changes to dev.
|
2013-09-24 15:28:29 +01:00 |
|
Richard Davey
|
f069107e55
|
1.0.1 release - fixes issues in tile map collision, additional Animation stop checks and updated package license.
|
2013-09-15 03:58:38 +01:00 |
|
Richard Davey
|
9f687b4f8a
|
Adding Type support for collision checks.
|
2013-09-12 21:54:41 +01:00 |
|
Richard Davey
|
79dc3566f4
|
Fixed some issues in Tilemap collision, updated the Emitter so x/y controls the point of emission (to stop collision getting out of whack) and fixed the postUpdate in body.
|
2013-09-12 20:59:56 +01:00 |
|
Richard Davey
|
92e86494e3
|
Tilemap Collision in and working :) Needs testing against Groups now.
|
2013-09-12 15:39:52 +01:00 |
|
Richard Davey
|
dbaf7269e9
|
Promoted the Tilemap to a DisplayObject and vastly simplified the load process.
|
2013-09-12 04:24:01 +01:00 |
|
Richard Davey
|
3d22d0e169
|
Fixed a bug in the tilemap rendering so the tile offsets were wrong. Now renders perfectly :) Also fixed issue that would cause the World to resize smaller than the game size (not allowed for rendering reasons).
|
2013-09-12 02:18:23 +01:00 |
|
Richard Davey
|
89b00db103
|
Tilemap Rendering is working :)
|
2013-09-12 00:55:27 +01:00 |
|
Richard Davey
|
48ed27dfcc
|
Finished off RenderTexture. Sprites can now accept a RenderTexture or a key when you create them. RenderTextures are also now stored in the cache under their own key, making re-using them across other Sprites much easier. Also ported over all of the Tilemap classes, but need to get them rendering.
|
2013-09-11 02:57:36 +01:00 |
|