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 ScriptHookVDotNet3 from 3.4.0 to 3.5.1 #19

Merged
merged 1 commit into from
Aug 9, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2022

Bumps ScriptHookVDotNet3 from 3.4.0 to 3.5.1.

Release notes

Sourced from ScriptHookVDotNet3's releases.

ScriptHookVDotNet v3.5.1

v3.5.0 is skipped due to versioning issues. Almost all the changes are done in v3.5.0.

Changelog

  • Added a new overload of Entity.IsInAngledArea(), World.DrawBoxForAngledArea(), World.IsPointInAngledArea(), and DrawBoxFlags
    • The signature of existing overload of Entity.IsInAngledArea() is kept for existing script compatibilities, including the parameter names.
  • Added HandlingData.BoostMaxSpeed, HandlingData.BrakeBiasFront, HandlingData.DownForceModifier, HandlingData.DriveBiasFront, HandlingData.InitialDragCoefficient, HandlingData.InitialDriveMaxFlatVelocity, HandlingData.LowSpeedTractionLossMultiplier, HandlingData.PopUpLightRotation, HandlingData.RocketBoostCapacity and HandlingData.TractionCurveLateral
  • Added Projectile.OwnerEntity
    • Made Projectile.Owner obsolete as the projectile owner can be other physical entities such as vehicles. The property will be marked as obsolete only in v3 api and the return value of Projectile.Owner will be Entity in next major versions.
  • Added new peds, vehicles, weapons, weapon components, and blip sprites to PedHash, VehicleHash, WeaponHash, WeaponComponentHash, and BlipSprite enums
  • Added additional shortcut to remove all the right characters of the cursor with Ctrl + K in console
  • Added additional shortcut to remove all the left characters of the cursor with Ctrl + U in console
  • Added ability to show/log version-less SHVDN warning multiple times in console and the log file
    • This is the only change that is done in v3.5.1 and v3.5.0 does not have.
  • Clarified HandlingData gets data from or sets data to the CHandlingData instance as is in the documentation comments, and thus some properties of HandlingData may differ from the values in handling.meta
    • This is done for less confusion and existing script compatibilities.
  • Fixed Ped.CurrentVehicle in v3 API returning the last vehicle instead of the current vehicle in 1.0.2699.0
    • This issue is resolved to keep the existing contract and script compatibilities although it seems Rockstar Games are responsible for this issue. See #1079 for more info.
  • Fixed World.GetAllBlips() and World.GetNearbyBlips() not getting all blips and Blip.MemoryAddress returning IntPtr.Zero in 1.0.2699.0 or later versions
  • Fixed HandlingDataTractionLossMultiplier not getting/setting the correct value. The property got/setted the value for fLowSpeedTractionLossMult before.
  • Removed the models of astron2 cyclone2 arbitergt ignus2 s95 from the return values of Vehicle.GetAllModels(), Vehicle.GetAllModelsOfClass(), Vehicle.GetAllModelsOfClass(), and Vehicle.GetAllModelsOfType()
    • The game will crash if the game try to spawn vehicles with one of the 5 models because of the stub vehicle models.
Commits
  • a1379eb Update version
  • 406ecfb Add ability to show version-less SHVDN warning multiple times
  • e8c04b9 Add ability to remove all the left or right chars to console
  • 894811a Tweak HandlingData summary
  • d7625ce Clarify SteeringLock is in radians
  • fd22d76 Add few methods for angled area (#1082)
  • 00a5c12 Add missing properties to HandlingData (#1081)
  • cf4ce5f Add notes for some properties' multiplication
  • 62681e7 Clarify HandlingData is compatible with b2060 or later atm
  • dd381e6 Clarify HandlingData gets or sets raw data
  • 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 [ScriptHookVDotNet3](https://github.com/crosire/scripthookvdotnet) from 3.4.0 to 3.5.1.
- [Release notes](https://github.com/crosire/scripthookvdotnet/releases)
- [Commits](scripthookvdotnet/scripthookvdotnet@v3.4.0...v3.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 8, 2022
@BoBoBaSs84 BoBoBaSs84 merged commit 14b404f into main Aug 9, 2022
@dependabot dependabot bot deleted the dependabot/nuget/ScriptHookVDotNet3-3.5.1 branch August 9, 2022 15:27
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.

None yet

1 participant