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 OpenTK from 4.8.0 to 4.8.2 #873

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps OpenTK from 4.8.0 to 4.8.2.

Release notes

Sourced from OpenTK's releases.

4.8.2

FIX: Fixed issue where setting NativeWindow.WindowState = WindowState.Normal while fullscreen would not exit fullscreen. (@​Th3Dilli) API: Added NativeWindow.FramebufferSize, NativeWindow.OnFramebufferResize, and NativeWindow.FramebufferResize to be able to properly get the framebuffer size of the window (useful on macos where framebuffer size is not equal to client size). (@​NogginBops) API: Added GameWindowSettings.Win32SuspendTimerOnDrag propery that allows the internal timer to be suspended while the window is moved or resized. Without this dragging the window will cause an abnormally large time delta since the last frame. (@​MV10) API: Made NativeWindowSettings.Size obsolete in favour of NativeWindowSettings.ClientSize (NativeWindowSettings.Size has always set the client size of the window, this namechange just makes this clear). (@​MV10) API: Added ability to override OpenAL and OpenCL native library search path by setting OpenALLibraryNameContainer.OverridePath or OpenCLLibraryNameContainer.OverridePath. (@​NogginBops) API: Added NativeWindowSettings.AutoIconify and NativeWindow.AutoIconify property to control if the window gets minimized if it loses focus while fullscreen. (@​MV10) API: Added missing enums to GetPName. (@​BoyBaykiller) FIX: Fixed an issue where creating a NativeWindow on wayland would freeze in the constructor. (@​Th3Dilli) BREAKING: Re-implemented Box2/3.Inflate to work like System.Drawing.Rectangle.Inflate. The old behaviour can be found using Box2/3.Extend, as the previous obsoletion message stated. (@​MV10, @​NogginBops) Add example of how to implement IBindingsContext in the documentation comments on IBindingsContext. (@​utkumaden) Internal changes to make the build system simpler and easier to modify. (@​NogginBops) Internal changes from Math to MathF where appropriate. (@​MV10)

4.8.1

API: Added NativeWindow.HasTransparentFramebuffer to be able to check if a transparent framebuffer was created successfully. (@​NogginBops) API: Added missing enum entries in OpenCL.ContextProperties. (@​NogginBops) FIX: NativeWindowSettings.StartVisible = false has been fixed and should now work as expected. (@​NogginBops) FIX: Fixed issue where JoystickState.GetAxis returned buttons instead of axes. (@​NogginBops) FIX: Fixed issue where self-contained dotnet publish would break due to duplicate libglfw.so files. (@​Th3Dilli) FIX: Setting NativeWindow.WindowState will now be reflected in OnResize event caused by it. (@​NogginBops) FIX: GameWindow.UpdateTime is now correctly updated, fixing an issue that first appeared in 4.7.1. (@​NogginBops) FIX: Fixed typo in deprecation message for GameWindow.RenderFrequency. (@​postmeback)

Changelog

Sourced from OpenTK's changelog.

4.8.2

  • FIX: Fixed issue where setting NativeWindow.WindowState = WindowState.Normal while fullscreen would not exit fullscreen. (@​Th3Dilli)

  • API: Added NativeWindow.FramebufferSize, NativeWindow.OnFramebufferResize, and NativeWindow.FramebufferResize to be able to properly get the framebuffer size of the window (useful on macos where framebuffer size is not equal to client size). (@​NogginBops)

  • API: Added GameWindowSettings.Win32SuspendTimerOnDrag propery that allows the internal timer to be suspended while the window is moved or resized. Without this dragging the window will cause an abnormally large time delta since the last frame. (@​MV10)

  • API: Made NativeWindowSettings.Size obsolete in favour of NativeWindowSettings.ClientSize (NativeWindowSettings.Size has always set the client size of the window, this namechange just makes this clear). (@​MV10)

  • API: Added ability to override OpenAL and OpenCL native library search path by setting OpenALLibraryNameContainer.OverridePath or OpenCLLibraryNameContainer.OverridePath. (@​NogginBops)

  • API: Added NativeWindowSettings.AutoIconify and NativeWindow.AutoIconify property to control if the window gets minimized if it loses focus while fullscreen. (@​MV10)

  • API: Added missing enums to GetPName. (@​BoyBaykiller)

  • FIX: Fixed an issue where creating a NativeWindow on wayland would freeze in the constructor. (@​Th3Dilli)

  • BREAKING: Re-implemented Box2/3.Inflate to work like System.Drawing.Rectangle.Inflate. The old behaviour can be found using Box2/3.Extend, as the previous obsoletion message stated. (@​MV10, @​NogginBops)

  • Add example of how to implement IBindingsContext in the documentation comments on IBindingsContext. (@​utkumaden)

  • Internal changes to make the build system simpler and easier to modify. (@​NogginBops)

  • Internal changes from Math to MathF where appropriate. (@​MV10)

4.8.1

  • API: Added NativeWindow.HasTransparentFramebuffer to be able to check if a transparent framebuffer was created successfully. (@​NogginBops)

  • API: Added missing enum entries in OpenCL.ContextProperties. (@​NogginBops)

  • FIX: NativeWindowSettings.StartVisible = false has been fixed and should now work as expected. (@​NogginBops)

  • FIX: Fixed issue where JoystickState.GetAxis returned buttons instead of axes. (@​NogginBops)

  • FIX: Fixed issue where self-contained dotnet publish would break due to duplicate libglfw.so files. (@​Th3Dilli)

  • FIX: Setting NativeWindow.WindowState will now be reflected in OnResize event caused by it. (@​NogginBops)

  • FIX: GameWindow.UpdateTime is now correctly updated, fixing an issue that first appeared in 4.7.1. (@​NogginBops)

  • FIX: Fixed typo in deprecation message for GameWindow.RenderFrequency. (@​postmeback)

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 18, 2024
@RedImp1470
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/nuget/housekeeping/OpenTK-4.8.2 branch from 46a3b0a to aee656f Compare March 20, 2024 14:29
@RedImp1470
Copy link
Member

@dependabot rebase

Bumps [OpenTK](https://github.com/opentk/opentk) from 4.8.0 to 4.8.2.
- [Release notes](https://github.com/opentk/opentk/releases)
- [Changelog](https://github.com/opentk/opentk/blob/master/RELEASE_NOTES.md)
- [Commits](opentk/opentk@4.8.0...4.8.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/housekeeping/OpenTK-4.8.2 branch from aee656f to b2f5b39 Compare March 23, 2024 12:51
@RedImp1470 RedImp1470 merged commit ec53996 into housekeeping Mar 25, 2024
15 checks passed
@RedImp1470 RedImp1470 deleted the dependabot/nuget/housekeeping/OpenTK-4.8.2 branch March 25, 2024 06:54
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.

1 participant