node-gamedig/tools
RattleSN4K3 d2397b67e7
feat: add Hawakening support (#648)
* Add support for Hawakening, querying master server

* Outsource backend calls into Api class

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

* Add support for Hawakening master query through separate protocol

Protocol 'hawakeningmaster' provides full list of processed server info

* docs: update CHANGELOG and GAMES_LIST for Hawakening

* Additional API check + cleanup

* Allowing public/non-authorized master server query for Hawkening severs

* Fix: Reference the master protocol correctly in docs/games_list

* Reorganized code file, moved schema and API-class to the end
2024-10-12 17:51:56 +03:00
..
attempt_protocols.js feat: add Hawakening support (#648) 2024-10-12 17:51:56 +03:00
esbuild.js feat: add support to CommonJS (#519) 2024-01-29 22:55:25 +02:00
find-id-changes.js chore: run eslint --fix 2024-06-29 23:27:19 +03:00
find_id_duplicates.js chore: run eslint --fix 2024-06-29 23:27:19 +03:00
generate_games_list.js fix: generate games list with padded delimiter (#635) 2024-09-15 20:40:50 +03:00
README.md chore: Small formatting README changes. 2023-10-30 23:39:41 +02:00
run-id-tests.js chore: run eslint on tools/run-id-tests 2024-01-20 18:02:17 +02:00

This folder is not really intended to be used by users.

Contains helpers for certain stuff (such as generating the games list Markdown table).