All Versions
57
Latest Version
Avg Release Cycle
104 days
Latest Release
367 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.11.0 Changes
January 26, 2022Dependencies:
- โฌ๏ธ Dropped support for haxe 3, use 4.0.5 or higher
๐ New features:
FlxAnimationController
: addedgetAnimationList
,getNameList
,exists
andrename
(#2473)FlxRect
: addedgetRotatedBounds
(#2298)FlxObject
: addedgetRotatedBounds
(#2298)FlxSprite
: addedgetScreenBounds
(#2298)FlxSpriteUtil
: addedcameraWrap
andcameraBounds
(#2298)FlxCamera
: addedgetViewRect
andcontainsRect
(#2298)
๐ Bugfixes:
- ๐ Fixed segmentation faults on Hashlink for linux (#2487)
FlxSpriteGroup
:kill
,revive
andrevive
call the respective function on members (#2423)
๐ Changes and improvements:
- ๐
FlxCollision
: improvedpixelPerfectCheck
performance, now honors scale (#2298) FlxSprite
: improvedisOnScreen
accuracy (#2298)FlxCamera
: addedputWeak
call incontainsPoint
(#2298)- 0๏ธโฃ
FlxObject
:screenCenter
defaults toXY
rather thannull
(#2441) FlxState
: Clarify restrictions in state constructors (#2479)
-
v4.10.0 Changes
September 12, 2021๐ New features:
- โ Added
FlxDirectionFlags
andFlxDirection
(#2303) - ๐
FlxBitmapText
: added support for unicode combining diacritical marks (#2309) FlxTextFormat
: addedleading
(#2334)FlxAction
: addedaddAndroidKey()
(#2393)FlxVector
: addedsetPolarRadians()
andsetPolarDegrees()
(#2401)
๐ Bugfixes:
- ๐
FlxAssetPaths
: fixed paths for iOS (#2345) - โก๏ธ
VarTween
: fixed an error ifcancel()
is called duringonUpdate
(#2352) - ๐
FlxGradient
: fixed last pixels sometimes not being filled (#2367) - ๐ฑ
FlxTilemap
: fixed built-in autotile assets for HTML5 (#2402) - ๐
FlxDebugger
: fixed single-character vertical text in the stats window
๐ Changes and improvements:
- โ Added
-
v4.9.0 Changes
April 11, 2021Dependencies:
- Compatibility with Haxe 4.2.x
๐ New features:
FlxTween
: addedcancelTweensOf()
andcompleteTweensOf()
(#2273)FlxSound
: added anOnLoad
callback toloadStream()
(#2276)- ๐ฆ
FlxState
: addedsubStateOpened
andsubStateClosed
signals (#2280) - 0๏ธโฃ
FlxG.cameras
: added aDefaultDrawTarget
argument toadd()
andsetDefaultDrawTarget()
(#2296)
๐ Bugfixes:
- ๐
FlxTween
: fixed an issue with settingstartDelay
after tween creation (#2262) - ๐
FlxEmitter
: fixedmaxSize
not being set toQuantity
inmakeParticles()
(#2265) - ๐ป
FlxBitmapFont
: fixed infinite loops caused by "farbling" in the Brave browser (#2300)
๐ Changes and improvements:
- ๐
FlxG.plugins
: improved type safety forget()
andremove()
(#2292) - ๐
FlxAtlasFrames
: improved animation support infromLibGdx()
(#2278) FlxBasic
: assign an incrementedID
for each created instance (#2266)- ๐
FlxCamera
: deprecateddefaultCameras
in favor of default draw targets inFlxG.cameras
(#2296)
-
v4.8.1 Changes
July 16, 2020- ๐ improved rendering performance on low-end devices
-
v4.8.0 Changes
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 Changes
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.3 Changes
August 21, 2019- Compatibility with Haxe 4.0.0-rc.3
- ๐
FlxAssetPaths
: added support for custom renaming (#2227)
-
v4.6.2 Changes
June 19, 2019 -
v4.6.1 Changes
April 02, 2019๐ Bugfixes:
FlxDebugger
:- disabled mouse input when the debugger interaction tool is active (#2209)
- clear the transform tool target on state switches
- ๐
FlxBasePreloader
: fixed a crash on the HashLink target
-
v4.6.0 Changes
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)