MonoGame v2.5.1 Release Notes

Release Date: 2012-06-18 // almost 12 years ago
    • Updated android to use enumerations rather than hardocded ids as part of the Mono for Android 4.2 update.
    • Changed the Android video player to make use of the ViewView.
    • Corrected namespaces for SongReader and SoundEffectReader.
    • Updated the Keyboard mapping for android.
    • Added RectangleArrayReader.
    • Removed links to the third party GamePadBridge.
    • Added some missing mouseState operators.
    • Replaced all calls to DateTime.Now with DateTime.UtcNow.
    • Fixed SpriteFont rendering (again).
    • Added code to correclty dispose of Textures on all platforms.
    • Added some fixes for the sound on iOS.
    • Adding missing MediaQueue class.
    • Fixed Rectangle Intersect code.
    • Changed the way UserPrimitives work on windows.
    • Made sure the @2x file support on iOS works.
    • Updated project templates.
    • Added project templates for MacOS.
    • Fixed MonoDevelop.MonoGame AddIn so it works on Linux.