aboutsummaryrefslogtreecommitdiff
path: root/steamworks-sys
Commit message (Expand)AuthorAgeFilesLines
* Bump bindgen version to 0.58patch-1James Liu2021-05-071-1/+1
* Fix macOS buildsWilliam Venner2021-04-041-0/+1
* Remove `libc` dependency from `sys` crateadumbidiot2021-03-181-1/+0
* Update `sys` crate to edition 2018adumbidiot2021-03-182-2/+1
* Make `sys` crate rebuild when `STEAM_SDK_LOCATION` changesadumbidiot2021-03-181-0/+1
* Fix doc buildsMatthew Collins2021-02-273-720/+1590
* Set version to 0.7.0Matthew Collins2021-02-271-1/+1
* Remove old workaroundsMatthew Collins2021-02-102-6/+0
* Update to steamworks 151Matthew Collins2021-02-101-4/+4
* Rework to use the new flat steam apiMatthew Collins2020-02-227-2946/+28437
* Bump version to 0.6.1Matthew Collins2020-01-251-1/+1
* Include generated bindings (Fixes #11)Matthew Collins2020-01-253-135/+3036
* Expand workshop supportMatthew Collins2020-01-252-5/+14
* Binding for SetLobbyJoinable, FriendState derivations, small documentation ad...Flaise2019-09-011-0/+1
* Added more bindings to SteamGameServer APIFlaise2019-08-141-0/+5
* Fixed build script on LinuxFlaise2019-07-301-1/+4
* Fixed build script on WindowsFlaise2019-07-301-9/+11
* Updated to support SDK version 1.45 on Mac OSFlaise2019-07-301-9/+17
* Add partial UGC (Workshop) supportAlex Parrill2019-06-092-0/+26
* Add SteamId::account_id to get the account IDAlex Parrill2019-06-092-0/+7
* Add Utils::set_warning_callback for logging Steam warningsAlex Parrill2019-06-091-0/+1
* 0.5.1 (and 0.5.0 for sys)Matthew Collins2019-06-061-1/+1
* Implement the cloud storage apiMatthew Collins2019-06-052-1/+25
* Add stats & achievements APIAlex Butler2019-05-162-9/+47
* Skip fields with missing enum typesAlex Butler2019-05-071-0/+3
* Set versions to 0.5.0 and 0.4.0 (for sys)Matthew Collins2019-03-232-3/+1
* Generate the bindings from the provided json file instead of bindgen (Fixes #3)Matthew Collins2019-03-163-225/+206
* Add basic leaderboard handling (Work on #4)Matthew Collins2018-08-282-0/+10
* Improve the generated wrappersMatthew Collins2018-05-072-11/+31
* Steam networking support + other improvementsMatthew Collins2018-05-072-1/+48
* Fix building on stableMatthew Collins2018-05-051-3/+3
* Only allow run_callbacks to be run on a single thread at any timeMatthew Collins2018-05-051-1/+1
* Rework how the sys crate is generatedMatthew Collins2018-05-055-222/+234
* Minor bump due to slight mistake with last publishMatthew Collins2018-05-021-1/+1
* Add restart_app_if_necessaryMatthew Collins2018-05-022-3/+4
* Cleanup callback handling.Scetch2018-03-162-125/+60
* Replace Cow<str> with String in the APIMatthew Collins2018-03-012-1/+2
* Initial support for serversMatthew Collins2018-02-283-5/+49
* Implement user authentication session methodsMatthew Collins2018-02-272-1/+44
* Fix the author in the Cargo.tomlMatthew Collins2018-02-271-1/+1
* Fix the metadata for the sys crateMatthew Collins2018-02-271-1/+4
* Update Cargo.tomlMatthew Collins2018-02-272-1/+5
* Add a feature for docs-only buildsMatthew Collins2018-02-272-2/+14
* Improve error handlingMatthew Collins2018-02-271-1/+1
* Add basic steam user accessorMatthew Collins2018-02-272-1/+7
* Run the cpp wrapper for clang-formatMatthew Collins2018-02-241-113/+76
* Add a way to move notificationsMatthew Collins2018-02-241-0/+9
* Initial work on lobbies + A clean upMatthew Collins2018-02-242-11/+245
* Update depsMatthew Collins2018-02-152-4/+4
* Update bitflagsMatthew Collins2018-02-151-0/+1