feat: add BROKE PROTOCOL support (#651)

* Add support for BROKE PROTOCOL, querying master server

Plus support for master query through separate protocol

* Define json response via schema, optional data validation with Ajv (commented out)

* Fallback query from game data server listing (servers.json)

* docs: update CHANGELOG and GAMES_LIST for Broke Protocol
This commit is contained in:
RattleSN4K3 2024-10-13 16:21:19 +02:00 committed by GitHub
parent d2397b67e7
commit 899a39a393
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 455 additions and 1 deletions

View file

@ -8,6 +8,7 @@
* Feat: TOXIKK (2016) - Added support (#641)
* Feat: Renegade X (2014) - Added support (#643)
* Feat: Hawakening (2024) - Added support (#648)
* Feat: BROKE PROTOCOL (2024) - Added support (#651)
## 5.1.3
* Fix: `Deus Ex` using the wrong protocol (#621)