Skip to content

Update Steamworks API to 1.6.2 #689

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

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
b98c5e5
Add platform check to RedistInstall.cs
khyperia Jan 13, 2025
b9d01ec
Update Steamworks API to 1.6.2
MindsEyeGames Mar 17, 2025
5baf1c0
fix: changes required for macos
Mar 14, 2025
2c732a4
Merge pull request #685 from chickensoft-games:fix/macos
rlabrecque Mar 21, 2025
ba3e01f
Merge pull request #671 from khyperia/add-platform-check-redist-install
rlabrecque Mar 21, 2025
bcef2bf
fix: duplicate conditional in the csproj file, changed from x64 to ar…
TheDevRatt Mar 21, 2025
e98c4c9
Merge pull request #693 from TheDevRatt/master
rlabrecque Mar 21, 2025
ffcb4bd
Fix some build issues in the 1.6.2 changes.
MindsEyeGames Mar 22, 2025
51abf60
Attempt to fix RemotePlayInput_t type blitting.
MindsEyeGames Mar 23, 2025
5289ecd
Update to Steamworks 1.61
rlabrecque Mar 31, 2025
b285e11
Merge pull request #694 from rlabrecque/v1.61
rlabrecque Mar 31, 2025
3be8a19
Added missing meta files
JamesMcGhee Apr 1, 2025
0e37ffa
Merge pull request #696 from heathen-engineering/master
rlabrecque Apr 2, 2025
5a06c8e
Update to Steamworks 1.62
rlabrecque Mar 31, 2025
0e93bea
Update Steamworks API to 1.6.2
MindsEyeGames Mar 17, 2025
c9e87de
Fix some build issues in the 1.6.2 changes.
MindsEyeGames Mar 22, 2025
6f2224e
Attempt to fix RemotePlayInput_t type blitting.
MindsEyeGames Mar 23, 2025
08289cd
Update to rebased version (and fix duplicate RemotePlayInput struct)
MindsEyeGames Apr 29, 2025
ab4066d
Merge branch 'master' of https://github.com/MindsEyeGames/Steamworks.NET
MindsEyeGames Apr 29, 2025
80b793e
Add meta file for the new RemotePlayInput file
MindsEyeGames May 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix some build issues in the 1.6.2 changes.
FWIW when testing the "GetInput" function, it *is* returning the correct number of input events, but does not seem to actually be storing the values in the passed-in array.

I am unsure what the correct fix is here TBH, I am not familiar enough with c/c# native interop to know if this is a bad way of getting the array changes propagated to C#
  • Loading branch information
MindsEyeGames committed Apr 28, 2025
commit c9e87de8f6fad34f53385d547dcaacef290abc80

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.