Libraries updated for this release
- SadConsole
- SadConsole.Host.MonoGame
- SadConsole.Host.SFML
- SadConsole.Host.FNA
- SadConsole.Host.WPF
Changes
-
[Core] When a Cursor is removed from a host object, the object is set to dirty now.
-
[Core] Overlay component now calls update on the attached visual.
-
[Core] Fix bug with DrawCircle not setting dirty.
-
[Core] Fix bug with DrawBox not respecting ignore glyph setting.
-
[MonoGame] Change host to be a lot more friendly towards running from an existing MonoGame Game instead of SadConsole's game.
-
[Renderers] Cursor rendering has changed to draw on the hosting surface. Previously it was rendered on top as an entire separate process.
-
[Misc] Added MonoGame-first game sample.
-
[Misc] Added Python sample.