Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump NWN.Anvil from 8193.34.24 to 8193.34.28 in /templates/anvil/plugin #32

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2023

Bumps NWN.Anvil from 8193.34.24 to 8193.34.28.

Release notes

Sourced from NWN.Anvil's releases.

Release 8193.34.28

Fixed

  • NwCreature: Fixed an issue where GetAssociates would return an empty list for certain associate types.
  • VirtualMachine: Fix an issue where the context object would be incorrectly flagged as invalid.
  • Creature.OnDeath: Support Area/Module as the killer of the creature.
  • EventService: More reliable handling of game events.

Release 8193.34.27

Added

  • NwCreature: Added BodyBag, BodyBagTemplate properties.
  • NwPlaceable: Added IsBodyBag property.

Changed

  • OnPlayerGuiEvent: EffectIcon property is now nullable.
  • OnDebugPlayVisualEffect: Effect property is now nullable.
  • APIs that accept a TableEntry parameter now have implicit casts (e.g. EffectIconTableEntry & EffectIcon).

Fixed

  • NwCreature: Fixed an infinite loop caused by the Associates property when having dominated creature associates.
  • Added some index/range checks for some usages of game table data.

Release 8193.34.26

Added

  • NwGameTables: Added EffectIconTable.
  • CreatureClassInfo: Added School, KnownSpells properties.
  • CreatureLevelInfo: Added AddedKnownSpells, RemovedKnownSpells properties.

Package Updates

  • NWNX: 2692ecb -> d44d373
  • NWN.Core: 8193.34.12 -> 8193.34.15
  • NWN.Native: 8193.34.5 -> 8193.34.7
  • Newtonsoft.Json: 13.0.2 -> 13.0.3
  • NLog: 5.1.2 -> 5.1.3
  • Paket.Core: 7.2.0 -> 7.2.1

Changed

  • CollectionExtensions: InsertOrdered now returns the index in which the item was inserted.
  • Anvil will now log a managed stack trace during an assertion failure. We're hoping this will help track down issues where the nwscript VM reports an invalid stack state.

Deprecated

  • CreatureClassInfo.AddKnownSpell - use CreatureClassInfo.KnownSpells[].Add instead.
  • CreatureClassInfo.RemoveKnownSpell - use CreatureClassInfo.KnownSpells[].Remove instead.
  • CreatureClassInfo.GetKnownSpellCountByLevel - use CreatureClassInfo.KnownSpells[].Count instead.
  • CreatureClassInfo.GetKnownSpells - use CreatureClassInfo.KnownSpells instead.

Fixed

  • Fixed null/empty script names not clearing object event scripts.
  • Fixed an issue where an invalid script name could be assigned to an object event.
  • Fixed a NRE in the ModuleEvents.OnAcquireItem event caused by characters failing ELC.
  • Fixed a cast exception in the PlaceableEvents.OnDisturbed event when the last inventory event was not caused by a creature.

... (truncated)

Changelog

Sourced from NWN.Anvil's changelog.

8193.34.28

nwn-dotnet/Anvil@v8193.34.27...v8193.34.28

Fixed

  • NwCreature: Fixed an issue where GetAssociates would return an empty list for certain associate types.
  • VirtualMachine: Fix an issue where the context object would be incorrectly flagged as invalid.
  • Creature.OnDeath: Support Area/Module as the killer of the creature.
  • EventService: More reliable handling of game events.

8193.34.27

nwn-dotnet/Anvil@v8193.34.26...v8193.34.27

Added

  • NwCreature: Added BodyBag, BodyBagTemplate properties.
  • NwPlaceable: Added IsBodyBag property.

Changed

  • OnPlayerGuiEvent: EffectIcon property is now nullable.
  • OnDebugPlayVisualEffect: Effect property is now nullable.
  • APIs that accept a TableEntry parameter now have implicit casts (e.g. EffectIconTableEntry & EffectIcon).

Fixed

  • NwCreature: Fixed an infinite loop caused by the Associates property when having dominated creature associates.
  • Added some index/range checks for some usages of game table data.

8193.34.26

nwn-dotnet/Anvil@v8193.34.25...v8193.34.26

Added

  • NwGameTables: Added EffectIconTable.
  • CreatureClassInfo: Added School, KnownSpells properties.
  • CreatureLevelInfo: Added AddedKnownSpells, RemovedKnownSpells properties.

Package Updates

  • NWNX: 2692ecb -> d44d373
  • NWN.Core: 8193.34.12 -> 8193.34.15
  • NWN.Native: 8193.34.5 -> 8193.34.7
  • Newtonsoft.Json: 13.0.2 -> 13.0.3
  • NLog: 5.1.2 -> 5.1.3
  • Paket.Core: 7.2.0 -> 7.2.1

Changed

  • CollectionExtensions: InsertOrdered now returns the index in which the item was inserted.
  • Anvil will now log a managed stack trace during an assertion failure. We're hoping this will help track down issues where the nwscript VM reports an invalid stack state.

Deprecated

  • CreatureClassInfo.AddKnownSpell - use CreatureClassInfo.KnownSpells[].Add instead.
  • CreatureClassInfo.RemoveKnownSpell - use CreatureClassInfo.KnownSpells[].Remove instead.
  • CreatureClassInfo.GetKnownSpellCountByLevel - use CreatureClassInfo.KnownSpells[].Count instead.
  • CreatureClassInfo.GetKnownSpells - use CreatureClassInfo.KnownSpells instead.

... (truncated)

Commits
  • 4322170 Merge branch 'development'
  • 65dedbb Update changelog.
  • 010fe47 GetAssociate is 1-indexed, not 0. (#649)
  • a0a7dd4 Make VirtualMachine API more safe. Fix VM issues (#648)
  • b715377 Update changelog.
  • bdde90b Merge branch 'development'
  • a80e763 Update changelog.
  • 5aec2f1 Use LINQ for safer access to game table data. Add various implicit casts to i...
  • 8c9b781 Add BodyBag properties. Fix Associates infinite loop (#646)
  • c22d1fe Update changelog.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [NWN.Anvil](https://github.com/nwn-dotnet/Anvil) from 8193.34.24 to 8193.34.28.
- [Release notes](https://github.com/nwn-dotnet/Anvil/releases)
- [Changelog](https://github.com/nwn-dotnet/Anvil/blob/development/CHANGELOG.md)
- [Commits](nwn-dotnet/Anvil@v8193.34.24...v8193.34.28)

---
updated-dependencies:
- dependency-name: NWN.Anvil
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 19, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 25, 2023

Superseded by #33.

@dependabot dependabot bot closed this May 25, 2023
@dependabot dependabot bot deleted the dependabot/nuget/templates/anvil/plugin/NWN.Anvil-8193.34.28 branch May 25, 2023 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants