Home
last modified time | relevance | path

Searched refs:allowInternetTechtreeFileTransfers (Results 1 – 3 of 3) sorted by relevance

/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/platform/posix/
H A Dminiftpserver.h50 bool allowInternetTechtreeFileTransfers; variable
57 bool allowInternetTilesetFileTransfers, bool allowInternetTechtreeFileTransfers,
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/platform/posix/
H A Dminiftpserver.cpp74 bool allowInternetTilesetFileTransfers, bool allowInternetTechtreeFileTransfers, in FTPServerThread() argument
83 this->allowInternetTechtreeFileTransfers = allowInternetTechtreeFileTransfers; in FTPServerThread()
164 if(this->allowInternetTechtreeFileTransfers == true) { in setInternetEnabled()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/network/
H A Dserver_interface.cpp219 …bool allowInternetTechtreeFileTransfers = Config::getInstance().getBool("EnableFTPServerInternetTe… in ServerInterface() local
237 allowInternetTechtreeFileTransfers,portNumber,GameConstants::maxPlayers, in ServerInterface()