All Versions
57
Latest Version
Avg Release Cycle
104 days
Latest Release
194 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v1.06 Changes
July 14, 2012- โ Added FlxKongregate plugin (flash only). Thanks to goldengrave for porting this class.
- ๐ Fixed bug with FlxButton's makeGraphic() crashing on cpp and neko targets.
- ๐ Fixed bug with VarTween and MultiVarTween on Haxe 2.10
- ๐ Fixed bug when FlxGroup's tweens weren't updated
- โ Added new logo. Huge thanks to Impaler!!!
- โ Added StarfieldFX class from FlixelPowerTools.
-
v1.05 Changes
July 06, 2012- ๐ Fixed bug with animation callback for FlxSprite on cpp target
- Ported FlxButtonPlus class from FlixelPowerTools
- ๐ Fixed Android sound issue. Thanks to Adrian K. (@goshki) for testing
- โ Added FlxSkewedSprite class (see skewedSprite example on github repo). This class isn't optimized for flash target
- โ Added loadFrom() method for FlxSprite. So you can easily copy graphics from one FlxSprite to another. This is especially useful for cpp target. Thanks to Phoenity for this idea
- ๐ Initial support for Haxe 2.10
- โ Added basic support for multitouch (see FlxG.touchManager and multitouch example on github repo). Flash version requires Flash Player 10.1 now.
- Compile fix for FlxPreloader on mac platform. Thanks to Talii for it.
- โ Integrated tweening system from HaxePunk (Thank you, Matt Tuttle). All FlxBasic's subclasses have this functionality now. See addTween(), removeTween(), clearTweens() methods of FlxBasic instances and 'org.flixel.tweens' package.
- โ Added basic support for Joystick input (See FlxG.joystickManager and org.flixel.system.input.Joystick and org.flixel.system.input.JoystickManager classes for details). I need someone to test it.
-
v1.04 Changes
June 09, 2012- ๐ Fixed bug with FlxCamera's color property on cpp target. Sorry for it
-
v1.03 Changes
June 08, 2012- โก๏ธ 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)
-
v1.02 Changes
May 19, 2012- Ported FlxBar class
- โ Added FlxBitmapTextField class (background property isn't working on cpp for now)
- โ Added PxButton class which uses FlxBitmapTextField for text rendering
- Replaced Dynamic with appropriate types (where it was possible)
- ๐ Improvements in FlxQuadTree and FlxObject (less garbage)
- ๐ Changed TileSheet creation process to insert gaps between frames. This should solve 'pixel bleeding' problem
-
v1.01 Changes
April 29, 2012- Finally ported FlxPreloader class
- ๐ Fixed issue with FlxTextField class when it wasn't affected by fade() and flash() effects (on cpp and neko targets)
- ๐ Improvements in memory consumption for FlxTileBlock and FlxBitmapFont classes
- โก๏ธ Updated lib to work with haxe 2.09
- Ported FlxGridOverlay from Flixel-Power-Tools
-
v1.00 Changes
- ๐ Initial haxelib release