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.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `SteamServersConnected`, `SteamServersDisconnected` and `SteamServerConne...
William Venner
2021-04-01
1
-0
/
+57
*
Remove libc dependency
adumbidiot
2021-03-20
1
-2
/
+2
*
Replace failure with thiserror
adumbidiot
2020-09-22
1
-16
/
+16
*
Rework to use the new flat steam api
Matthew Collins
2020-02-22
1
-22
/
+24
*
Fix for thread contention causing errors on Mac OS and segfaults on Windows
Flaise
2019-07-30
1
-2
/
+4
*
Generate the bindings from the provided json file instead of bindgen (Fixes #3)
Matthew Collins
2019-03-16
1
-30
/
+26
*
Steam networking support + other improvements
Matthew Collins
2018-05-07
1
-2
/
+2
*
Only allow run_callbacks to be run on a single thread at any time
Matthew Collins
2018-05-05
1
-3
/
+3
*
Rework how the sys crate is generated
Matthew Collins
2018-05-05
1
-24
/
+26
*
Cleanup callback handling.
Scetch
2018-03-16
1
-14
/
+6
*
Initial support for servers
Matthew Collins
2018-02-28
1
-1
/
+1
*
Implement user authentication session methods
Matthew Collins
2018-02-27
1
-0
/
+234
*
Try and make the accessors generic over the client and server
Matthew Collins
2018-02-27
1
-3
/
+3
*
Add basic steam user accessor
Matthew Collins
2018-02-27
1
-0
/
+17