Lexi Rose
Lexi Rose
Using the following: ``` C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.1\ ``` Expectation: It works. It used to when the target was .NET Framework. Result: ``` 1>Exception: dnlib.DotNet.TypeResolveException: Could not resolve type: System.Runtime.CompilerServices.IAsyncStateMachine (System.Runtime, Version=5.0.0.0,...
I was wondering... Dolphin has a menu entry in the optional debug menu called "Refresh JIT Cache". This seems to be needed when directly changing program code while the game...
Steps to reproduce: 1: Count number of rows in /word-lists/1000-most-common-words.txt Expected result: 1000 Actual result: 999
Currently, MonoGame.Extended's pipeline does not support the class(type) field on maps, layers, and tilemaps. This PR adds support for the class(type) field on these object types. This PR brings the...
Currently, MonoGame.Extended's pipeline crashes when attempting to load tmx files when objects contain property values that are themselves classes that contain (nested) properties. This PR fixes the crash in question...
This update adds support for triangular colliders as well as cleaning up some more of the ellipse logic.
added support for reading type field from TiledMapPropertyContent (Tiled lets you set it...) added support for repeatX/repeatY fields from Tiled image layers property (renderer still does not support this yet)...