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 steamworks4j.version from 1.8.0 to 1.9.0 #197

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2022

Bumps steamworks4j.version from 1.8.0 to 1.9.0.
Updates steamworks4j from 1.8.0 to 1.9.0

Changelog

Sourced from steamworks4j's changelog.

[1.9.0]

  • Updated to Steamworks SDK v1.53. This also removes a few functions, or marks them deprecated, which are removed or flagged as deprecated by the SDK.
  • Refactored interface to the native API.
    • Each interface class (any class extending SteamInterface) is now split into a Java class and an accompanying *Native class which implement its native calls.
    • Interfaces do not cache their native class pointer anymore, as it is recommended in the SDK documentation.
  • OS X: Updated build script to compile with premake5.
  • Windows: Updated build script to compile with premake5.0.0-beta1. Prebuilt libraries are now generated using Visual Studio 2022.
  • Added SteamAPI.skipLoadLibraries() and SteamGameServerAPI.skipLoadLibraries(). They can be used to skip the library's own SharedLibraryLoader entirely, so you can, for example, use your own, or the one shipped with LWJGL3.
  • Use a simple binary search for more efficient HTTPStatusCode lookups. (#81)
  • Added SteamUserCallback.onAuthSessionTicket(). (#83)
  • Added SteamUserCallback.getNumberOfCurrentPlayers().
  • Fixed SteamRemoteStorage.fileRead() to return int instead of boolean.
  • Added isSteamRunningOnSteamDeck(), showFloatingGamepadTextInput() and dismissFloatingGamepadTextInput() functions to SteamUtils interface.
  • Fixed SteamUGC.submitItemUpdate() to allow for the changeNote parameter set to null.
  • Added Coplay functions to SteamFriends interface. (#85)
  • API change: SteamNetworking.isP2PPacketAvailable() now returns a boolean in addition to the packet size.
Commits

Updates steamworks4j-server from 1.8.0 to 1.9.0

Changelog

Sourced from steamworks4j-server's changelog.

[1.9.0]

  • Updated to Steamworks SDK v1.53. This also removes a few functions, or marks them deprecated, which are removed or flagged as deprecated by the SDK.
  • Refactored interface to the native API.
    • Each interface class (any class extending SteamInterface) is now split into a Java class and an accompanying *Native class which implement its native calls.
    • Interfaces do not cache their native class pointer anymore, as it is recommended in the SDK documentation.
  • OS X: Updated build script to compile with premake5.
  • Windows: Updated build script to compile with premake5.0.0-beta1. Prebuilt libraries are now generated using Visual Studio 2022.
  • Added SteamAPI.skipLoadLibraries() and SteamGameServerAPI.skipLoadLibraries(). They can be used to skip the library's own SharedLibraryLoader entirely, so you can, for example, use your own, or the one shipped with LWJGL3.
  • Use a simple binary search for more efficient HTTPStatusCode lookups. (#81)
  • Added SteamUserCallback.onAuthSessionTicket(). (#83)
  • Added SteamUserCallback.getNumberOfCurrentPlayers().
  • Fixed SteamRemoteStorage.fileRead() to return int instead of boolean.
  • Added isSteamRunningOnSteamDeck(), showFloatingGamepadTextInput() and dismissFloatingGamepadTextInput() functions to SteamUtils interface.
  • Fixed SteamUGC.submitItemUpdate() to allow for the changeNote parameter set to null.
  • Added Coplay functions to SteamFriends interface. (#85)
  • API change: SteamNetworking.isP2PPacketAvailable() now returns a boolean in addition to the packet size.
Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @XenoAmess.


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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 12, 2022
@dependabot dependabot bot force-pushed the dependabot/maven/develop/steamworks4j.version-1.9.0 branch from cd5fdca to ab12610 Compare April 4, 2022 21:23
@dependabot dependabot bot force-pushed the dependabot/maven/develop/steamworks4j.version-1.9.0 branch from ab12610 to d90cc46 Compare September 16, 2022 19:59
@dependabot dependabot bot force-pushed the dependabot/maven/develop/steamworks4j.version-1.9.0 branch from d90cc46 to a5ff666 Compare March 19, 2023 06:46
@XenoAmess
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/maven/develop/steamworks4j.version-1.9.0 branch from a5ff666 to 2f2c099 Compare April 7, 2023 20:47
@XenoAmess
Copy link
Contributor

@dependabot recreate

Bumps [joml](https://github.com/JOML-CI/JOML) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/JOML-CI/JOML/releases)
- [Commits](JOML-CI/JOML@1.10.3...1.10.4)

---
updated-dependencies:
- dependency-name: org.joml:joml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/develop/steamworks4j.version-1.9.0 branch from 2f2c099 to de4c882 Compare January 1, 2024 00:18
Copy link
Contributor

@XenoAmess XenoAmess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2024

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant