simulation manager extended to 4 player, refactoring, porno progress bar

This commit is contained in:
Janik Schlemminger
2014-04-13 01:30:38 +02:00
parent 40d6a0e6f0
commit 8d07af4431
14 changed files with 190 additions and 98 deletions

View File

@@ -39,6 +39,7 @@ int sc_main(int argc, char **argv)
SimulationManager manager(resources);
manager.loadSimulationFromXML(resources + "/simulations/" + simulationToRun);
manager.silent = true;
manager.runSimulations();
manager.startTraceAnalyzer();