aboutsummaryrefslogtreecommitdiff
path: root/steamworks-sys/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Update `sys` crate to edition 2018adumbidiot2021-03-181-2/+0
* Fix doc buildsMatthew Collins2021-02-271-1/+5
* Rework to use the new flat steam apiMatthew Collins2020-02-221-255/+1
* Include generated bindings (Fixes #11)Matthew Collins2020-01-251-1/+1
* Expand workshop supportMatthew Collins2020-01-251-4/+13
* Binding for SetLobbyJoinable, FriendState derivations, small documentation ad...Flaise2019-09-011-0/+1
* Added more bindings to SteamGameServer APIFlaise2019-08-141-0/+5
* Add partial UGC (Workshop) supportAlex Parrill2019-06-091-0/+25
* Add SteamId::account_id to get the account IDAlex Parrill2019-06-091-0/+1
* Add Utils::set_warning_callback for logging Steam warningsAlex Parrill2019-06-091-0/+1
* Implement the cloud storage apiMatthew Collins2019-06-051-1/+24
* Add stats & achievements APIAlex Butler2019-05-161-1/+34
* Generate the bindings from the provided json file instead of bindgen (Fixes #3)Matthew Collins2019-03-161-61/+67
* Add basic leaderboard handling (Work on #4)Matthew Collins2018-08-281-0/+9
* Steam networking support + other improvementsMatthew Collins2018-05-071-1/+23
* Rework how the sys crate is generatedMatthew Collins2018-05-051-215/+14
* Add restart_app_if_necessaryMatthew Collins2018-05-021-2/+3
* Cleanup callback handling.Scetch2018-03-161-24/+15
* Replace Cow<str> with String in the APIMatthew Collins2018-03-011-0/+1
* Initial support for serversMatthew Collins2018-02-281-0/+28
* Implement user authentication session methodsMatthew Collins2018-02-271-0/+43
* Improve error handlingMatthew Collins2018-02-271-1/+1
* Add basic steam user accessorMatthew Collins2018-02-271-0/+5
* Add a way to move notificationsMatthew Collins2018-02-241-0/+9
* Initial work on lobbies + A clean upMatthew Collins2018-02-241-11/+162
* Update bitflagsMatthew Collins2018-02-151-0/+1
* Initial steam callbacks workMatthew Collins2017-09-061-1/+22
* Handle the fact windows 64 bit uses a different library name than other platf...Matthew Collins2017-09-061-1/+0
* Initial commitMatthew Collins2017-09-061-0/+77