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
/
user_stats.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Use FnOnce instead of Fn for callresults
Matthew Collins
2020-09-02
1
-4
/
+4
|
*
Use `Fn` instead of `FnMut` for call results as they will be called at most once
Matthew Collins
2020-06-21
1
-8
/
+8
|
*
Rework to use the new flat steam api
Matthew Collins
2020-02-22
1
-15
/
+15
|
*
Expand workshop support
Matthew Collins
2020-01-25
1
-1
/
+1
|
*
SteamError is Copy and Clone, adjusted callback type constraints
Flaise
2019-08-22
1
-4
/
+4
|
*
Made serde dependency optional
Flaise
2019-08-03
1
-6
/
+12
|
*
Implemented Serialize, Deserialize and other common traits where appropriate
Flaise
2019-08-03
1
-9
/
+13
|
*
Fix for thread contention causing errors on Mac OS and segfaults on Windows
Flaise
2019-07-30
1
-0
/
+3
|
*
Add stats & achievements API
Alex Butler
2019-05-16
1
-1
/
+32
|
*
Generate the bindings from the provided json file instead of bindgen (Fixes #3)
Matthew Collins
2019-03-16
1
-28
/
+28
|
|
|
|
Allow us to remove the hack for accessing packed structs
*
Add basic leaderboard handling (Work on #4)
Matthew Collins
2018-08-28
1
-0
/
+214