engine: drop legacy protocol support

This commit is contained in:
Alibek Omarov
2025-11-30 22:54:13 +05:00
parent bbe659ebfa
commit cfa8e639f1
21 changed files with 71 additions and 1084 deletions

View File

@@ -27,7 +27,6 @@
// Set this flag for things like broadcast requests, etc. where the engine should not
// kill the request hook after receiving the first response
#define FNETAPI_MULTIPLE_RESPONSE ( 1<<0 )
#define FNETAPI_LEGACY_PROTOCOL ( 1<<1 ) // xash3d-fwgs extension
struct net_response_s;
typedef void (*net_api_response_func_t) ( struct net_response_s *response );