From a8bf857c6877679ff943ad9dbfba5aac1870ccae Mon Sep 17 00:00:00 2001 From: oy Date: Fri, 18 Mar 2011 19:03:13 +0100 Subject: improved server browser list resorting and made search work on IP addresses. Closes #482 --- src/engine/client/client.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/engine/client/client.h') diff --git a/src/engine/client/client.h b/src/engine/client/client.h index e0cd17a2..b5be566b 100644 --- a/src/engine/client/client.h +++ b/src/engine/client/client.h @@ -121,6 +121,7 @@ class CClient : public IClient, public CDemoPlayer::IListner bool m_AutoScreenshotRecycle; bool m_EditorActive; bool m_SoundInitFailed; + bool m_ResortServerBrowser; int m_AckGameTick; int m_CurrentRecvTick; @@ -304,6 +305,7 @@ public: static void Con_Play(IConsole::IResult *pResult, void *pUserData); static void Con_Record(IConsole::IResult *pResult, void *pUserData); static void Con_StopRecord(IConsole::IResult *pResult, void *pUserData); + static void ConchainServerBrowserUpdate(IConsole::IResult *pResult, void *pUserData, IConsole::FCommandCallback pfnCallback, void *pCallbackUserData); void RegisterCommands(); @@ -314,5 +316,7 @@ public: void AutoScreenshot_Start(); void AutoScreenshot_Cleanup(); + + void ServerBrowserUpdate(); }; #endif -- cgit 1.4.1