aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* kNumUGCResultsPerPage -> RESULTS_PER_PAGEWilliam Venner2021-04-041-1/+1
* Export sys::kNumUGCResultsPerPageWilliam Venner2021-03-311-0/+2
* Merge pull request #39 from adumbidiot/remove-libcMatthew Collins2021-03-298-18/+17
|\
| * Remove libc dependencyadumbidiot2021-03-208-18/+17
* | Merge pull request #35 from WilliamVenner/ugc_iter_maybeMatthew Collins2021-03-291-5/+4
|\ \ | |/ |/|
| * Remove iter_maybe and just don't unwrap in iter()William Venner2021-03-261-8/+2
| * Add ugc iter_maybeWilliam Venner2021-03-161-2/+7
* | Merge pull request #36 from WilliamVenner/req_user_info_returnMatthew Collins2021-03-201-2/+2
|\ \
| * | Make request_user_information return the returned bool from SteamworksWilliam Venner2021-03-161-2/+2
| |/
* | Add ugc::query_items and ugc::query_item for querying specific PublishedFileI...William Venner2021-03-011-0/+297
* | Improve safety of ugc::query_userWilliam Venner2021-03-011-11/+14
|/
* Merge pull request #33 from WilliamVenner/ugc-statsMatthew Collins2021-03-011-0/+67
|\
| * Add steamworks::UGCStatisticType and add QueryResults::statistic (bindings fo...William Venner2021-03-011-0/+67
* | u32 cast -> _ castWilliam Venner2021-02-281-1/+1
* | Add QueryResults::preview_url to get preview URL of UGC published fileWilliam Venner2021-02-281-0/+19
* | Remove redundant castWilliam Venner2021-02-281-1/+1
* | TypoWilliam Venner2021-02-281-1/+1
|/
* Add friends::large_avatar (binding to ISteamFriends->GetLargeFriendAvatar)William Venner2021-02-271-0/+23
* Update to steamworks 151Matthew Collins2021-02-103-8/+8
* Replace failure with thiserroradumbidiot2020-09-223-127/+127
* 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
* Add UpdateHandle description and previewJoonas2020-06-221-0/+19
* Rework to use the new flat steam apiMatthew Collins2020-02-2214-548/+402
* Expand workshop supportMatthew Collins2020-01-253-11/+279
* Binding for SetLobbyJoinable, FriendState derivations, small documentation ad...Flaise2019-09-012-4/+20
* 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-143-12/+57
* Implemented P2PSessionConnectFail callback and removed a result handler's Syn...Flaise2019-08-142-1/+20
* Made serde dependency optionalFlaise2019-08-039-22/+46
* Implemented Serialize, Deserialize and other common traits where appropriateFlaise2019-08-0312-39/+51
* Fix for thread contention causing errors on Mac OS and segfaults on WindowsFlaise2019-07-306-6/+21
* Updated to support SDK version 1.45 on Mac OSFlaise2019-07-302-4/+4
* 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-092-0/+549
* Add SteamId::account_id to get the account IDAlex Parrill2019-06-091-0/+7
* Add Utils::set_warning_callback for logging Steam warningsAlex Parrill2019-06-092-1/+55
* Always catch panics during callbacks (Fixes #9)Matthew Collins2019-06-051-35/+36
* Implement the cloud storage apiMatthew Collins2019-06-055-15/+320
* Add stats & achievements APIAlex Butler2019-05-163-1/+225
* Generate the bindings from the provided json file instead of bindgen (Fixes #3)Matthew Collins2019-03-1611-250/+245
* Add basic leaderboard handling (Work on #4)Matthew Collins2018-08-282-0/+227
* Fix a crash requesting friends when the user is offlineMatthew Collins2018-06-261-0/+3
* Steam networking support + other improvementsMatthew Collins2018-05-077-13/+364
* Fix building with older steam sdksMatthew Collins2018-05-051-8/+0