aboutsummaryrefslogtreecommitdiff
path: root/src/ugc.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #49 from WilliamVenner/more_ugc_bindingsAaro Perämaa2021-05-031-0/+97
|\
| * Add missing SteamAPI_ISteamUGC_SetReturnKeyValueTagsWilliam Venner2021-04-241-0/+18
| * Add more UGC bindingsWilliam Venner2021-04-241-0/+79
* | Merge pull request #46 from WilliamVenner/download_item_result_prAaro Perämaa2021-05-031-8/+10
|\ \
| * | Change `Result<DownloadItemResult, SteamError>` -> `DownloadItemResult`William Venner2021-04-211-8/+10
| |/
* / Add file_size to QueryResultWilliam Venner2021-04-261-1/+3
|/
* Merge pull request #40 from WilliamVenner/expose_ugc_page_lenMatthew Collins2021-04-041-0/+2
|\
| * kNumUGCResultsPerPage -> RESULTS_PER_PAGEWilliam Venner2021-04-041-1/+1
| * Export sys::kNumUGCResultsPerPageWilliam Venner2021-03-311-0/+2
* | Merge pull request #43 from WilliamVenner/ugc_item_file_typeMatthew Collins2021-04-041-0/+25
|\ \
| * | Add `file_type` to UGC `QueryResult`William Venner2021-03-311-0/+25
| |/
* | Add QueryResults::get_childrenWilliam Venner2021-03-311-0/+20
* | Add From<u64> for PublishedFileIdWilliam Venner2021-03-311-0/+5
|/
* Merge pull request #39 from adumbidiot/remove-libcMatthew Collins2021-03-291-3/+4
|\
| * Remove libc dependencyadumbidiot2021-03-201-3/+4
* | 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
* | 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
|/
* Update to steamworks 151Matthew Collins2021-02-101-1/+1
* Use FnOnce instead of Fn for callresultsMatthew Collins2020-09-021-5/+5
* Use `Fn` instead of `FnMut` for call results as they will be called at most onceMatthew Collins2020-06-211-14/+14
* Add UpdateHandle description and previewJoonas2020-06-221-0/+19
* Rework to use the new flat steam apiMatthew Collins2020-02-221-83/+84
* Expand workshop supportMatthew Collins2020-01-251-9/+277
* SteamError is Copy and Clone, adjusted callback type constraintsFlaise2019-08-221-2/+2
* Made serde dependency optionalFlaise2019-08-031-1/+2
* Implemented Serialize, Deserialize and other common traits where appropriateFlaise2019-08-031-1/+1
* Add PublishedFileId structAlex Parrill2019-06-091-8/+13
* Add AccountId typeAlex Parrill2019-06-091-2/+2
* 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-091-0/+535