flixel v4.11.0 Release Notes
Release Date: 2022-01-26 // almost 3 years ago-
Dependencies:
- โฌ๏ธ 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)
Previous changes from v4.10.0
-
๐ 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