mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
@@ -238,6 +238,6 @@ Goals::TSubgoal PathfindingManager::clearWayTo(HeroPtr hero, int3 firstTileToGet
|
||||
|
||||
void PathfindingManager::updatePaths(std::vector<HeroPtr> heroes)
|
||||
{
|
||||
logAi->debug("AIPathfinder has been reseted.");
|
||||
logAi->debug("AIPathfinder has been reset.");
|
||||
pathfinder->updatePaths(heroes);
|
||||
}
|
||||
|
@@ -126,7 +126,7 @@ int main(int argc, char * argv[])
|
||||
("spectate-battle-speed", po::value<int>(), "battle animation speed for spectator")
|
||||
("spectate-skip-battle", "skip battles in spectator view")
|
||||
("spectate-skip-battle-result", "skip battle result window")
|
||||
("onlyAI", "allow to run without human player, all players will be default AI")
|
||||
("onlyAI", "allow one to run without human player, all players will be default AI")
|
||||
("headless", "runs without GUI, implies --onlyAI")
|
||||
("ai", po::value<std::vector<std::string>>(), "AI to be used for the player, can be specified several times for the consecutive players")
|
||||
("oneGoodAI", "puts one default AI and the rest will be EmptyAI")
|
||||
|
@@ -720,7 +720,7 @@ std::shared_ptr<CIntObject> InterfaceObjectConfigurable::buildWidget(JsonNode co
|
||||
//overrides from variables
|
||||
for(auto & item : config["overrides"].Struct())
|
||||
{
|
||||
logGlobal->debug("Config attribute %s was overriden by variable %s", item.first, item.second.String());
|
||||
logGlobal->debug("Config attribute %s was overridden by variable %s", item.first, item.second.String());
|
||||
config[item.first] = variables[item.second.String()];
|
||||
}
|
||||
|
||||
|
@@ -105,7 +105,7 @@ void MainWindow::parseCommandLine(ExtractionOptions & extractionOptions)
|
||||
{"e", QCoreApplication::translate("main", "Extract original H3 archives into a separate folder.")},
|
||||
{"s", QCoreApplication::translate("main", "From an extracted archive, it Splits TwCrPort, CPRSMALL, FlagPort, ITPA, ITPt, Un32 and Un44 into individual PNG's.")},
|
||||
{"c", QCoreApplication::translate("main", "From an extracted archive, Converts single Images (found in Images folder) from .pcx to png.")},
|
||||
{"d", QCoreApplication::translate("main", "Delete original files, for the ones splitted / converted.")},
|
||||
{"d", QCoreApplication::translate("main", "Delete original files, for the ones split / converted.")},
|
||||
});
|
||||
|
||||
parser.process(qApp->arguments());
|
||||
|
@@ -1011,7 +1011,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="107"/>
|
||||
<source>Delete original files, for the ones splitted / converted.</source>
|
||||
<source>Delete original files, for the ones split / converted.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@@ -1015,7 +1015,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="107"/>
|
||||
<source>Delete original files, for the ones splitted / converted.</source>
|
||||
<source>Delete original files, for the ones split / converted.</source>
|
||||
<translation>Supprimer les fichiers d'origine, pour ceux fractionnés/convertis.</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@@ -1025,7 +1025,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="107"/>
|
||||
<source>Delete original files, for the ones splitted / converted.</source>
|
||||
<source>Delete original files, for the ones split / converted.</source>
|
||||
<translation>Löschen Sie die Originaldateien für die gesplitteten/konvertierten Dateien.</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@@ -1025,7 +1025,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="107"/>
|
||||
<source>Delete original files, for the ones splitted / converted.</source>
|
||||
<source>Delete original files, for the ones split / converted.</source>
|
||||
<translation>Usuń oryginalne pliki, dla już rozdzielonych / skonwertowanych.</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@@ -1015,7 +1015,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="107"/>
|
||||
<source>Delete original files, for the ones splitted / converted.</source>
|
||||
<source>Delete original files, for the ones split / converted.</source>
|
||||
<translation>Удалить оригиналы для преобразованных файлов.</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@@ -1015,7 +1015,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="107"/>
|
||||
<source>Delete original files, for the ones splitted / converted.</source>
|
||||
<source>Delete original files, for the ones split / converted.</source>
|
||||
<translation>Eliminar archivos originales, por los que se han separado / convertido.</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@@ -1021,7 +1021,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="107"/>
|
||||
<source>Delete original files, for the ones splitted / converted.</source>
|
||||
<source>Delete original files, for the ones split / converted.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@@ -1011,7 +1011,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="107"/>
|
||||
<source>Delete original files, for the ones splitted / converted.</source>
|
||||
<source>Delete original files, for the ones split / converted.</source>
|
||||
<translation>Xóa các tập tin gốc đã được phân chia / chuyển đổi.</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
Reference in New Issue
Block a user