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.35.1 in /templates/anvil/plugin #34

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2023

Bumps NWN.Anvil from 8193.34.24 to 8193.35.1.

Release notes

Sourced from NWN.Anvil's releases.

Release 8193.35.1

Fixed

  • (Docker) Fixed an issue with libssl dependency.

Release 8193.35.0

Added

  • DamageType: Added CustomXX damage type constants
  • EffectSubType: Added Unyielding subtype.
  • EffectType: Added Pacify, BonusFeat, TimeStopImmunity, ForceWalk effects.
  • GuiEventType: Added RadialOpen
  • GuiPanel: Added Tile, Trigger, Creature, Item, Placeable, Door, Quickbar panels.
  • PlayerDeviceProperty: Added various graphics properties.
  • Effect: Added BonusFeat, ForceWalk, Pacified, TimeStopImmunity effect methods.
  • Effect: Added LinkId, IgnoreImmunity properties.
  • Location: Added TileId, TileRotation, TileHeight properties.
  • Location: Added SetTile, SetTileAnimationLoops methods.
  • SQLQuery: Added Reset method.
  • ModuleEvents.OnPlayerEquipItem: Added Slot property.
  • ModuleEvents.OnPlayerGuiEvent: Added Vector property.
  • ModuleEvents.OnPlayerUnequipItem: Added Slot property.
  • SpellEvents.OnSpellCast: Added IsSpontaneousCast, SpellLevel properties.
  • NwArea: Added ReloadAreaGrass, ReloadAreaBorder, SetTiles, GetAreaLightColor, SetAreaLightColor, GetAreaLightDirection, SetAreaLightDirection, SetFogColor methods.
  • NwCreature: Added ControllingPlayer setter.
  • NwCreature: Added ActionUseFeat, GetSpellUsesLeft, SetEffectIconFlashing methods
  • NwGameObject: Added Usable, VisibleDistance, VisualTransform, UiDiscoveryFlags properties.
  • NwGameObject: Added GetVisualTransform method with scope option.
  • NwGameObject: Added ReplaceObjectAnimation, ClearObjectAnimationOverride, SetTextBubbleOverride methods.
  • NwPlayer: Added CameraFlags, ClientVersionCommitSha1 properties.
  • NwPlayer: Added AttachCamera, SetCameraLimits, SetShaderUniform, SetSpellTargetingData methods.
  • VisualTransform: Added Clear method.
  • VisualTransformLerpSettings: Added BehaviorFlags, Repeats properties.
  • DevastatingCriticalData: Added Attacker property.

Package Updates

  • NWNX: d44d373 -> b419e42
  • NWN.Core: 8193.34.15 -> 8193.35.6
  • NWN.Native: 8193.34.5 -> 8193.35.6
  • LightInject: 6.6.3 -> 6.6.4
  • NLog: 5.1.3 -> 5.1.4

Changed

  • !! Anvil now targets .NET 7. You may need to update your plugin's target framework to successfully compile against Anvil.
  • !! HookService: NWNX and NWN.Native no-longer exposes a list of function addresses, and the address parameter has been removed from RequestHook. The RequestHook now expects a delegate with the NativeFunction attribute. See here for an example.
  • ItemAppearance: Update return values to support the extended part ranges introduced in 8193.35.
  • NwPlayer: ClientVersion now includes the revision value of the client version.
  • NwPlayer: EnterTargetMode now specifies a setting object that contains all new options added in 8193.35.

Removed

  • ItemAppearanceArmorModel: Removed deprecated class.
  • DoorEvents.OnDialogue: Removed deprecated class.

... (truncated)

Changelog

Sourced from NWN.Anvil's changelog.

8193.35.1

nwn-dotnet/Anvil@v8193.35.0...v8193.35.1

Fixed

  • (Docker) Fixed an issue with libssl dependency.

8193.35.0

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

Added

  • DamageType: Added CustomXX damage type constants
  • EffectSubType: Added Unyielding subtype.
  • EffectType: Added Pacify, BonusFeat, TimeStopImmunity, ForceWalk effects.
  • GuiEventType: Added RadialOpen
  • GuiPanel: Added Tile, Trigger, Creature, Item, Placeable, Door, Quickbar panels.
  • PlayerDeviceProperty: Added various graphics properties.
  • Effect: Added BonusFeat, ForceWalk, Pacified, TimeStopImmunity effect methods.
  • Effect: Added LinkId, IgnoreImmunity properties.
  • Location: Added TileId, TileRotation, TileHeight properties.
  • Location: Added SetTile, SetTileAnimationLoops methods.
  • SQLQuery: Added Reset method.
  • ModuleEvents.OnPlayerEquipItem: Added Slot property.
  • ModuleEvents.OnPlayerGuiEvent: Added Vector property.
  • ModuleEvents.OnPlayerUnequipItem: Added Slot property.
  • SpellEvents.OnSpellCast: Added IsSpontaneousCast, SpellLevel properties.
  • NwArea: Added ReloadAreaGrass, ReloadAreaBorder, SetTiles, GetAreaLightColor, SetAreaLightColor, GetAreaLightDirection, SetAreaLightDirection, SetFogColor methods.
  • NwCreature: Added ControllingPlayer setter.
  • NwCreature: Added ActionUseFeat, GetSpellUsesLeft, SetEffectIconFlashing methods
  • NwGameObject: Added Usable, VisibleDistance, VisualTransform, UiDiscoveryFlags properties.
  • NwGameObject: Added GetVisualTransform method with scope option.
  • NwGameObject: Added ReplaceObjectAnimation, ClearObjectAnimationOverride, SetTextBubbleOverride methods.
  • NwPlayer: Added CameraFlags, ClientVersionCommitSha1 properties.
  • NwPlayer: Added AttachCamera, SetCameraLimits, SetShaderUniform, SetSpellTargetingData methods.
  • VisualTransform: Added Clear method.
  • VisualTransformLerpSettings: Added BehaviorFlags, Repeats properties.
  • DevastatingCriticalData: Added Attacker property.

Package Updates

  • NWNX: 2692ecb -> d44d373
  • NWN.Core: 8193.34.15 -> 8193.35.6
  • NWN.Native: 8193.34.5 -> 8193.35.6
  • LightInject: 6.6.3 -> 6.6.4
  • NLog: 5.1.3 -> 5.1.4

Changed

  • !! Anvil now targets .NET 7. You may need to update your plugin's target framework to successfully compile against Anvil.
  • !! HookService: NWNX and NWN.Native no-longer exposes a list of function addresses, and the address parameter has been removed from RequestHook. The RequestHook now expects a delegate with the NativeFunction attribute. See here for an example.
  • ItemAppearance: Update return values to support the extended part ranges introduced in 8193.35.
  • NwPlayer: ClientVersion now includes the revision value of the client version.
  • NwPlayer: EnterTargetMode now specifies a setting object that contains all new options added in 8193.35.

... (truncated)

Commits

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.35.1.
- [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.35.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 26, 2023
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