flixel v1.03 Release Notes

Release Date: 2012-06-08 // almost 12 years ago
    • ⚡️ Updated rendering system for cpp target so it uses 2d tile transformations now (which means non-uniform scaling is working now)
    • FlxBitmapTextField's background property is working on cpp target now
    • 🔌 Replaced FlxDictionary with ObjectHash (for FlxControlHandler plugin)
    • ➕ Added BTNTileMap class (which can be found in org.flixel.addons package) from http://bullettimeninja.blogspot.com/2012/01/lasers-and-ray-casting.html
    • ➕ Added ZoomCamera class (also in org.flixel.addons package) from http://bullettimeninja.blogspot.com/2011/09/zoom-camera.html
    • Made a little optimization for FlxSprite's onScreen() method for cpp target (not using Math.sqrt() now)
    • ➕ Added width and height getters/setters for FlxCamera on flash target
    • Made small optimizations in rendering for cpp target (the way it pushes and splices draw data)
    • 🛠 Fixed pixelPerfectPointCheck() method from FlxCollision plugin
    • 🔌 Made pixelPerfectCheck() method from FlxCollision plugin work on flash only. It's always returns false on other targets. Sorry:(
    • 🛠 Fixed FlxCamera's bug with changing it's size (width, height and zoom)