| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove libc dependency | adumbidiot | 2021-03-20 | 1 | -1/+0 |
| | | |||||
| * | Fix doc builds | Matthew Collins | 2021-02-27 | 1 | -7/+7 |
| | | |||||
| * | Set version to 0.7.0 | Matthew Collins | 2021-02-27 | 1 | -2/+2 |
| | | |||||
| * | Replace failure with thiserror | adumbidiot | 2020-09-22 | 1 | -1/+1 |
| | | |||||
| * | Bump version to 0.6.1 | Matthew Collins | 2020-01-25 | 1 | -1/+1 |
| | | |||||
| * | Expand workshop support | Matthew Collins | 2020-01-25 | 1 | -2/+2 |
| | | |||||
| * | Made serde dependency optional | Flaise | 2019-08-03 | 1 | -1/+1 |
| | | |||||
| * | Implemented Serialize, Deserialize and other common traits where appropriate | Flaise | 2019-08-03 | 1 | -0/+1 |
| | | |||||
| * | Fix for thread contention causing errors on Mac OS and segfaults on Windows | Flaise | 2019-07-30 | 1 | -0/+4 |
| | | |||||
| * | 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 | -2/+2 |
| | | |||||
| * | Implement the cloud storage api | Matthew Collins | 2019-06-05 | 1 | -0/+1 |
| | | |||||
| * | Set versions to 0.5.0 and 0.4.0 (for sys) | Matthew Collins | 2019-03-23 | 1 | -2/+2 |
| | | |||||
| * | Generate the bindings from the provided json file instead of bindgen (Fixes #3) | Matthew Collins | 2019-03-16 | 1 | -6/+6 |
| | | | | | Allow us to remove the hack for accessing packed structs | ||||
| * | Version 0.4.1 | Matthew Collins | 2018-06-26 | 1 | -1/+1 |
| | | |||||
| * | 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. | ||||
| * | 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 | 1 | -1/+1 |
| | | |||||
| * | Replace Cow<str> with String in the API | Matthew Collins | 2018-03-01 | 1 | -2/+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. | ||||
| * | Don't require the manager to implement Clone for the client to be clonable | Matthew Collins | 2018-03-01 | 1 | -1/+1 |
| | | |||||
| * | Initial support for servers | Matthew Collins | 2018-02-28 | 1 | -1/+1 |
| | | |||||
| * | Implement user authentication session methods | Matthew Collins | 2018-02-27 | 1 | -1/+1 |
| | | |||||
| * | Fix the author in the Cargo.toml | Matthew Collins | 2018-02-27 | 1 | -1/+1 |
| | | |||||
| * | Try and make the accessors generic over the client and server | Matthew Collins | 2018-02-27 | 1 | -2/+1 |
| | | |||||
| * | Update Cargo.toml | Matthew Collins | 2018-02-27 | 1 | -0/+10 |
| | | |||||
| * | Add a feature for docs-only builds | Matthew Collins | 2018-02-27 | 1 | -0/+5 |
| | | |||||
| * | Improve error handling | Matthew Collins | 2018-02-27 | 1 | -1/+1 |
| | | |||||
| * | Include a version for `-sys` | Matthew Collins | 2018-02-18 | 1 | -1/+1 |
| | | |||||
| * | Update deps | Matthew Collins | 2018-02-15 | 1 | -2/+2 |
| | | |||||
| * | Update bitflags | Matthew Collins | 2018-02-15 | 1 | -1/+1 |
| | | |||||
| * | Initial steam callbacks work | Matthew Collins | 2017-09-06 | 1 | -1/+2 |
| | | | | | | | 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 | 1 | -0/+14 |