index
:
steamworks-rs
cargo-run-fix
master
patch-1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ugc.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #49 from WilliamVenner/more_ugc_bindings
Aaro Perämaa
2021-05-03
1
-0
/
+97
|
\
|
*
Add missing SteamAPI_ISteamUGC_SetReturnKeyValueTags
William Venner
2021-04-24
1
-0
/
+18
|
*
Add more UGC bindings
William Venner
2021-04-24
1
-0
/
+79
*
|
Merge pull request #46 from WilliamVenner/download_item_result_pr
Aaro Perämaa
2021-05-03
1
-8
/
+10
|
\
\
|
*
|
Change `Result<DownloadItemResult, SteamError>` -> `DownloadItemResult`
William Venner
2021-04-21
1
-8
/
+10
|
|
/
*
/
Add file_size to QueryResult
William Venner
2021-04-26
1
-1
/
+3
|
/
*
Merge pull request #40 from WilliamVenner/expose_ugc_page_len
Matthew Collins
2021-04-04
1
-0
/
+2
|
\
|
*
kNumUGCResultsPerPage -> RESULTS_PER_PAGE
William Venner
2021-04-04
1
-1
/
+1
|
*
Export sys::kNumUGCResultsPerPage
William Venner
2021-03-31
1
-0
/
+2
*
|
Merge pull request #43 from WilliamVenner/ugc_item_file_type
Matthew Collins
2021-04-04
1
-0
/
+25
|
\
\
|
*
|
Add `file_type` to UGC `QueryResult`
William Venner
2021-03-31
1
-0
/
+25
|
|
/
*
|
Add QueryResults::get_children
William Venner
2021-03-31
1
-0
/
+20
*
|
Add From<u64> for PublishedFileId
William Venner
2021-03-31
1
-0
/
+5
|
/
*
Merge pull request #39 from adumbidiot/remove-libc
Matthew Collins
2021-03-29
1
-3
/
+4
|
\
|
*
Remove libc dependency
adumbidiot
2021-03-20
1
-3
/
+4
*
|
Merge pull request #35 from WilliamVenner/ugc_iter_maybe
Matthew Collins
2021-03-29
1
-5
/
+4
|
\
\
|
|
/
|
/
|
|
*
Remove iter_maybe and just don't unwrap in iter()
William Venner
2021-03-26
1
-8
/
+2
|
*
Add ugc iter_maybe
William Venner
2021-03-16
1
-2
/
+7
*
|
Add ugc::query_items and ugc::query_item for querying specific PublishedFileI...
William Venner
2021-03-01
1
-0
/
+297
*
|
Improve safety of ugc::query_user
William Venner
2021-03-01
1
-11
/
+14
|
/
*
Merge pull request #33 from WilliamVenner/ugc-stats
Matthew Collins
2021-03-01
1
-0
/
+67
|
\
|
*
Add steamworks::UGCStatisticType and add QueryResults::statistic (bindings fo...
William Venner
2021-03-01
1
-0
/
+67
*
|
u32 cast -> _ cast
William Venner
2021-02-28
1
-1
/
+1
*
|
Add QueryResults::preview_url to get preview URL of UGC published file
William Venner
2021-02-28
1
-0
/
+19
*
|
Remove redundant cast
William Venner
2021-02-28
1
-1
/
+1
*
|
Typo
William Venner
2021-02-28
1
-1
/
+1
|
/
*
Update to steamworks 151
Matthew Collins
2021-02-10
1
-1
/
+1
*
Use FnOnce instead of Fn for callresults
Matthew Collins
2020-09-02
1
-5
/
+5
*
Use `Fn` instead of `FnMut` for call results as they will be called at most once
Matthew Collins
2020-06-21
1
-14
/
+14
*
Add UpdateHandle description and preview
Joonas
2020-06-22
1
-0
/
+19
*
Rework to use the new flat steam api
Matthew Collins
2020-02-22
1
-83
/
+84
*
Expand workshop support
Matthew Collins
2020-01-25
1
-9
/
+277
*
SteamError is Copy and Clone, adjusted callback type constraints
Flaise
2019-08-22
1
-2
/
+2
*
Made serde dependency optional
Flaise
2019-08-03
1
-1
/
+2
*
Implemented Serialize, Deserialize and other common traits where appropriate
Flaise
2019-08-03
1
-1
/
+1
*
Add PublishedFileId struct
Alex Parrill
2019-06-09
1
-8
/
+13
*
Add AccountId type
Alex Parrill
2019-06-09
1
-2
/
+2
*
Fix Query handle leaking on errors
Alex Parrill
2019-06-09
1
-1
/
+4
*
Fix QueryResults possibly outliving the steam client by limiting it to the ca...
Alex Parrill
2019-06-09
1
-7
/
+10
*
Fix UGC UserListQuery::drop leaking
Alex Parrill
2019-06-09
1
-18
/
+23
*
Add partial UGC (Workshop) support
Alex Parrill
2019-06-09
1
-0
/
+535