Skip to content

Release 8193.34.25

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Mar 08:12

Added

  • Exposed HomeStorage class for accessing paths in anvil home.
  • Added support for creating Cassowary solvers through new Cassowary()
  • NwGameObject: Added ActionJumpToLocation method.
  • Events: Added OnPlayerQuickChat event.
  • NwPlayer: Added object name override support (SetObjectNameOverride)
  • NwPlayer: Added player-specific looping vfx support (AddLoopingVisualEffect)
  • NwCreature: Added LevelUp method that bypasses validation.

Package Updates

  • NLog: 5.1.1 -> 5.1.2
  • Microsoft.CodeAnalysis.CSharp: 4.4.0 -> 4.5.0

Changed

  • Optional anvil services will now log a message when they are used.

Fixed

  • !! Fixed a memory leak when not using Dispose() on engine structures. (Effect, Location, ItemProperty, Json, SQLQuery, Talent)