aboutsummaryrefslogtreecommitdiff
path: root/src/networking.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove libc dependencyadumbidiot2021-03-201-2/+2
|
* Rework to use the new flat steam apiMatthew Collins2020-02-221-13/+13
|
* Added more bindings to SteamGameServer APIFlaise2019-08-141-1/+2
|
* Implemented P2PSessionConnectFail callback and removed a result handler's ↵Flaise2019-08-141-0/+19
| | | | Sync requirement
* Made serde dependency optionalFlaise2019-08-031-2/+4
|
* Implemented Serialize, Deserialize and other common traits where appropriateFlaise2019-08-031-2/+2
|
* Generate the bindings from the provided json file instead of bindgen (Fixes #3)Matthew Collins2019-03-161-11/+11
| | | | Allow us to remove the hack for accessing packed structs
* Steam networking support + other improvementsMatthew Collins2018-05-071-0/+109