Skip to content

18.03

Compare
Choose a tag to compare
@flibitijibibo flibitijibibo released this 01 Mar 15:01
· 766 commits to master since this release

New Features:

  • FNAPlatform: Add GetBaseDirectory function for upcoming platform support
  • SpriteBatch: Reorganize variables to make SpriteBatch.cs easier to re-use outside of FNA

Fixes:

  • Effect: Allocate state changes struct as AllocHGlobal memory, fixes crash on Apply
  • Video: Add width/height information to XNB mismatch error message
  • SoundEffect: Fix FromStream loading for MSADPCM wav data
  • SoundEffectInstance: Allow using Apply3D(AudioListener[]) with one listener
  • SDL2_FNAPlatform: Fix event filter for Windows SDL_WINDOWEVENT_EXPOSED events
  • FNA.Core: Fix building in the same directory as FNA