| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix building with older steam sdks | Matthew Collins | 2018-05-05 | 1 | -8/+0 | |
| * | Fix building on stable | Matthew Collins | 2018-05-05 | 1 | -3/+3 | |
| * | Only allow run_callbacks to be run on a single thread at any time | Matthew Collins | 2018-05-05 | 6 | -46/+73 | |
| * | Rework how the sys crate is generated | Matthew Collins | 2018-05-05 | 13 | -413/+527 | |
| * | Minor bump due to slight mistake with last publish | Matthew Collins | 2018-05-02 | 2 | -2/+2 | |
| * | Add restart_app_if_necessary | Matthew Collins | 2018-05-02 | 4 | -4/+16 | |
| * | Cleanup callback handling. | Scetch | 2018-03-16 | 6 | -239/+199 | |
| * | Replace Cow<str> with String in the API | Matthew Collins | 2018-03-01 | 7 | -10/+20 | |
| * | Don't require the manager to implement Clone for the client to be clonable | Matthew Collins | 2018-03-01 | 2 | -4/+12 | |
| * | Initial support for servers | Matthew Collins | 2018-02-28 | 7 | -43/+398 | |
| * | Implement user authentication session methods | Matthew Collins | 2018-02-27 | 4 | -2/+279 | |
| * | Fix the author in the Cargo.toml | Matthew Collins | 2018-02-27 | 2 | -2/+2 | |
| * | Try and make the accessors generic over the client and server | Matthew Collins | 2018-02-27 | 7 | -94/+113 | |
| * | Add accessors for `SteamId`'s inner values | Matthew Collins | 2018-02-27 | 1 | -0/+18 | |
| * | Fix the metadata for the sys crate | Matthew Collins | 2018-02-27 | 1 | -1/+4 | |
| * | Update Cargo.toml | Matthew Collins | 2018-02-27 | 4 | -2/+16 | |
| * | Add a feature for docs-only builds | Matthew Collins | 2018-02-27 | 3 | -2/+19 | |
| * | Improve error handling | Matthew Collins | 2018-02-27 | 6 | -25/+517 | |
| * | Add basic steam user accessor | Matthew Collins | 2018-02-27 | 4 | -1/+39 | |
| * | Derive `Ord`/`Eq` for SteamId | Matthew Collins | 2018-02-27 | 1 | -1/+1 | |
| * | Run the cpp wrapper for clang-format | Matthew Collins | 2018-02-24 | 1 | -113/+76 | |
| * | Add a way to move notifications | Matthew Collins | 2018-02-24 | 2 | -0/+30 | |
| * | Initial work on lobbies + A clean up | Matthew Collins | 2018-02-24 | 4 | -42/+423 | |
| * | Make the client `Send + Sync` | Matthew Collins | 2018-02-23 | 1 | -0/+3 | |
| * | Add intellij to .gitignore | Matthew Collins | 2018-02-23 | 1 | -0/+3 | |
| * | Include a version for `-sys` | Matthew Collins | 2018-02-18 | 1 | -1/+1 | |
| * | 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 deps | Matthew Collins | 2018-02-15 | 3 | -6/+6 | |
| * | Update bitflags | Matthew Collins | 2018-02-15 | 4 | -18/+46 | |
| * | Initial steam callbacks work | Matthew Collins | 2017-09-06 | 7 | -3/+189 | |
| * | Handle the fact windows 64 bit uses a different library name than other platf... | Matthew Collins | 2017-09-06 | 2 | -1/+3 | |
| * | Add license files | Matthew Collins | 2017-09-06 | 2 | -0/+221 | |
| * | Initial commit | Matthew Collins | 2017-09-06 | 11 | -0/+524 | |