rich Posted September 24, 2013 Share Posted September 24, 2013 Just pushed up 1.0.6 to master. Here is what's new:Added check into Pointer.move to always consider a Sprite that has pixelPerfect enabled, regardless of render ID.BUG: The pixel perfect click check doesn't work if the sprite is part of a texture atlas yet.Fixed issue with anti-alias in the Game constructor not being set correctly (thanks luizbills)Added support for the Graphics game object back in and two examples (thanks earok for spotting)New: Tweens can now be chained via multiple to() calls + example created (thanks to powerfear for adding)Fixed Math.wrap (thanks TheJare)New: When loading a Sprite Sheet you can now pass negative values for the frame sizes which specifies the number of rows/columns to load instead (thanks TheJare)New: BitmapText now supports anchor and has fixed box dimensions (thanks TheJare)Fixed bug where if a State contains an empty Preloader the Update will not be called (thanks TheJare)Several new examples added (cameras, tweens, etc)Added in extra checks to halt collision if it involves an empty Group (thanks cang)Added time smoothing to Animation update to help frames hopefully not get too out of sync during long animations with high frame rates.Added frame skip to Animation.update. If it gets too far behind it will now skip frames to try and catch up. Also in the dev branch is 1.0.7 which contains:Added World.postUpdate - all sprite position changes, as a result of physics, happen here before the render.Complete overhaul of Physics.Arcade.Body - now significantly more stable and faster too.Updated ArcadePhysics.separateX/Y to use new body system - much better results now.QuadTree bug found in 1.0.5 now fixed. The QuadTree is updated properly now using worldTransform values.Please note that any future pull requests must be made against the dev branch and not master. Lonan, bunnyhero and Will 3 Link to comment Share on other sites More sharing options...
4ucai Posted September 25, 2013 Share Posted September 25, 2013 yey lots of updates =) Link to comment Share on other sites More sharing options...
pawelw Posted September 26, 2013 Share Posted September 26, 2013 Keep up the good work! Link to comment Share on other sites More sharing options...
AD-Edge Posted September 27, 2013 Share Posted September 27, 2013 Good to see this engine/framework getting so many regular updates and attention. Looking forward to seeing all of the new examples in the near future too. Link to comment Share on other sites More sharing options...
html5 Posted September 29, 2013 Share Posted September 29, 2013 See the updates so quickly, although I was exposed to this, but also decided to start learning it, obviously it is a great and rapid game engine. Link to comment Share on other sites More sharing options...
huevoquilmes Posted September 30, 2013 Share Posted September 30, 2013 Is there any documentation, aside from the examples provided ?? Link to comment Share on other sites More sharing options...
Noid Posted October 1, 2013 Share Posted October 1, 2013 Is there any documentation, aside from the examples provided ??It's coming with 1.0.7 according to this post http://www.html5gamedevs.com/topic/1558-documentation/ Link to comment Share on other sites More sharing options...
Recommended Posts