mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[Games] Add Quake 3 support and change players frags from u16 to i16
This commit is contained in:
parent
af5e0d1fbf
commit
06a2ceeda9
6 changed files with 16 additions and 2 deletions
|
|
@ -10,6 +10,7 @@ Protocols:
|
|||
Games:
|
||||
- [Quake 2](https://store.steampowered.com/app/2320/Quake_II/) support.
|
||||
- [Quake 1](https://store.steampowered.com/app/2310/Quake/) support.
|
||||
- [Quake 3: Arena](https://store.steampowered.com/app/2200/Quake_III_Arena/) support.
|
||||
|
||||
### Breaking:
|
||||
- Every function that used `&str` for the address has been changed to `&IpAddr` (thanks [@Douile](https://github.com/Douile) for the re-re-write).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue