aboutsummaryrefslogtreecommitdiff
path: root/src/user.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add `SteamServersConnected`, `SteamServersDisconnected` and ↵William Venner2021-04-011-0/+57
| | | | `SteamServerConnectFailure` callbacks
* Remove libc dependencyadumbidiot2021-03-201-2/+2
|
* Replace failure with thiserroradumbidiot2020-09-221-16/+16
|
* Rework to use the new flat steam apiMatthew Collins2020-02-221-22/+24
|
* Fix for thread contention causing errors on Mac OS and segfaults on WindowsFlaise2019-07-301-2/+4
|
* Generate the bindings from the provided json file instead of bindgen (Fixes #3)Matthew Collins2019-03-161-30/+26
| | | | Allow us to remove the hack for accessing packed structs
* Steam networking support + other improvementsMatthew Collins2018-05-071-2/+2
|
* Only allow run_callbacks to be run on a single thread at any timeMatthew Collins2018-05-051-3/+3
|
* Rework how the sys crate is generatedMatthew Collins2018-05-051-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.Scetch2018-03-161-14/+6
|
* Initial support for serversMatthew Collins2018-02-281-1/+1
|
* Implement user authentication session methodsMatthew Collins2018-02-271-0/+234
|
* Try and make the accessors generic over the client and serverMatthew Collins2018-02-271-3/+3
|
* Add basic steam user accessorMatthew Collins2018-02-271-0/+17