diff --git a/data/audio/bottle-cap-drop.wav b/data/audio/bottle-cap-drop.wav new file mode 100644 index 0000000..fba38d1 Binary files /dev/null and b/data/audio/bottle-cap-drop.wav differ diff --git a/src/imp.pro b/src/imp.pro index a3e45d7..1b95db0 100644 --- a/src/imp.pro +++ b/src/imp.pro @@ -12,7 +12,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = imp TEMPLATE = app -VERSION = 0.8.0 +VERSION = 0.8.1 QMAKE_TARGET_COMPANY = EternalDusk QMAKE_TARGET_DESCRIPTION = Eve Online Intelligence Management Program QMAKE_TARGET_COPYRIGHT = (c) Copyright 2016-2017 Jesse Litton diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index dc52276..a0e3a40 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -939,7 +939,9 @@ void MainWindow::fileChanged(const QString &absoluteFilePath) case MessageFlag::ESS: { - QStringList pilots = regionMap->pilotsIn(message.systems[0]); + QStringList pilots = regionMap->pilotsIn( + regionMap->pilotsSystem(message.logInfo->pilot) + ); foreach(QString pilot, pilots) { if(pilotIsEnabled(pilot)) diff --git a/src/meta.h b/src/meta.h index eee90b9..fdaa7c2 100644 --- a/src/meta.h +++ b/src/meta.h @@ -27,8 +27,8 @@ static const struct Version { Version(){} - QString release = "0.8.0"; //VERSION; - QString name = "Hermes Wolf"; + QString release = "0.8.1"; //VERSION; + QString name = "Hermes Wolfess"; QString styleHeader1 = ""; QString styleFooter1 = "";