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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implemented Serialize, Deserialize and other common traits where appropriate
Flaise
2019-08-03
12
-39
/
+51
*
Fix for thread contention causing errors on Mac OS and segfaults on Windows
Flaise
2019-07-30
6
-6
/
+21
*
Updated to support SDK version 1.45 on Mac OS
Flaise
2019-07-30
2
-4
/
+4
*
Add PublishedFileId struct
Alex Parrill
2019-06-09
1
-8
/
+13
*
Add AccountId type
Alex Parrill
2019-06-09
2
-4
/
+8
*
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
2
-0
/
+549
*
Add SteamId::account_id to get the account ID
Alex Parrill
2019-06-09
1
-0
/
+7
*
Add Utils::set_warning_callback for logging Steam warnings
Alex Parrill
2019-06-09
2
-1
/
+55
*
Always catch panics during callbacks (Fixes #9)
Matthew Collins
2019-06-05
1
-35
/
+36
*
Implement the cloud storage api
Matthew Collins
2019-06-05
5
-15
/
+320
*
Add stats & achievements API
Alex Butler
2019-05-16
3
-1
/
+225
*
Generate the bindings from the provided json file instead of bindgen (Fixes #3)
Matthew Collins
2019-03-16
11
-250
/
+245
*
Add basic leaderboard handling (Work on #4)
Matthew Collins
2018-08-28
2
-0
/
+227
*
Fix a crash requesting friends when the user is offline
Matthew Collins
2018-06-26
1
-0
/
+3
*
Steam networking support + other improvements
Matthew Collins
2018-05-07
7
-13
/
+364
*
Fix building with older steam sdks
Matthew Collins
2018-05-05
1
-8
/
+0
*
Only allow run_callbacks to be run on a single thread at any time
Matthew Collins
2018-05-05
5
-45
/
+72
*
Rework how the sys crate is generated
Matthew Collins
2018-05-05
7
-189
/
+291
*
Add restart_app_if_necessary
Matthew Collins
2018-05-02
1
-0
/
+11
*
Cleanup callback handling.
Scetch
2018-03-16
4
-114
/
+139
*
Replace Cow<str> with String in the API
Matthew Collins
2018-03-01
4
-7
/
+16
*
Don't require the manager to implement Clone for the client to be clonable
Matthew Collins
2018-03-01
1
-3
/
+11
*
Initial support for servers
Matthew Collins
2018-02-28
3
-37
/
+348
*
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
6
-92
/
+112
*
Add accessors for `SteamId`'s inner values
Matthew Collins
2018-02-27
1
-0
/
+18
*
Improve error handling
Matthew Collins
2018-02-27
3
-23
/
+514
*
Add basic steam user accessor
Matthew Collins
2018-02-27
2
-0
/
+32
*
Derive `Ord`/`Eq` for SteamId
Matthew Collins
2018-02-27
1
-1
/
+1
*
Add a way to move notifications
Matthew Collins
2018-02-24
1
-0
/
+21
*
Initial work on lobbies + A clean up
Matthew Collins
2018-02-24
2
-31
/
+178
*
Make the client `Send + Sync`
Matthew Collins
2018-02-23
1
-0
/
+3
*
Add some basic docs to parts of the api
Matthew Collins
2018-02-17
3
-0
/
+80
*
Fix use of deprecated method
Matthew Collins
2018-02-17
1
-1
/
+1
*
Allow the use of the api across threads
Matthew Collins
2018-02-17
4
-13
/
+18
*
Update bitflags
Matthew Collins
2018-02-15
2
-17
/
+44
*
Initial steam callbacks work
Matthew Collins
2017-09-06
2
-0
/
+97
*
Initial commit
Matthew Collins
2017-09-06
5
-0
/
+392
[prev]