Skip to content

2023.1.1

Latest
Compare
Choose a tag to compare
@heymeepo heymeepo released this 15 Oct 13:57
· 1 commit to main since this release

Fixed

  • Fixed Stash.IsEmpty never being true.
  • Fixed Stash.RemoveAll breaking the stash.
  • Fixed World.Dispose throwing on multiple calls.
  • Fixed WorldBrowser inability to update world view list by @skelitheprogrammer.
  • Fixed MigrateTo broken enumerator.
  • Fixed World.CleanupUpdate small allocation.

Added

  • Added IBoxedAspectFactory to allow aspects to be created via DI by @vanifatovvlad.
  • Added MORPEH_DISABLE_COMPILATION_REPORT and MORPEH_DISABLE_COMPONENT_DISPOSE defines.
  • Added Length property to Stash.
  • Added Enumerator for Stash.

Changed

  • Devirtualize stashes.
  • Changed method signature for GetValueRefByKey in NativeIntHashMap<TNative>, added ref keyword to the first parameter.
  • Changed methods signatures for Get in NativeStash<TNative>, added ref keyword to the first parameter.