aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix building with older steam sdksMatthew Collins2018-05-051-8/+0
* Fix building on stableMatthew Collins2018-05-051-3/+3
* Only allow run_callbacks to be run on a single thread at any timeMatthew Collins2018-05-056-46/+73
* Rework how the sys crate is generatedMatthew Collins2018-05-0513-413/+527
* Minor bump due to slight mistake with last publishMatthew Collins2018-05-022-2/+2
* Add restart_app_if_necessaryMatthew Collins2018-05-024-4/+16
* Cleanup callback handling.Scetch2018-03-166-239/+199
* Replace Cow<str> with String in the APIMatthew Collins2018-03-017-10/+20
* Don't require the manager to implement Clone for the client to be clonableMatthew Collins2018-03-012-4/+12
* Initial support for serversMatthew Collins2018-02-287-43/+398
* Implement user authentication session methodsMatthew Collins2018-02-274-2/+279
* Fix the author in the Cargo.tomlMatthew Collins2018-02-272-2/+2
* Try and make the accessors generic over the client and serverMatthew Collins2018-02-277-94/+113
* Add accessors for `SteamId`'s inner valuesMatthew Collins2018-02-271-0/+18
* Fix the metadata for the sys crateMatthew Collins2018-02-271-1/+4
* Update Cargo.tomlMatthew Collins2018-02-274-2/+16
* Add a feature for docs-only buildsMatthew Collins2018-02-273-2/+19
* Improve error handlingMatthew Collins2018-02-276-25/+517
* Add basic steam user accessorMatthew Collins2018-02-274-1/+39
* Derive `Ord`/`Eq` for SteamIdMatthew Collins2018-02-271-1/+1
* Run the cpp wrapper for clang-formatMatthew Collins2018-02-241-113/+76
* Add a way to move notificationsMatthew Collins2018-02-242-0/+30
* Initial work on lobbies + A clean upMatthew Collins2018-02-244-42/+423
* Make the client `Send + Sync`Matthew Collins2018-02-231-0/+3
* Add intellij to .gitignoreMatthew Collins2018-02-231-0/+3
* Include a version for `-sys`Matthew Collins2018-02-181-1/+1
* Add some basic docs to parts of the apiMatthew Collins2018-02-173-0/+80
* Fix use of deprecated methodMatthew Collins2018-02-171-1/+1
* Allow the use of the api across threadsMatthew Collins2018-02-174-13/+18
* Update depsMatthew Collins2018-02-153-6/+6
* Update bitflagsMatthew Collins2018-02-154-18/+46
* Initial steam callbacks workMatthew Collins2017-09-067-3/+189
* Handle the fact windows 64 bit uses a different library name than other platf...Matthew Collins2017-09-062-1/+3
* Add license filesMatthew Collins2017-09-062-0/+221
* Initial commitMatthew Collins2017-09-0611-0/+524