| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Implemented Serialize, Deserialize and other common traits where appropriate | Flaise | 2019-08-03 | 12 | -39/+51 | |
| | | ||||||
| * | Fix for thread contention causing errors on Mac OS and segfaults on Windows | Flaise | 2019-07-30 | 6 | -6/+21 | |
| | | ||||||
| * | Updated to support SDK version 1.45 on Mac OS | Flaise | 2019-07-30 | 2 | -4/+4 | |
| | | ||||||
| * | Add PublishedFileId struct | Alex Parrill | 2019-06-09 | 1 | -8/+13 | |
| | | ||||||
| * | Add AccountId type | Alex Parrill | 2019-06-09 | 2 | -4/+8 | |
| | | ||||||
| * | Fix Query handle leaking on errors | Alex Parrill | 2019-06-09 | 1 | -1/+4 | |
| | | ||||||
| * | Fix QueryResults possibly outliving the steam client by limiting it to the ↵ | Alex Parrill | 2019-06-09 | 1 | -7/+10 | |
| | | | | | | | | | callback Strictly speaking, the query result can live for as long as the steam client, but since the Arc<Inner<Manager>> that keeps the client alive isn't `Send`, we can't move it into the callback that captures the results. | |||||
| * | Fix UGC UserListQuery::drop leaking | Alex Parrill | 2019-06-09 | 1 | -18/+23 | |
| | | ||||||
| * | Add partial UGC (Workshop) support | Alex Parrill | 2019-06-09 | 2 | -0/+549 | |
| | | | | | | | Supported major features are (un)subscribing from items, getting the list of currently subscribed items, and performing searches against user-related lists (ex. currently subscribed, favorited, ...) for the current app. Can be extended to other searches later. | |||||
| * | Add SteamId::account_id to get the account ID | Alex Parrill | 2019-06-09 | 1 | -0/+7 | |
| | | | | | The account ID is used in a few places in the API. | |||||
| * | Add Utils::set_warning_callback for logging Steam warnings | Alex Parrill | 2019-06-09 | 2 | -1/+55 | |
| | | ||||||
| * | Always catch panics during callbacks (Fixes #9) | Matthew Collins | 2019-06-05 | 1 | -35/+36 | |
| | | | | | Also catch them when dropping the callback to be safe | |||||
| * | Implement the cloud storage api | Matthew Collins | 2019-06-05 | 5 | -15/+320 | |
| | | ||||||
| * | Add stats & achievements API | Alex Butler | 2019-05-16 | 3 | -1/+225 | |
| | | ||||||
| * | Generate the bindings from the provided json file instead of bindgen (Fixes #3) | Matthew Collins | 2019-03-16 | 11 | -250/+245 | |
| | | | | | Allow us to remove the hack for accessing packed structs | |||||
| * | Add basic leaderboard handling (Work on #4) | Matthew Collins | 2018-08-28 | 2 | -0/+227 | |
| | | ||||||
| * | Fix a crash requesting friends when the user is offline | Matthew Collins | 2018-06-26 | 1 | -0/+3 | |
| | | ||||||
| * | Steam networking support + other improvements | Matthew Collins | 2018-05-07 | 7 | -13/+364 | |
| | | ||||||
| * | Fix building with older steam sdks | Matthew Collins | 2018-05-05 | 1 | -8/+0 | |
| | | ||||||
| * | Only allow run_callbacks to be run on a single thread at any time | Matthew Collins | 2018-05-05 | 5 | -45/+72 | |
| | | ||||||
| * | Rework how the sys crate is generated | Matthew Collins | 2018-05-05 | 7 | -189/+291 | |
| | | | | | | Due to packing issues with steam's structs we use wrapper methods to access the fields and create the structs. | |||||
| * | Add restart_app_if_necessary | Matthew Collins | 2018-05-02 | 1 | -0/+11 | |
| | | ||||||
| * | Cleanup callback handling. | Scetch | 2018-03-16 | 4 | -114/+139 | |
| | | ||||||
| * | Replace Cow<str> with String in the API | Matthew Collins | 2018-03-01 | 4 | -7/+16 | |
| | | | | | | | | The steamworks API states that returned strings may be freed at any time and must not be stored. Also adds a way to get the current user's name. | |||||
| * | Don't require the manager to implement Clone for the client to be clonable | Matthew Collins | 2018-03-01 | 1 | -3/+11 | |
| | | ||||||
| * | Initial support for servers | Matthew Collins | 2018-02-28 | 3 | -37/+348 | |
| | | ||||||
| * | Implement user authentication session methods | Matthew Collins | 2018-02-27 | 1 | -0/+234 | |
| | | ||||||
| * | Try and make the accessors generic over the client and server | Matthew Collins | 2018-02-27 | 6 | -92/+112 | |
| | | ||||||
| * | Add accessors for `SteamId`'s inner values | Matthew Collins | 2018-02-27 | 1 | -0/+18 | |
| | | ||||||
| * | Improve error handling | Matthew Collins | 2018-02-27 | 3 | -23/+514 | |
| | | ||||||
| * | Add basic steam user accessor | Matthew Collins | 2018-02-27 | 2 | -0/+32 | |
| | | ||||||
| * | Derive `Ord`/`Eq` for SteamId | Matthew Collins | 2018-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | Add a way to move notifications | Matthew Collins | 2018-02-24 | 1 | -0/+21 | |
| | | ||||||
| * | Initial work on lobbies + A clean up | Matthew Collins | 2018-02-24 | 2 | -31/+178 | |
| | | ||||||
| * | Make the client `Send + Sync` | Matthew Collins | 2018-02-23 | 1 | -0/+3 | |
| | | ||||||
| * | Add some basic docs to parts of the api | Matthew Collins | 2018-02-17 | 3 | -0/+80 | |
| | | ||||||
| * | Fix use of deprecated method | Matthew Collins | 2018-02-17 | 1 | -1/+1 | |
| | | ||||||
| * | Allow the use of the api across threads | Matthew Collins | 2018-02-17 | 4 | -13/+18 | |
| | | ||||||
| * | Update bitflags | Matthew Collins | 2018-02-15 | 2 | -17/+44 | |
| | | ||||||
| * | Initial steam callbacks work | Matthew Collins | 2017-09-06 | 2 | -0/+97 | |
| | | | | | | | The callback system requires the use of C++ classes. I've ended up linking a static lib that forwards a rust closure to a C++ class. | |||||
| * | Initial commit | Matthew Collins | 2017-09-06 | 5 | -0/+392 | |