Skip to content

Version 4.0.1 Release

Compare
Choose a tag to compare
@AristurtleDev AristurtleDev released this 18 Aug 02:42
· 14 commits to develop since this release
da81c35

Description

This release brings in recent fixes from pull requests as well as updates MonoGame.Extended to use the new MonoGame 3.8.2.1105 release and now targets net8.0

Change Log

  • VortexModifier now properly makes use of the MaxSpeed property. @AristurtleDev #921
  • rayNearDistance and rayFarDistance are now properly swapped in PrimitivesHelper.IntersectsSlab(). @AristurtleDev #922
  • Resolved issue where an ArgumentNullException was thrown when loading BitmapFonts due to the bmfFile.Path value not being set. @AristurtleDev #924
  • Resolved issue for FNA in ColorExtensions.FromArgb due to FNA Color struct not having a constructor that accepts a uint packed value. @ValorZard #925
  • Updated for MonOGame 3.8.2.1105 release @AristurtleDev #926
    • MonoGame References updated to 3.8.2.1105
    • MonoGame.Extended target framework updated to net8.0
  • Vector2Extensions.Rotate has been marked deprecated for MonoGame targets only (KNI and FNA still use this). With the release of MonoGame 3.8.2.1105, MonoGame now has a built in method for rotating a Vector2. @AristurtleDev #926