* fix(Matrix3x2): decompose method (#941)
* Fix bug when using `NinePatch` with `Texture2DRegion`. (#945)
Resolves#943
* BitmapFont now always loads from TitleContainer. (#946)
Fixes KNI web builds when using BitmapFont (#944)
* Fix bug when creating a NinePatch using the Texture2DRegion extension method (#948)
* Revert UV code (#951)
* [Weekly] Version 4.0.3 (#952)
* Starting 4.0.2 release prep
* Update changelog
* Bump version number to 4.0.3
* Updated workflows to use dotnet 8
---------
Co-authored-by: Ilia Bahrebar <150489740+Std-Enigma@users.noreply.github.com>
Co-authored-by: Dwergi <sebastian.nordgren@gmail.com>
Co-authored-by: Joseph Newman <greenstack@users.noreply.github.com>
Co-authored-by: Jeremy Swartwood <jeremy.swartwood@gmail.com>
* Make CurrentFrame return the actual frame index from the source atlas
* Start the animation controller playing, don't make the consumer manually call it initially
* Play is automatically called in the controller ctor
* Added property to get name of current animation
* Only copy reference files if user opts in by specifying property in csproj
* Update Kni solution to new project structure
* Update Fna solution to new project structure
* Bump version number to 4.0.0
* Update release workflow
* Remove old test
* KNI projects
* update actions
fixes MSBUILD : error MSB1011: Specify which project or solution file to
use because this folder contains more than one project or solution file.
* remove test for issue #633
* build tests
* KNI TypeReaders
* KNI/XNA compatible code
* GetRuntimeReader from runtime types
* remove MockGameWindow
* Removed Roadmap
The Roadmap seems to have been initially added to show the plans to switch to an FNA fork and act as a bridge for katabasis. This is no longer the case for this repository as it will remain focused at the moment on MonoGame support only.
* Added new note at top of readme
* updated information for installing nuget
* Made using content pipeline extensions a section and not a quote
* Removed information about MyGet feed
* Removed patreon from readme
* Update License
* renamed master branch to main
* Remove community forum link
MonoGame is closing the community forums in favor of discord and github discussions
* Update workflows