aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update version in readmeMatthew Collins2021-02-271-1/+1
* Fix doc buildsMatthew Collins2021-02-274-727/+1597
* Set version to 0.7.0Matthew Collins2021-02-272-3/+3
* Remove old workaroundsMatthew Collins2021-02-102-6/+0
* Update to steamworks 151Matthew Collins2021-02-105-13/+13
* Merge pull request #25 from adumbidiot/add-readmeMatthew Collins2020-09-271-0/+70
|\
| * Create README.mdadumbidiot2020-09-261-0/+70
|/
* Merge pull request #24 from adumbidiot/remove-failureMatthew Collins2020-09-244-128/+128
|\
| * Replace failure with thiserroradumbidiot2020-09-224-128/+128
|/
* Use FnOnce instead of Fn for callresultsMatthew Collins2020-09-025-14/+14
* Use `Fn` instead of `FnMut` for call results as they will be called at most onceMatthew Collins2020-06-215-32/+32
* Merge pull request #23 from wyozi/patch-1Matthew Collins2020-06-211-0/+19
|\
| * Add UpdateHandle description and previewJoonas2020-06-221-0/+19
|/
* Rework to use the new flat steam apiMatthew Collins2020-02-2221-3494/+28839
* Bump version to 0.6.1Matthew Collins2020-01-252-2/+2
* Include generated bindings (Fixes #11)Matthew Collins2020-01-253-135/+3036
* Expand workshop supportMatthew Collins2020-01-256-18/+295
* Merge pull request #17 from Flaise/matchmakingMatthew Collins2019-09-048-15/+32
|\
| * Binding for SetLobbyJoinable, FriendState derivations, small documentation ad...Flaise2019-09-013-4/+21
| * SteamError is Copy and Clone, adjusted callback type constraintsFlaise2019-08-226-11/+11
|/
* Replaced tabs with spacesFlaise2019-08-141-2/+2
* Added more bindings to SteamGameServer APIFlaise2019-08-144-12/+62
* Implemented P2PSessionConnectFail callback and removed a result handler's Syn...Flaise2019-08-142-1/+20
* Made serde dependency optionalFlaise2019-08-0310-23/+47
* Implemented Serialize, Deserialize and other common traits where appropriateFlaise2019-08-0313-39/+52
* Fixed build script on LinuxFlaise2019-07-301-1/+4
* Fixed build script on WindowsFlaise2019-07-301-9/+11
* Fix for thread contention causing errors on Mac OS and segfaults on WindowsFlaise2019-07-307-6/+25
* Updated to support SDK version 1.45 on Mac OSFlaise2019-07-303-13/+21
* Add PublishedFileId structAlex Parrill2019-06-091-8/+13
* Add AccountId typeAlex Parrill2019-06-092-4/+8
* Fix Query handle leaking on errorsAlex Parrill2019-06-091-1/+4
* Fix QueryResults possibly outliving the steam client by limiting it to the ca...Alex Parrill2019-06-091-7/+10
* Fix UGC UserListQuery::drop leakingAlex Parrill2019-06-091-18/+23
* Add partial UGC (Workshop) supportAlex Parrill2019-06-094-0/+575
* Add SteamId::account_id to get the account IDAlex Parrill2019-06-093-0/+14
* Add Utils::set_warning_callback for logging Steam warningsAlex Parrill2019-06-094-1/+57
* 0.5.1 (and 0.5.0 for sys)Matthew Collins2019-06-062-3/+3
* Always catch panics during callbacks (Fixes #9)Matthew Collins2019-06-051-35/+36
* Implement the cloud storage apiMatthew Collins2019-06-058-16/+346
* Add stats & achievements APIAlex Butler2019-05-165-10/+272
* 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-233-5/+3
* Generate the bindings from the provided json file instead of bindgen (Fixes #3)Matthew Collins2019-03-1615-481/+457
* Add basic leaderboard handling (Work on #4)Matthew Collins2018-08-284-0/+237
* Version 0.4.1Matthew Collins2018-06-261-1/+1
* Fix a crash requesting friends when the user is offlineMatthew Collins2018-06-261-0/+3
* Improve the generated wrappersMatthew Collins2018-05-072-11/+31
* Steam networking support + other improvementsMatthew Collins2018-05-079-14/+412
* Fix building with older steam sdksMatthew Collins2018-05-051-8/+0