mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
Updated CHANGELOG and GAMES
This commit is contained in:
parent
7b2cad22ec
commit
ed2161a6da
2 changed files with 23 additions and 19 deletions
|
|
@ -5,6 +5,7 @@ Who knows what the future holds...
|
||||||
[Minecraft](https://www.minecraft.com) implementation (bedrock not supported yet).
|
[Minecraft](https://www.minecraft.com) implementation (bedrock not supported yet).
|
||||||
[7 Days To Die](https://store.steampowered.com/app/251570/7_Days_to_Die/) support.
|
[7 Days To Die](https://store.steampowered.com/app/251570/7_Days_to_Die/) support.
|
||||||
[ARK: Survival Evolved](https://store.steampowered.com/app/346110/ARK_Survival_Evolved/) support.
|
[ARK: Survival Evolved](https://store.steampowered.com/app/346110/ARK_Survival_Evolved/) support.
|
||||||
|
[Unturned](https://store.steampowered.com/app/304930/Unturned/) support.
|
||||||
|
|
||||||
# 0.0.5 - 15/11/2022
|
# 0.0.5 - 15/11/2022
|
||||||
Added `SocketBind` error, regarding failing to bind a socket.
|
Added `SocketBind` error, regarding failing to bind a socket.
|
||||||
|
|
|
||||||
5
GAMES.md
5
GAMES.md
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
# Supported games:
|
# Supported games:
|
||||||
| ID | Name | Protocol | Notes |
|
| ID | Name | Protocol | Notes |
|
||||||
|--------|------------------------------------|----------------|------------------------------------------------------------------------------|
|
|----------|------------------------------------|----------------|------------------------------------------------------------------------------|
|
||||||
| TF2 | Team Fortress 2 | Valve Protocol | |
|
| TF2 | Team Fortress 2 | Valve Protocol | |
|
||||||
| TS | The Ship | Valve Protocol | |
|
| TS | The Ship | Valve Protocol | |
|
||||||
| CSGO | Counter-Strike: Global Offensive | Valve Protocol | The server wouldn't respond the to Rules query since the 21 Feb 2014 update. |
|
| CSGO | Counter-Strike: Global Offensive | Valve Protocol | The server wouldn't respond the to Rules query since the 21 Feb 2014 update. |
|
||||||
|
|
@ -18,6 +18,9 @@
|
||||||
| CSCZ | Counter-Strike: Condition Zero | Valve Protocol | |
|
| CSCZ | Counter-Strike: Condition Zero | Valve Protocol | |
|
||||||
| DOD | Day of Defeat | Valve Protocol | |
|
| DOD | Day of Defeat | Valve Protocol | |
|
||||||
| MC | Minecraft | Proprietary | Bedrock not supported yet. |
|
| MC | Minecraft | Proprietary | Bedrock not supported yet. |
|
||||||
|
| SDTD | 7 Days To Die | Valve Protocol | |
|
||||||
|
| ASE | ARK: Survival Evolved | Valve Protocol | |
|
||||||
|
| UNTURNED | Unturned | Valve Protocol | |
|
||||||
|
|
||||||
## Planned to add support:
|
## Planned to add support:
|
||||||
_
|
_
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue