| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rework to use the new flat steam api | Matthew Collins | 2020-02-22 | 1 | -97/+0 |
| | | |||||
| * | Add partial UGC (Workshop) support | Alex Parrill | 2019-06-09 | 1 | -0/+1 |
| | | | | | | | 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/+6 |
| | | | | | The account ID is used in a few places in the API. | ||||
| * | Implement the cloud storage api | Matthew Collins | 2019-06-05 | 1 | -0/+1 |
| | | |||||
| * | Add basic leaderboard handling (Work on #4) | Matthew Collins | 2018-08-28 | 1 | -0/+1 |
| | | |||||
| * | Steam networking support + other improvements | Matthew Collins | 2018-05-07 | 1 | -0/+25 |
| | | |||||
| * | Rework how the sys crate is generated | Matthew Collins | 2018-05-05 | 1 | -2/+2 |
| | | | | | | Due to packing issues with steam's structs we use wrapper methods to access the fields and create the structs. | ||||
| * | Cleanup callback handling. | Scetch | 2018-03-16 | 1 | -101/+45 |
| | | |||||
| * | Initial support for servers | Matthew Collins | 2018-02-28 | 1 | -4/+20 |
| | | |||||
| * | Add basic steam user accessor | Matthew Collins | 2018-02-27 | 1 | -1/+2 |
| | | |||||
| * | Run the cpp wrapper for clang-format | Matthew Collins | 2018-02-24 | 1 | -113/+76 |
| | | |||||
| * | Initial work on lobbies + A clean up | Matthew Collins | 2018-02-24 | 1 | -0/+83 |
| | | |||||
| * | Initial steam callbacks work | Matthew Collins | 2017-09-06 | 1 | -0/+56 |
| 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. | |||||