| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add `SteamServersConnected`, `SteamServersDisconnected` and ↵ | William Venner | 2021-04-01 | 1 | -0/+57 |
| | | | | | `SteamServerConnectFailure` callbacks | ||||
| * | Remove libc dependency | adumbidiot | 2021-03-20 | 1 | -2/+2 |
| | | |||||
| * | Replace failure with thiserror | adumbidiot | 2020-09-22 | 1 | -16/+16 |
| | | |||||
| * | Rework to use the new flat steam api | Matthew Collins | 2020-02-22 | 1 | -22/+24 |
| | | |||||
| * | Fix for thread contention causing errors on Mac OS and segfaults on Windows | Flaise | 2019-07-30 | 1 | -2/+4 |
| | | |||||
| * | Generate the bindings from the provided json file instead of bindgen (Fixes #3) | Matthew Collins | 2019-03-16 | 1 | -30/+26 |
| | | | | | Allow us to remove the hack for accessing packed structs | ||||
| * | Steam networking support + other improvements | Matthew Collins | 2018-05-07 | 1 | -2/+2 |
| | | |||||
| * | Only allow run_callbacks to be run on a single thread at any time | Matthew Collins | 2018-05-05 | 1 | -3/+3 |
| | | |||||
| * | Rework how the sys crate is generated | Matthew Collins | 2018-05-05 | 1 | -24/+26 |
| | | | | | | 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 | -14/+6 |
| | | |||||
| * | Initial support for servers | Matthew Collins | 2018-02-28 | 1 | -1/+1 |
| | | |||||
| * | 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 | 1 | -3/+3 |
| | | |||||
| * | Add basic steam user accessor | Matthew Collins | 2018-02-27 | 1 | -0/+17 |