rust-gamedig/src/protocols
Tom 3b9c784e70
Reduce game implementation repetition (#122)
* [Games] Add macro to replace valve game query implementations

This somewhat reduces repeated code (#120), and also adds auto-generated
doc comments to all valve game query functions.

* [Games] Add macro to replace gamespy game query implementations

This somewhat reduces repeated code (#120), and also adds auto-generated
doc comments to all gamespy game query functions.

* [Games] Add macro to replace quake game query implementations

This somewhat reduces repeated code (#120), and also adds auto-generated
doc comments to all quake game query functions.

* [Games] Move all valve game modules into a single file using macros

Vastly reduces the number of files. However does break the game
definition-per-file test, so that was removed.

* [Games] Move all quake game modules into a single file using macros

* [Games] Move all gamespy game modules into a single file using macros

* [Docs] Update CHANGELOG

* [Docs] Improve game query function generation macro documentation

* [Games] Add missed Halo: Combat Evolved to gamespy
2023-10-10 09:26:35 +03:00
..
gamespy Reduce game implementation repetition (#122) 2023-10-10 09:26:35 +03:00
minecraft [Protocol] Add derives to RequestSettings and new_just_hostname function 2023-10-08 00:37:11 +03:00
quake Reduce game implementation repetition (#122) 2023-10-10 09:26:35 +03:00
valve Reduce game implementation repetition (#122) 2023-10-10 09:26:35 +03:00
mod.rs [Generic] Add struct for all extra request settings (#93) 2023-09-05 01:13:12 +03:00
types.rs Remove serde derives Generic Player and Response 2023-10-08 22:26:25 +03:00