You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/blog/2024-12-01-a-year-in-review.md
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ It has been a year since we announced that we received a very generous donation
14
14
15
15
### So far in the last year we:
16
16
17
-
* Now have recurring Patreon subscriptions of $788/month
17
+
* Now have recurring subscriptions (Patreon, Github & PayPal) of almost $2000 a month
18
18
* Refreshed the website, with more focus on the creators and their titles \- Thanks Chris (ArisTurtle)
19
19
* Overhauled the documentation site and increased the content by more than 500%, with even more to come
20
20
* Released 3.8.2
@@ -67,13 +67,20 @@ It has been a year since we announced that we received a very generous donation
67
67
* More starter kits for 2D and 3D
68
68
* More shader guidance/samples
69
69
70
-
*#### Bug Fixes
70
+
*#### Bug Fixes and Enhancements
71
71
72
72
* Re-enabled the Unit Tests for PR’s.
73
73
*[Upgrade Mac Editor to net8.0-macos. Upgrade Eto.Forms](https://github.com/MonoGame/MonoGame/pull/8505)
74
-
* Fix Issues with OpenAL Panning on DekstopGL and Mobile [https://github.com/MonoGame/MonoGame/pull/8480](https://github.com/MonoGame/MonoGame/pull/8480) and [https://github.com/MonoGame/MonoGame/pull/8466](https://github.com/MonoGame/MonoGame/pull/8466)
75
-
*[Detect GamePad/Keyboard events on Android](https://github.com/MonoGame/MonoGame/pull/8465)
74
+
* Fix Issues with OpenAL Panning on DesktopGL and Mobile [https://github.com/MonoGame/MonoGame/pull/8480](https://github.com/MonoGame/MonoGame/pull/8480) and [https://github.com/MonoGame/MonoGame/pull/8466](https://github.com/MonoGame/MonoGame/pull/8466)
75
+
*[Detect GamePad/Keyboard events on Android](https://github.com/MonoGame/MonoGame/pull/8465)
76
76
*[Remove string allocations when calling GamePad.GetCapabilities](https://github.com/MonoGame/MonoGame/pull/8453)
77
+
*[Content Pipeline now works on M1/M2 Macs](https://github.com/MonoGame/MonoGame/pull/8570)
78
+
*[Fix Android MediaPlayer Song implementation](https://github.com/MonoGame/MonoGame/pull/8583)
79
+
*[Update MonoGame.Library.OpenAL to 1.23.1.10](https://github.com/MonoGame/MonoGame/pull/8560)
80
+
*[Fix Sprite font multi byte parsing](https://github.com/MonoGame/MonoGame/pull/8554)
81
+
*[Added Vibration and Caps to Native GamePad API](https://github.com/MonoGame/MonoGame/pull/8520)
0 commit comments