Home
last modified time | relevance | path

Searched refs:tilesetsPath (Results 1 – 8 of 8) sorted by relevance

/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/platform/posix/
H A Dminiftpserver.cpp72 std::pair<string,string> tilesetsPath, std::pair<string,string> techtreesPath, in FTPServerThread() argument
80 this->tilesetsPath = tilesetsPath; in FTPServerThread()
146 if(tilesetsPath.first != "") { in setInternetEnabled()
147 …s::%s Line: %d] tilesetsPath #1 [%s]\n",__FILE__,__FUNCTION__,__LINE__,tilesetsPath.first.c_str()); in setInternetEnabled()
148 …ftpCreateAccount(FTP_TILESETS_USERNAME, FTP_COMMON_PASSWORD, tilesetsPath.first.c_str(), FTP_ACC_R… in setInternetEnabled()
150 if(tilesetsPath.second != "") { in setInternetEnabled()
152 …ftpCreateAccount(FTP_TILESETS_CUSTOM_USERNAME, FTP_COMMON_PASSWORD, tilesetsPath.second.c_str(), F… in setInternetEnabled()
185 if(tilesetsPath.first != "") { in setInternetEnabled()
187 …ftpCreateAccount(FTP_TILESETS_USERNAME, FTP_COMMON_PASSWORD, tilesetsPath.first.c_str(), FTP_ACC_R… in setInternetEnabled()
189 if(tilesetsPath.second != "") { in setInternetEnabled()
[all …]
H A Dminiftpclient.cpp236 std::pair<string,string> tilesetsPath, in FTPClientThread() argument
250 this->tilesetsPath = tilesetsPath; in FTPClientThread()
530 destFileSaveAs = this->tilesetsPath.second; in getTilesetFromServer()
544 destFileSaveAs = this->tilesetsPath.second; in getTilesetFromServer()
555 destFileSaveAs = this->tilesetsPath.second; in getTilesetFromServer()
587 string destRootArchiveFolder = this->tilesetsPath.second; in getTilesetFromServer()
650 string destRootFolder = this->tilesetsPath.second; in getTilesetFromServer()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/platform/posix/
H A Dminiftpserver.h40 std::pair<string,string> tilesetsPath; variable
55 std::pair<string,string> tilesetsPath, std::pair<string,string> techtreesPath,
H A Dminiftpclient.h73 std::pair<string,string> tilesetsPath; variable
134 std::pair<string,string> tilesetsPath,
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/menu/
H A Dmenu_state_root.cpp327 std::pair<string,string> tilesetsPath; in startFTPClientIfRequired() local
330 tilesetsPath.first = tilesetsList[0]; in startFTPClientIfRequired()
332 tilesetsPath.second = tilesetsList[1]; in startFTPClientIfRequired()
378 mapsPath,tilesetsPath,techtreesPath,scenariosPath, in startFTPClientIfRequired()
H A Dmenu_state_connected_game.cpp590 std::pair<string,string> tilesetsPath; in MenuStateConnectedGame() local
593 tilesetsPath.first = tilesetsList[0]; in MenuStateConnectedGame()
595 tilesetsPath.second = tilesetsList[1]; in MenuStateConnectedGame()
636 mapsPath,tilesetsPath,techtreesPath,scenariosPath, in MenuStateConnectedGame()
1464 std::pair<string,string> tilesetsPath; in mouseClick() local
1467 tilesetsPath.first = tilesetsList[0]; in mouseClick()
1469 tilesetsPath.second = tilesetsList[1]; in mouseClick()
1511 mapsPath,tilesetsPath,techtreesPath,scenariosPath, in mouseClick()
H A Dmenu_state_mods.cpp276 std::pair<string,string> tilesetsPath; in MenuStateMods() local
279 tilesetsPath.first = tilesetsList[0]; in MenuStateMods()
281 tilesetsPath.second = tilesetsList[1]; in MenuStateMods()
327 mapsPath,tilesetsPath,techtreesPath,scenariosPath, in MenuStateMods()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/network/
H A Dserver_interface.cpp195 std::pair<string,string> tilesetsPath; in ServerInterface() local
198 tilesetsPath.first = tilesetsList[0]; in ServerInterface()
200 tilesetsPath.second = tilesetsList[1]; in ServerInterface()
235 ftpServer = new FTPServerThread(mapsPath,tilesetsPath,techtreesPath, in ServerInterface()