|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 3.12.9001 Release - May 12, 2024 |
| 4 | + |
| 5 | +### Fixed |
| 6 | + - fix FBX GlobalSettings transforms #1310, #1545. |
| 7 | + - fix ContentCompiler.Compile(...) #1320. |
| 8 | + - fix psShader error message #1333. |
| 9 | + - fix TitleContainer.Current comments #1339. |
| 10 | + - [Android] fix Android Game Initialization #1446, #1551. |
| 11 | + - [UAP] fix UAP Game Initialization #1452. |
| 12 | + - [iOS] fix iOS Game Initialization #1487. |
| 13 | + - allow the Game loop to run without a GraphicsDeviceManager #1453, #1467. |
| 14 | + - fix XAudio ADPCM fallback #1508. |
| 15 | + - fix ProcessMesh() channel mapping to VertexElement #1538. |
| 16 | + - fix ExternalReferenceWriter GetRuntimeReader(...) #1540. |
| 17 | + - ModelProcessor default ColorKeyColor #1542. |
| 18 | + - set MaterialProcessor Parameter default values #1546, #1547. |
| 19 | + - Fixed resolve Type bug due to splitting out to different assemblies #1534, #1552. |
| 20 | + |
| 21 | +### Performance |
| 22 | + - skip XNB compression for uncompressed files #1321, #1334. |
| 23 | + - compact sizeof GamePadCapabilities #1430. |
| 24 | + - compact sizeof JoystickHat #1471. |
| 25 | + - optimize BufferPool array allocation #1526, #1527. |
| 26 | + - optimize ProcessMesh #1537. |
| 27 | + |
| 28 | +### Changed |
| 29 | + - [Content.Pipeline] upgrade Assimp to v5.2.4 #1305. |
| 30 | + - renamed HandState.GetHandTransform(int handIndex) parameter #1312. |
| 31 | + - allow Shader Model 2_0 and 3_0 on DirectX targets #1333. |
| 32 | + - Game.ResetElapsedTime() is no longer virtual #1439. |
| 33 | + - GameTime properties are now readonly/protected. #1443. |
| 34 | + - The library MonoGame.Framework is split into Xna.Framework.Input, and Xna.Framework.Game #1517, #1518. |
| 35 | + |
| 36 | +### Added |
| 37 | + - GameWindow keyboard events are now visible in all platforms #1317, #1323. |
| 38 | + - fx macro __KNIFX__. |
| 39 | + - protected GameWindow.OnClientSizeChanged() (XNA API compatibility) #1486. |
| 40 | + - ModelProcessor.GenerateNormals #1543. |
| 41 | + |
| 42 | +### Removed |
| 43 | + - TouchPanelState class #1337. |
| 44 | + - TouchPanel.GetState(GameWindow) #1337. |
| 45 | + - Removed Cardboard Xamarin target #1507, #1548. |
| 46 | + - Removed obsolete PlatformInfo, GraphicsBackend, PlatformInfo #1519. |
| 47 | + - protected ContentManager.LoadedAssets property #1523. |
| 48 | + |
3 | 49 | ## 3.11.9002 Release - March 09, 2024 |
4 | 50 |
|
5 | 51 | ### Fixed |
|
0 commit comments