aboutsummaryrefslogtreecommitdiff
path: root/src/friends.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove libc dependencyadumbidiot2021-03-201-2/+2
* Make request_user_information return the returned bool from SteamworksWilliam Venner2021-03-161-2/+2
* Add friends::large_avatar (binding to ISteamFriends->GetLargeFriendAvatar)William Venner2021-02-271-0/+23
* Update to steamworks 151Matthew Collins2021-02-101-2/+2
* Rework to use the new flat steam apiMatthew Collins2020-02-221-26/+30
* Expand workshop supportMatthew Collins2020-01-251-1/+1
* Binding for SetLobbyJoinable, FriendState derivations, small documentation ad...Flaise2019-09-011-4/+3
* Made serde dependency optionalFlaise2019-08-031-5/+8
* Implemented Serialize, Deserialize and other common traits where appropriateFlaise2019-08-031-4/+6
* Implement the cloud storage apiMatthew Collins2019-06-051-1/+1
* Generate the bindings from the provided json file instead of bindgen (Fixes #3)Matthew Collins2019-03-161-25/+25
* Fix a crash requesting friends when the user is offlineMatthew Collins2018-06-261-0/+3
* Steam networking support + other improvementsMatthew Collins2018-05-071-0/+96
* Rework how the sys crate is generatedMatthew Collins2018-05-051-11/+32
* Cleanup callback handling.Scetch2018-03-161-6/+2
* Replace Cow<str> with String in the APIMatthew Collins2018-03-011-2/+12
* Try and make the accessors generic over the client and serverMatthew Collins2018-02-271-9/+11
* Allow the use of the api across threadsMatthew Collins2018-02-171-2/+2
* Update bitflagsMatthew Collins2018-02-151-15/+42
* Initial steam callbacks workMatthew Collins2017-09-061-0/+29
* Initial commitMatthew Collins2017-09-061-0/+100