All Versions
54
Latest Version
Avg Release Cycle
84 days
Latest Release
232 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.8.1
July 16, 2020- ๐ improved rendering performance on low-end devices
-
v4.8.0
July 02, 2020๐ New features:
- 0๏ธโฃ
FlxSplash
: addedmuted
(defaults totrue
on HTML5) FlxBaseKeyList
: addedNONE
(#2253)- ๐
FlxKeyManager
: addedreleased
(#2253) FlxGamepad
:- ๐
FlxText
: added support for removing partial ranges inremoveFormat()
(#2256)
๐ Bugfixes:
- ๐
FlxGamepad
: fixedpressed
not beingtrue
during the firstjustPressed
frame (#2253) - ๐
FlxKeyManager
: fixedanyPressed([ANY])
not working (#2253)
๐ Changes and improvements:
- ๐ Fixed
Std.is()
deprecation warnings with Haxe 4.2
- 0๏ธโฃ
-
v4.7.0
April 12, 2020๐ New features:
- ๐
FlxGroup
: added support for specifyingcameras
(#2232)
๐ Bugfixes:
- ๐
FlxButton
: fixedmouseButtons
handling (#2246) FlxTilemap
: handle negative tile indices for allload
methods, not just CSV (#2250)- ๐
FlxVirtualPad
: fixed graphic not showing up on HTML5 - ๐
OUYAID
: fixed button mappings (#2234)
๐ Changes and improvements:
FlxAnimation
: changedframeRate
to aFloat
(#2252)
- ๐
-
v4.6.0
February 04, 2019Dependencies:
- Compatibility with Haxe 4.0.0-rc.1
๐ New features:
- โ Added a new
FlxAction
API /flixel.input.actions
(#1805) FlxGamepadManager
: addeddeviceConnected
anddeviceDisconnected
(#1805)- ๐
FlxBitmapText
: addedclipRect
support (#2171) FlxTilemap
: added 47 tile autotiling (#2184)- ๐ฆ
FlxG.signals
: - ๐
FlxSave
: added support for local storage paths (#2202) - ๐
FlxVector
: addedweak()
support and turned it into anabstract
(#2191) - โ Added blend mode support for
drawQuads()
rendering with OpenFL 8.8.0+ (#2199)
๐ Bugfixes:
- ๐
FlxFilterFrames
: fixed previousoffset
being ignored inapplyToSprite()
(#2176) - ๐
FlxBitmapFont
: fixed background only being removed on Flash infromXNA()
(#2187) - ๐ Fixed
drawQuads()
rendering issues if there are color offsets, but no multipliers (#2195) - ๐ Fixed
FlxSubState
not being updated in the frame it is entered (#2204) - โก๏ธ
FlxText
: fixed frame size not always being correct whenupdateHitbox()
is called (#2205)
-
v4.5.1
September 07, 2018- ๐ Fixed compatibility with OpenFL 8.5.0
- ๐
FlxSoundGroup
: fixedadd()
adding sounds twice
-
v4.5.0
August 10, 2018Dependencies:
- โ Added support for Lime 7
๐ New features:
FlxTween
:- added support for tweening sub-properties like
"scale.x"
withtween()
(#2152) - added a
FlxTweenType
enum abstract and deprecated the constants inFlxTween
- added support for tweening sub-properties like
FlxSpriteGroup
: addeddirectAlpha
(#2157)FlxDebugger
: added a transform interaction tool (#2159)
๐ Bugfixes:
- ๐
FlxBitmapText
: fixed clipping issues with text using borders (#2151) - ๐
FlxAssetPaths
: fixed variables with invalid Haxe identifiers being generated (#1796) - ๐
FlxSpriteUtil
: fixedspaceFromBounds
inspace()
not being respected (#1963) - ๐
FlxSpriteGroup
: fixed sprites not showing up again after settingalpha
to0
(#1353)
๐ Changes and improvements:
FlxSpriteUtil
: added an argument allowing to use a positioning function inspace()
(#2154)- ๐
FlxG.accelerometer
: enabled accelerometer support on HTML5
-
v4.4.2
June 12, 2018- ๐ Fixed compatibility with Haxe 4.0.0-preview.4