| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump bindgen version to 0.58patch-1 | James Liu | 2021-05-07 | 1 | -1/+1 |
| | | |||||
| * | Fix macOS builds | William Venner | 2021-04-04 | 1 | -0/+1 |
| | | |||||
| * | Remove `libc` dependency from `sys` crate | adumbidiot | 2021-03-18 | 1 | -1/+0 |
| | | |||||
| * | Update `sys` crate to edition 2018 | adumbidiot | 2021-03-18 | 2 | -2/+1 |
| | | |||||
| * | Make `sys` crate rebuild when `STEAM_SDK_LOCATION` changes | adumbidiot | 2021-03-18 | 1 | -0/+1 |
| | | |||||
| * | Fix doc builds | Matthew Collins | 2021-02-27 | 3 | -720/+1590 |
| | | |||||
| * | Set version to 0.7.0 | Matthew Collins | 2021-02-27 | 1 | -1/+1 |
| | | |||||
| * | Remove old workarounds | Matthew Collins | 2021-02-10 | 2 | -6/+0 |
| | | |||||
| * | Update to steamworks 151 | Matthew Collins | 2021-02-10 | 1 | -4/+4 |
| | | |||||
| * | Rework to use the new flat steam api | Matthew Collins | 2020-02-22 | 7 | -2946/+28437 |
| | | |||||
| * | Bump version to 0.6.1 | Matthew Collins | 2020-01-25 | 1 | -1/+1 |
| | | |||||
| * | Include generated bindings (Fixes #11) | Matthew Collins | 2020-01-25 | 3 | -135/+3036 |
| | | |||||
| * | Expand workshop support | Matthew Collins | 2020-01-25 | 2 | -5/+14 |
| | | |||||
| * | Binding for SetLobbyJoinable, FriendState derivations, small documentation ↵ | Flaise | 2019-09-01 | 1 | -0/+1 |
| | | | | | adjustments | ||||
| * | Added more bindings to SteamGameServer API | Flaise | 2019-08-14 | 1 | -0/+5 |
| | | |||||
| * | Fixed build script on Linux | Flaise | 2019-07-30 | 1 | -1/+4 |
| | | |||||
| * | Fixed build script on Windows | Flaise | 2019-07-30 | 1 | -9/+11 |
| | | |||||
| * | Updated to support SDK version 1.45 on Mac OS | Flaise | 2019-07-30 | 1 | -9/+17 |
| | | |||||
| * | Add partial UGC (Workshop) support | Alex Parrill | 2019-06-09 | 2 | -0/+26 |
| | | | | | | | 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 | 2 | -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 | 1 | -0/+1 |
| | | |||||
| * | 0.5.1 (and 0.5.0 for sys) | Matthew Collins | 2019-06-06 | 1 | -1/+1 |
| | | |||||
| * | Implement the cloud storage api | Matthew Collins | 2019-06-05 | 2 | -1/+25 |
| | | |||||
| * | Add stats & achievements API | Alex Butler | 2019-05-16 | 2 | -9/+47 |
| | | |||||
| * | Skip fields with missing enum types | Alex Butler | 2019-05-07 | 1 | -0/+3 |
| | | |||||
| * | Set versions to 0.5.0 and 0.4.0 (for sys) | Matthew Collins | 2019-03-23 | 2 | -3/+1 |
| | | |||||
| * | Generate the bindings from the provided json file instead of bindgen (Fixes #3) | Matthew Collins | 2019-03-16 | 3 | -225/+206 |
| | | | | | Allow us to remove the hack for accessing packed structs | ||||
| * | Add basic leaderboard handling (Work on #4) | Matthew Collins | 2018-08-28 | 2 | -0/+10 |
| | | |||||
| * | Improve the generated wrappers | Matthew Collins | 2018-05-07 | 2 | -11/+31 |
| | | | | | Should fix crashes on Windows | ||||
| * | Steam networking support + other improvements | Matthew Collins | 2018-05-07 | 2 | -1/+48 |
| | | |||||
| * | Fix building on stable | Matthew Collins | 2018-05-05 | 1 | -3/+3 |
| | | |||||
| * | Only allow run_callbacks to be run on a single thread at any time | Matthew Collins | 2018-05-05 | 1 | -1/+1 |
| | | |||||
| * | Rework how the sys crate is generated | Matthew Collins | 2018-05-05 | 5 | -222/+234 |
| | | | | | | Due to packing issues with steam's structs we use wrapper methods to access the fields and create the structs. | ||||
| * | Minor bump due to slight mistake with last publish | Matthew Collins | 2018-05-02 | 1 | -1/+1 |
| | | |||||
| * | Add restart_app_if_necessary | Matthew Collins | 2018-05-02 | 2 | -3/+4 |
| | | |||||
| * | Cleanup callback handling. | Scetch | 2018-03-16 | 2 | -125/+60 |
| | | |||||
| * | Replace Cow<str> with String in the API | Matthew Collins | 2018-03-01 | 2 | -1/+2 |
| | | | | | | | | 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. | ||||
| * | Initial support for servers | Matthew Collins | 2018-02-28 | 3 | -5/+49 |
| | | |||||
| * | Implement user authentication session methods | Matthew Collins | 2018-02-27 | 2 | -1/+44 |
| | | |||||
| * | Fix the author in the Cargo.toml | Matthew Collins | 2018-02-27 | 1 | -1/+1 |
| | | |||||
| * | Fix the metadata for the sys crate | Matthew Collins | 2018-02-27 | 1 | -1/+4 |
| | | |||||
| * | Update Cargo.toml | Matthew Collins | 2018-02-27 | 2 | -1/+5 |
| | | |||||
| * | Add a feature for docs-only builds | Matthew Collins | 2018-02-27 | 2 | -2/+14 |
| | | |||||
| * | Improve error handling | Matthew Collins | 2018-02-27 | 1 | -1/+1 |
| | | |||||
| * | Add basic steam user accessor | Matthew Collins | 2018-02-27 | 2 | -1/+7 |
| | | |||||
| * | Run the cpp wrapper for clang-format | Matthew Collins | 2018-02-24 | 1 | -113/+76 |
| | | |||||
| * | Add a way to move notifications | Matthew Collins | 2018-02-24 | 1 | -0/+9 |
| | | |||||
| * | Initial work on lobbies + A clean up | Matthew Collins | 2018-02-24 | 2 | -11/+245 |
| | | |||||
| * | Update deps | Matthew Collins | 2018-02-15 | 2 | -4/+4 |
| | | |||||
| * | Update bitflags | Matthew Collins | 2018-02-15 | 1 | -0/+1 |
| | | |||||