[Games] Add Quake 3 support and change players frags from u16 to i16

This commit is contained in:
CosminPerRam 2023-05-30 16:23:37 +03:00
parent af5e0d1fbf
commit 06a2ceeda9
6 changed files with 16 additions and 2 deletions

View file

@ -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).