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
/
matchmaking.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use FnOnce instead of Fn for callresults
Matthew Collins
2020-09-02
1
-3
/
+3
*
Use `Fn` instead of `FnMut` for call results as they will be called at most once
Matthew Collins
2020-06-21
1
-6
/
+6
*
Rework to use the new flat steam api
Matthew Collins
2020-02-22
1
-21
/
+14
*
Binding for SetLobbyJoinable, FriendState derivations, small documentation ad...
Flaise
2019-09-01
1
-0
/
+17
*
SteamError is Copy and Clone, adjusted callback type constraints
Flaise
2019-08-22
1
-1
/
+1
*
Implemented P2PSessionConnectFail callback and removed a result handler's Syn...
Flaise
2019-08-14
1
-1
/
+1
*
Made serde dependency optional
Flaise
2019-08-03
1
-2
/
+4
*
Implemented Serialize, Deserialize and other common traits where appropriate
Flaise
2019-08-03
1
-4
/
+8
*
Fix for thread contention causing errors on Mac OS and segfaults on Windows
Flaise
2019-07-30
1
-1
/
+3
*
Updated to support SDK version 1.45 on Mac OS
Flaise
2019-07-30
1
-2
/
+2
*
Generate the bindings from the provided json file instead of bindgen (Fixes #3)
Matthew Collins
2019-03-16
1
-18
/
+18
*
Steam networking support + other improvements
Matthew Collins
2018-05-07
1
-2
/
+58
*
Only allow run_callbacks to be run on a single thread at any time
Matthew Collins
2018-05-05
1
-4
/
+4
*
Rework how the sys crate is generated
Matthew Collins
2018-05-05
1
-19
/
+58
*
Try and make the accessors generic over the client and server
Matthew Collins
2018-02-27
1
-7
/
+7
*
Improve error handling
Matthew Collins
2018-02-27
1
-5
/
+7
*
Initial work on lobbies + A clean up
Matthew Collins
2018-02-24
1
-0
/
+85