]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.h
sprite tracking distance fix; update inverse view matrix before rendering a scene...
[xonotic/darkplaces.git] / netconn.h
index 2791671ddf99f02ffdc39f3350c85aa4ac180568..2ac31331049a8b842788ff9ccca3e98b02bcdbfa 100755 (executable)
--- a/netconn.h
+++ b/netconn.h
@@ -275,8 +275,8 @@ typedef enum
        SLIF_PROTOCOL,
        SLIF_NUMBOTS,
        SLIF_NUMHUMANS,
-       SLIF_COUNT,
-       SLIF_FREESLOTS
+       SLIF_FREESLOTS,
+       SLIF_COUNT
 } serverlist_infofield_t;
 
 typedef enum
@@ -284,7 +284,8 @@ typedef enum
        SQS_NONE = 0,
        SQS_QUERYING,
        SQS_QUERIED,
-       SQS_TIMEDOUT
+       SQS_TIMEDOUT,
+       SQS_REFRESHING
 } serverlist_query_state;
 
 typedef struct serverlist_entry_s
@@ -295,8 +296,6 @@ typedef struct serverlist_entry_s
        unsigned querycounter;
        // used to calculate ping when update comes in
        double querytime;
-       // flag whether the item is only being refreshed
-       qboolean refresh;
    // query protocol to use on this server
        int protocol; // may be PROTOCOL_QUAKEWORLD or PROTOCOL_DARKPLACES7
 
@@ -327,6 +326,8 @@ extern int serverlist_cachecount;
 
 extern qboolean serverlist_consoleoutput;
 
+void ServerList_GetPlayerStatistics(int *numplayerspointer, int *maxplayerspointer);
+
 //============================================================================
 //
 // public network functions