Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
RimSort
/
SteamworksPy
Public
forked from
twstagg/SteamworksPy
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
0
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 10, 2024
Add #include <cstdint> needed for compilation on recent gcc version
yodatak
authored
7b35e08
View commit details
Copy full SHA for 7b35e08
Browse repository at this point
Commits on Nov 25, 2023
Allow passing _libs path param to preload libs, or rely on SWPY_PATH env var
twstagg
committed
2b14087
View commit details
Copy full SHA for 2b14087
Browse repository at this point
Commits on May 25, 2023
Fix compile warnings on MacOS
twstagg
committed
2c60234
View commit details
Copy full SHA for 2c60234
Browse repository at this point
Implement ISteamUGC/GetAppDependencies
Show description for 881fa36
twstagg
committed
881fa36
View commit details
Copy full SHA for 881fa36
Browse repository at this point
Commits on Apr 8, 2023
Add support when being run from a compiled Nuitka --onefile executable
twstagg
committed
a1d5cb0
View commit details
Copy full SHA for a1d5cb0
Browse repository at this point
Commits on Feb 25, 2023
Merge pull request #85 from Frederic98/master
Show description for 9496d30
philippj
authored
9496d30
View commit details
Copy full SHA for 9496d30
Browse repository at this point
Commits on Jan 29, 2023
Search library folder for .dll/.so library files
Frederic98
committed
1cef2d5
View commit details
Copy full SHA for 1cef2d5
Browse repository at this point
Replace SteamController with SteamInput interface
Show description for 50b574d
Frederic98
committed
50b574d
View commit details
Copy full SHA for 50b574d
Browse repository at this point
Commits on Nov 19, 2022
Merge pull request #78 from zxcvbnm3057/pr
Show description for 408114b
philippj
authored
408114b
View commit details
Copy full SHA for 408114b
Browse repository at this point
Commits on Sep 23, 2022
fix: fix SubmitItemUpdateResult_t struct error
zxcvbnm3057
committed
2282b48
View commit details
Copy full SHA for 2282b48
Browse repository at this point
Commits on Jul 26, 2022
Merge pull request #76 from joseasoler/subscription_callback_linux
Show description for 29f4031
philippj
authored
29f4031
View commit details
Copy full SHA for 29f4031
Browse repository at this point
Commits on Jul 25, 2022
The enums used by RemoteStorageSubscribePublishedFileResult_t and RemoteStorageEnumerateUserSubscribedFilesResult_t do not have a fixed underlying type.
Show description for 248eef1
joseasoler
committed
248eef1
View commit details
Copy full SHA for 248eef1
Browse repository at this point
Commits on Apr 2, 2022
Merge pull request #72 from vu1canic/patch-1
Show description for f734ad7
philippj
authored
f734ad7
View commit details
Copy full SHA for f734ad7
Browse repository at this point
Commits on Feb 20, 2022
Workaround to linux problems
Show description for 41082c4
vu1canic
authored
41082c4
View commit details
Copy full SHA for 41082c4
Browse repository at this point
Commits on Nov 14, 2021
#71 Win64 build
philippj
committed
bd942ac
View commit details
Copy full SHA for bd942ac
Browse repository at this point
#71 Register MicroTxn interface
philippj
committed
64f93c4
View commit details
Copy full SHA for 64f93c4
Browse repository at this point
#71 Add interface for MicroTxn operations
philippj
committed
ccdd430
View commit details
Copy full SHA for ccdd430
Browse repository at this point
#71 Register MicroTxn relevant methods and structs
philippj
committed
ce08566
View commit details
Copy full SHA for ce08566
Browse repository at this point
#71 Implement MicroTxn Callback
philippj
committed
80c3b58
View commit details
Copy full SHA for 80c3b58
Browse repository at this point
Commits on May 10, 2021
Compiled SteamworksPy64.dll
philippj
committed
a6e67fa
View commit details
Copy full SHA for a6e67fa
Browse repository at this point
Merge pull request #69 from JackOekaki/master
Show description for ad65897
philippj
authored
ad65897
View commit details
Copy full SHA for ad65897
Browse repository at this point
Commits on May 6, 2021
Changed override_callback semantics to be less confusing. New behaviour:
Show description for 7a7aaa8
JackOekaki
committed
7a7aaa8
View commit details
Copy full SHA for 7a7aaa8
Browse repository at this point
- Instead of calling ctypes functions on _cdll directly, use the one added to attribtues to make sure we're getting all the nice type checking
Show description for 028b67e
JackOekaki
committed
028b67e
View commit details
Copy full SHA for 028b67e
Browse repository at this point
Convert enum to int
JackOekaki
committed
43448b7
View commit details
Copy full SHA for 43448b7
Browse repository at this point
- Change notes are strings, fixed type annotation
Show description for 7c8624a
JackOekaki
committed
7c8624a
View commit details
Copy full SHA for 7c8624a
Browse repository at this point
Fixing item update progress fn:
Show description for 039562d
JackOekaki
committed
039562d
View commit details
Copy full SHA for 039562d
Browse repository at this point
Fixing up some references to variables that didn't exist
JackOekaki
committed
48e5faa
View commit details
Copy full SHA for 48e5faa
Browse repository at this point
New python methods for use when uploading mods: SetItemTags and SetItemVisibility. They already exist in the C++ DLL
JackOekaki
committed
bea667e
View commit details
Copy full SHA for bea667e
Browse repository at this point
Add explicit ctypes for all the workshop mod uploading functions
JackOekaki
committed
05baa38
View commit details
Copy full SHA for 05baa38
Browse repository at this point
- Added EResult and ERemoteStoragePublishedFileVisibility
Show description for d55c47e
JackOekaki
committed
d55c47e
View commit details
Copy full SHA for d55c47e
Browse repository at this point
Made EItemState an IntFlag because it's a bitfield not an enum
JackOekaki
committed
7719bb4
View commit details
Copy full SHA for 7719bb4
Browse repository at this point
Commits on Mar 26, 2021
Compiled SteamworksPy64.dll for SDK v1.51
philippj
committed
3d43af5
View commit details
Copy full SHA for 3d43af5
Browse repository at this point
Commits on Feb 22, 2021
Merge pull request #64 from sudasana/patch-1
Show description for 220b035
philippj
authored
220b035
View commit details
Copy full SHA for 220b035
Browse repository at this point
Commits on Feb 21, 2021
Update __init__.py
sudasana
authored
4d10a5b
View commit details
Copy full SHA for 4d10a5b
Browse repository at this point
Commits on Feb 20, 2021
Update __init__.py
Show description for 6facbed
sudasana
authored
6facbed
View commit details
Copy full SHA for 6facbed
Browse repository at this point
Previous
Next
You can’t perform that action at this time.