| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add safe wrapper for sys::SteamParamStringArray_t | William Venner | 2021-04-24 | 1 | -0/+21 |
| | | |||||
| * | Remove libc dependency | adumbidiot | 2021-03-20 | 1 | -1/+1 |
| | | |||||
| * | Rework to use the new flat steam api | Matthew Collins | 2020-02-22 | 1 | -7/+7 |
| | | |||||
| * | SteamError is Copy and Clone, adjusted callback type constraints | Flaise | 2019-08-22 | 1 | -1/+1 |
| | | |||||
| * | Implemented Serialize, Deserialize and other common traits where appropriate | Flaise | 2019-08-03 | 1 | -4/+4 |
| | | |||||
| * | Add Utils::set_warning_callback for logging Steam warnings | Alex Parrill | 2019-06-09 | 1 | -1/+53 |
| | | |||||
| * | Generate the bindings from the provided json file instead of bindgen (Fixes #3) | Matthew Collins | 2019-03-16 | 1 | -5/+5 |
| | | | | | Allow us to remove the hack for accessing packed structs | ||||
| * | Rework how the sys crate is generated | Matthew Collins | 2018-05-05 | 1 | -4/+4 |
| | | | | | | Due to packing issues with steam's structs we use wrapper methods to access the fields and create the structs. | ||||
| * | Replace Cow<str> with String in the API | Matthew Collins | 2018-03-01 | 1 | -2/+2 |
| | | | | | | | | The steamworks API states that returned strings may be freed at any time and must not be stored. Also adds a way to get the current user's name. | ||||
| * | Try and make the accessors generic over the client and server | Matthew Collins | 2018-02-27 | 1 | -3/+3 |
| | | |||||
| * | Add a way to move notifications | Matthew Collins | 2018-02-24 | 1 | -0/+21 |
| | | |||||
| * | Add some basic docs to parts of the api | Matthew Collins | 2018-02-17 | 1 | -0/+6 |
| | | |||||
| * | Allow the use of the api across threads | Matthew Collins | 2018-02-17 | 1 | -1/+1 |
| | | |||||
| * | Initial commit | Matthew Collins | 2017-09-06 | 1 | -0/+23 |