gameServer/CoreTypes.hs
changeset 3260 b44b88908758
parent 2868 ccb20ecd3503
child 3283 18ee933a5864
equal deleted inserted replaced
3259:a29ccf4aed82 3260:b44b88908758
   128     ServerInfo
   128     ServerInfo
   129     {
   129     {
   130         isDedicated :: Bool,
   130         isDedicated :: Bool,
   131         serverMessage :: String,
   131         serverMessage :: String,
   132         serverMessageForOldVersions :: String,
   132         serverMessageForOldVersions :: String,
       
   133         latestReleaseVersion :: Word16,
   133         listenPort :: PortNumber,
   134         listenPort :: PortNumber,
   134         nextRoomID :: Int,
   135         nextRoomID :: Int,
   135         dbHost :: String,
   136         dbHost :: String,
   136         dbLogin :: String,
   137         dbLogin :: String,
   137         dbPassword :: String,
   138         dbPassword :: String,
   148     ServerInfo
   149     ServerInfo
   149         True
   150         True
   150         "<h2><p align=center><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p></h2>"
   151         "<h2><p align=center><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p></h2>"
   151         "<font color=yellow><h3>Hedgewars 0.9.12 is out! Please update.</h3><p align=center><a href=http://hedgewars.org/download.html>Download page here</a></font>"
   152         "<font color=yellow><h3>Hedgewars 0.9.12 is out! Please update.</h3><p align=center><a href=http://hedgewars.org/download.html>Download page here</a></font>"
   152         46631
   153         46631
       
   154         30
   153         0
   155         0
   154         ""
   156         ""
   155         ""
   157         ""
   156         ""
   158         ""
   157         []
   159         []