ref: clean warnings

This commit is contained in:
semenov
2024-10-04 11:33:32 +03:00
parent ae49416723
commit 38e5b7655f
27 changed files with 328 additions and 304 deletions

View File

@@ -18,6 +18,7 @@ QByteArray DataParser::slotGetXmlAnswer(QString answerCode)
if(answerCode == "END"){
return xmlAnswer_notify(answerCode);
}
return nullptr;
}
void DataParser::createFileDataList(QList<FileData> fileDataList,QString filename)

View File

@@ -4,10 +4,9 @@
#include <updatenotifywidget.h>
HashComparer::HashComparer(DataParser *dataParser,QObject *parent)
HashComparer::HashComparer(DataParser *dataParser,QObject *)
{
this->dataParser = dataParser;
this->updateWidget = updateWidget;
}
void HashComparer::CompareDeltas()

View File

@@ -7,7 +7,7 @@
SendSystem::SendSystem(QObject *parent)
SendSystem::SendSystem(QObject *)
{
}

View File

@@ -19,7 +19,7 @@ void TCPClient::initialize(RecognizeSystem *recognize,ExternalExecuter *external
emit sigSendDebugLog(Tools::getTime() + " Client started");
}
void TCPClient::setConnect(ServerSettings *serverSettings,QThread *th)
void TCPClient::setConnect(ServerSettings *serverSettings)
{
socket = new QTcpSocket();
qDebug() << "TCPCLient thread: " << thread();

View File

@@ -25,7 +25,7 @@ class TCPClient : public QObject
public:
explicit TCPClient(QObject *parent = 0);
void initialize(RecognizeSystem *recognize,ExternalExecuter *externalExecuter,SendSystem *sendSystem);
void setConnect(ServerSettings *serverSettings,QThread *thread);
void setConnect(ServerSettings *serverSettings);
void waitRead(int time);
QTcpSocket* getSocket();

Binary file not shown.

View File

@@ -5,142 +5,210 @@
<name>MainWindow</name>
<message>
<location filename="mainwindow.ui" line="32"/>
<location filename="mainwindow.ui" line="1036"/>
<source>Тренажер процедур технического обслуживания самолета RRJ-95NEW-100</source>
<translation>Aircraft Maintenance Procedures Trainer RRJ-95NEW-100</translation>
</message>
<message>
<location filename="mainwindow.ui" line="324"/>
<location filename="mainwindow.ui" line="363"/>
<source>Язык/Language</source>
<translation>Язык/Language</translation>
</message>
<message>
<location filename="mainwindow.ui" line="505"/>
<source>Вход в систему</source>
<translation>Login</translation>
</message>
<message>
<location filename="mainwindow.ui" line="339"/>
<location filename="mainwindow.ui" line="530"/>
<source>Логин</source>
<translation>Login</translation>
</message>
<message>
<location filename="mainwindow.ui" line="350"/>
<location filename="mainwindow.ui" line="549"/>
<source>Пароль</source>
<translation>Password</translation>
</message>
<message>
<location filename="mainwindow.ui" line="361"/>
<source>Настройки</source>
<translation>Settings</translation>
<translation type="vanished">Settings</translation>
</message>
<message>
<location filename="mainwindow.ui" line="368"/>
<location filename="mainwindow.ui" line="562"/>
<source>Войти</source>
<translation>Login</translation>
</message>
<message>
<location filename="mainwindow.ui" line="407"/>
<location filename="mainwindow.ui" line="631"/>
<source>Связь с сервером не установлена! Проверьте настройки или запустите в автономном режиме</source>
<translation>No connection to server! Check settings or run offline</translation>
</message>
<message>
<location filename="mainwindow.ui" line="680"/>
<source>Настройки сервера</source>
<translation>Server settings</translation>
</message>
<message>
<location filename="mainwindow.ui" line="419"/>
<location filename="mainwindow.ui" line="698"/>
<source>Сервер</source>
<translation>Server</translation>
</message>
<message>
<location filename="mainwindow.ui" line="430"/>
<location filename="mainwindow.ui" line="715"/>
<source>Порт</source>
<translation>Port</translation>
</message>
<message>
<location filename="mainwindow.ui" line="439"/>
<location filename="mainwindow.ui" line="736"/>
<source>Сохранить</source>
<translation>Save</translation>
</message>
<message>
<location filename="mainwindow.ui" line="113"/>
<source>Соединиться</source>
<translation>Try connect</translation>
<location filename="mainwindow.ui" line="904"/>
<source>Есть изменения в локальных файлах</source>
<translation>There are changes in local files</translation>
</message>
<message>
<location filename="mainwindow.ui" line="147"/>
<location filename="mainwindow.ui" line="942"/>
<source>Выгрузить изменения</source>
<translation>Upload changes</translation>
</message>
<message>
<location filename="mainwindow.ui" line="955"/>
<source>Отменить изменения</source>
<translation>Cancel changes</translation>
</message>
<message>
<location filename="mainwindow.ui" line="968"/>
<source>Запустить без отправки</source>
<translation>Run without sending</translation>
</message>
<message>
<location filename="mainwindow.ui" line="1098"/>
<source>Запуск в автономном режиме</source>
<translation>Run offline</translation>
</message>
<message>
<source>Соединиться</source>
<translation type="vanished">Try connect</translation>
</message>
<message>
<location filename="mainwindow.ui" line="164"/>
<source>Запуск</source>
<translation>Start</translation>
</message>
<message>
<location filename="mainwindow.ui" line="175"/>
<location filename="mainwindow.ui" line="133"/>
<source>Обновить</source>
<translation>Update</translation>
</message>
<message>
<location filename="mainwindow.ui" line="188"/>
<location filename="mainwindow.ui" line="839"/>
<source>Автозапуск</source>
<translation>Autostart</translation>
</message>
<message>
<location filename="mainwindow.ui" line="548"/>
<location filename="mainwindow.ui" line="787"/>
<source>Какая-то ошибка</source>
<translation>Something wrong</translation>
</message>
<message>
<location filename="mainwindow.ui" line="491"/>
<location filename="mainwindow.ui" line="251"/>
<source>Выберите активные мониторы:</source>
<translation>Select active monitors:</translation>
</message>
<message>
<location filename="mainwindow.ui" line="224"/>
<source>Язык</source>
<translation>Language</translation>
<translation type="vanished">Language</translation>
</message>
<message>
<location filename="mainwindow.ui" line="238"/>
<location filename="mainwindow.ui" line="396"/>
<source>RUS</source>
<translation>RUS</translation>
</message>
<message>
<location filename="mainwindow.ui" line="243"/>
<location filename="mainwindow.ui" line="401"/>
<source>ENG</source>
<translation>ENG</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="123"/>
<source>Обновление завершено...</source>
<translation>Update complete...</translation>
<translation type="vanished">Update complete...</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="135"/>
<location filename="mainwindow.cpp" line="165"/>
<source>Доступно обновление: </source>
<translation>Update available: </translation>
</message>
<message>
<location filename="mainwindow.cpp" line="136"/>
<location filename="mainwindow.cpp" line="166"/>
<source>Количество файлов: </source>
<translation>Files for update: </translation>
</message>
<message>
<location filename="mainwindow.cpp" line="141"/>
<location filename="mainwindow.cpp" line="174"/>
<source>Установлена последняя версия</source>
<translation>Latest version installed</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="164"/>
<location filename="mainwindow.cpp" line="198"/>
<source>Сервер заблокирован</source>
<translation>Server is blocked</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="387"/>
<location filename="mainwindow.cpp" line="434"/>
<source>Отправка файлов...</source>
<translation>Sending files...</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="496"/>
<source>Проверка обновлений...</source>
<translation>Checking for updates...</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="189"/>
<location filename="mainwindow.cpp" line="503"/>
<source>Есть изменения в локальных файлах &lt;A HREF=&quot;LINK&quot; style=color:rgb(45,84,130)&gt;(список)&lt;/A&gt; </source>
<translation>There are changes in local files &lt;A HREF=&quot;LINK&quot; style=color:rgb(45,84,130)&gt;(list)&lt;/A&gt; </translation>
</message>
<message>
<location filename="mainwindow.cpp" line="504"/>
<source>Возможные действия:
1. Выгрузить изменения на сервер
2. Отменить изменения с загрузкой версии с сервера
3. Запустить без отправки файлов, но с текущими изменениями</source>
<translation>Actions:
1. Upload changes to the server
2. Cancel changes by downloading the version from the server
3. Launch without sending files, but with current changes</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="523"/>
<source>Загрузка завершена</source>
<translation>Download complete</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="223"/>
<source>Неверный логин/пароль</source>
<translation>Invalid login/password</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="250"/>
<location filename="mainwindow.cpp" line="142"/>
<source>Обновление завершено</source>
<translation>Update complete</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="160"/>
<source>Восстановление версии...</source>
<translation>Recovery version...</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="287"/>
<source>Соединение установлено</source>
<translation>Connection complete</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="256"/>
<location filename="mainwindow.cpp" line="319"/>
<location filename="mainwindow.cpp" line="296"/>
<location filename="mainwindow.cpp" line="353"/>
<source>Соединение отсутсвует</source>
<translation>No connection</translation>
</message>
@@ -153,44 +221,42 @@
<translation>Update</translation>
</message>
<message>
<location filename="updatenotifywidget.ui" line="47"/>
<location filename="updatenotifywidget.ui" line="44"/>
<source>Закрыть</source>
<translation>Close</translation>
</message>
<message>
<source>Загрузить на сервер</source>
<translation>Load to server</translation>
<translation type="vanished">Load to server</translation>
</message>
<message>
<location filename="updatenotifywidget.ui" line="54"/>
<source>Отмена</source>
<translation>Cancel</translation>
<translation type="vanished">Cancel</translation>
</message>
<message>
<location filename="updatenotifywidget.ui" line="66"/>
<location filename="updatenotifywidget.ui" line="20"/>
<source>Обнаружены новые файлы:</source>
<translation>New files found:</translation>
</message>
<message>
<location filename="updatenotifywidget.cpp" line="17"/>
<source>Отправка новых файлов</source>
<translation>Send new files</translation>
<translation type="vanished">Send new files</translation>
</message>
<message>
<location filename="updatenotifywidget.cpp" line="82"/>
<source>Информация</source>
<translation>Info</translation>
<translation type="vanished">Info</translation>
</message>
<message>
<location filename="updatenotifywidget.cpp" line="84"/>
<source>Загрузка завершена</source>
<translation>Download complete</translation>
<translation type="vanished">Download complete</translation>
</message>
<message>
<location filename="updatenotifywidget.cpp" line="89"/>
<source>Ошибка</source>
<translation>Error</translation>
<translation type="vanished">Error</translation>
</message>
<message>
<location filename="updatenotifywidget.cpp" line="91"/>
<source>Произошла ошибка при загрузке</source>
<translation>Error loading</translation>
<translation type="vanished">Error loading</translation>
</message>
</context>
</TS>

Binary file not shown.

View File

@@ -5,142 +5,210 @@
<name>MainWindow</name>
<message>
<location filename="mainwindow.ui" line="32"/>
<location filename="mainwindow.ui" line="1036"/>
<source>Тренажер процедур технического обслуживания самолета RRJ-95NEW-100</source>
<translation>Тренажер процедур технического обслуживания самолета RRJ-95NEW-100</translation>
</message>
<message>
<location filename="mainwindow.ui" line="324"/>
<location filename="mainwindow.ui" line="363"/>
<source>Язык/Language</source>
<translation>Язык/Language</translation>
</message>
<message>
<location filename="mainwindow.ui" line="505"/>
<source>Вход в систему</source>
<translation>Вход в систему</translation>
</message>
<message>
<location filename="mainwindow.ui" line="339"/>
<location filename="mainwindow.ui" line="530"/>
<source>Логин</source>
<translation>Логин</translation>
</message>
<message>
<location filename="mainwindow.ui" line="350"/>
<location filename="mainwindow.ui" line="549"/>
<source>Пароль</source>
<translation>Пароль</translation>
</message>
<message>
<location filename="mainwindow.ui" line="361"/>
<source>Настройки</source>
<translation>Настройки</translation>
<translation type="vanished">Настройки</translation>
</message>
<message>
<location filename="mainwindow.ui" line="368"/>
<location filename="mainwindow.ui" line="562"/>
<source>Войти</source>
<translation>Войти</translation>
</message>
<message>
<location filename="mainwindow.ui" line="407"/>
<location filename="mainwindow.ui" line="631"/>
<source>Связь с сервером не установлена! Проверьте настройки или запустите в автономном режиме</source>
<translation>Связь с сервером не установлена! Проверьте настройки или запустите в автономном режиме</translation>
</message>
<message>
<location filename="mainwindow.ui" line="680"/>
<source>Настройки сервера</source>
<translation>Настройки сервера</translation>
</message>
<message>
<location filename="mainwindow.ui" line="419"/>
<location filename="mainwindow.ui" line="698"/>
<source>Сервер</source>
<translation>Сервер</translation>
</message>
<message>
<location filename="mainwindow.ui" line="430"/>
<location filename="mainwindow.ui" line="715"/>
<source>Порт</source>
<translation>Порт</translation>
</message>
<message>
<location filename="mainwindow.ui" line="439"/>
<location filename="mainwindow.ui" line="736"/>
<source>Сохранить</source>
<translation>Сохранить</translation>
</message>
<message>
<location filename="mainwindow.ui" line="113"/>
<source>Соединиться</source>
<translation>Соединиться</translation>
<location filename="mainwindow.ui" line="904"/>
<source>Есть изменения в локальных файлах</source>
<translation>Есть изменения в локальных файлах</translation>
</message>
<message>
<location filename="mainwindow.ui" line="147"/>
<location filename="mainwindow.ui" line="942"/>
<source>Выгрузить изменения</source>
<translation>Выгрузить изменения</translation>
</message>
<message>
<location filename="mainwindow.ui" line="955"/>
<source>Отменить изменения</source>
<translation>Отменить изменения</translation>
</message>
<message>
<location filename="mainwindow.ui" line="968"/>
<source>Запустить без отправки</source>
<translation>Запустить без отправки</translation>
</message>
<message>
<location filename="mainwindow.ui" line="1098"/>
<source>Запуск в автономном режиме</source>
<translation>Запустить в автономном режиме</translation>
</message>
<message>
<source>Соединиться</source>
<translation type="vanished">Соединиться</translation>
</message>
<message>
<location filename="mainwindow.ui" line="164"/>
<source>Запуск</source>
<translation>Запуск</translation>
</message>
<message>
<location filename="mainwindow.ui" line="175"/>
<location filename="mainwindow.ui" line="133"/>
<source>Обновить</source>
<translation>Обновить</translation>
</message>
<message>
<location filename="mainwindow.ui" line="188"/>
<location filename="mainwindow.ui" line="839"/>
<source>Автозапуск</source>
<translation>Автозапуск</translation>
</message>
<message>
<location filename="mainwindow.ui" line="548"/>
<location filename="mainwindow.ui" line="787"/>
<source>Какая-то ошибка</source>
<translation>Какая-то ошибка</translation>
</message>
<message>
<location filename="mainwindow.ui" line="491"/>
<location filename="mainwindow.ui" line="251"/>
<source>Выберите активные мониторы:</source>
<translation>Выберите активные мониторы:</translation>
</message>
<message>
<location filename="mainwindow.ui" line="224"/>
<source>Язык</source>
<translation>Язык</translation>
<translation type="vanished">Язык</translation>
</message>
<message>
<location filename="mainwindow.ui" line="238"/>
<location filename="mainwindow.ui" line="396"/>
<source>RUS</source>
<translation>RUS</translation>
</message>
<message>
<location filename="mainwindow.ui" line="243"/>
<location filename="mainwindow.ui" line="401"/>
<source>ENG</source>
<translation>ENG</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="123"/>
<source>Обновление завершено...</source>
<translation>Обновление завершено...</translation>
<translation type="vanished">Обновление завершено...</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="135"/>
<location filename="mainwindow.cpp" line="165"/>
<source>Доступно обновление: </source>
<translation>Доступно обновление: </translation>
</message>
<message>
<location filename="mainwindow.cpp" line="136"/>
<location filename="mainwindow.cpp" line="166"/>
<source>Количество файлов: </source>
<translation>Количество файлов: </translation>
</message>
<message>
<location filename="mainwindow.cpp" line="141"/>
<location filename="mainwindow.cpp" line="174"/>
<source>Установлена последняя версия</source>
<translation>Установлена последняя версия</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="164"/>
<location filename="mainwindow.cpp" line="198"/>
<source>Сервер заблокирован</source>
<translation>Сервер заблокирован</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="387"/>
<location filename="mainwindow.cpp" line="434"/>
<source>Отправка файлов...</source>
<translation>Отправка файлов...</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="496"/>
<source>Проверка обновлений...</source>
<translation>Проверка обновлений...</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="189"/>
<location filename="mainwindow.cpp" line="503"/>
<source>Есть изменения в локальных файлах &lt;A HREF=&quot;LINK&quot; style=color:rgb(45,84,130)&gt;(список)&lt;/A&gt; </source>
<translation>Есть изменения в локальных файлах &lt;A HREF=&quot;LINK&quot; style=color:rgb(45,84,130)&gt;(список)&lt;/A&gt; </translation>
</message>
<message>
<location filename="mainwindow.cpp" line="504"/>
<source>Возможные действия:
1. Выгрузить изменения на сервер
2. Отменить изменения с загрузкой версии с сервера
3. Запустить без отправки файлов, но с текущими изменениями</source>
<translation>Возможные действия:
1. Выгрузить изменения на сервер
2. Отменить изменения с загрузкой версии с сервера
3. Запустить без отправки файлов, но с текущими изменениями</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="523"/>
<source>Загрузка завершена</source>
<translation>Загрузка завершена</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="223"/>
<source>Неверный логин/пароль</source>
<translation>Неверный логин/пароль</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="250"/>
<location filename="mainwindow.cpp" line="142"/>
<source>Обновление завершено</source>
<translation>Обновление завершено</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="160"/>
<source>Восстановление версии...</source>
<translation>Восстановление версии...</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="287"/>
<source>Соединение установлено</source>
<translation>Соединение установлено</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="256"/>
<location filename="mainwindow.cpp" line="319"/>
<location filename="mainwindow.cpp" line="296"/>
<location filename="mainwindow.cpp" line="353"/>
<source>Соединение отсутсвует</source>
<translation>Соединение отсутсвует</translation>
</message>
@@ -153,44 +221,42 @@
<translation>Обновление</translation>
</message>
<message>
<location filename="updatenotifywidget.ui" line="47"/>
<location filename="updatenotifywidget.ui" line="44"/>
<source>Закрыть</source>
<translation>Закрыть</translation>
</message>
<message>
<source>Загрузить на сервер</source>
<translation>Загрузить на сервер</translation>
<translation type="vanished">Загрузить на сервер</translation>
</message>
<message>
<location filename="updatenotifywidget.ui" line="54"/>
<source>Отмена</source>
<translation>Отмена</translation>
<translation type="vanished">Отмена</translation>
</message>
<message>
<location filename="updatenotifywidget.ui" line="66"/>
<location filename="updatenotifywidget.ui" line="20"/>
<source>Обнаружены новые файлы:</source>
<translation>Обнаружены новые файлы:</translation>
</message>
<message>
<location filename="updatenotifywidget.cpp" line="17"/>
<source>Отправка новых файлов</source>
<translation>Отправка новых файлов</translation>
<translation type="vanished">Отправка новых файлов</translation>
</message>
<message>
<location filename="updatenotifywidget.cpp" line="82"/>
<source>Информация</source>
<translation>Информация</translation>
<translation type="vanished">Информация</translation>
</message>
<message>
<location filename="updatenotifywidget.cpp" line="84"/>
<source>Загрузка завершена</source>
<translation>Загрузка завершена</translation>
<translation type="vanished">Загрузка завершена</translation>
</message>
<message>
<location filename="updatenotifywidget.cpp" line="89"/>
<source>Ошибка</source>
<translation>Ошибка</translation>
<translation type="vanished">Ошибка</translation>
</message>
<message>
<location filename="updatenotifywidget.cpp" line="91"/>
<source>Произошла ошибка при загрузке</source>
<translation>Произошла ошибка при загрузке</translation>
<translation type="vanished">Произошла ошибка при загрузке</translation>
</message>
</context>
</TS>

View File

@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<AuthData Login="offlineUser" Password="000000" InstructorName="empty" ClientName="Offline" AccessType="Offline"/>
<AuthData Login="O1" Password="1111" InstructorName="Администратор" ClientName="Иванов И.И." AccessType="trainee"/>

View File

@@ -24,177 +24,69 @@
<FileData Path="/Application/RRJLoader/RRJ_Data/Plugins/x86_64" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Resources" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Bin" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/Debug" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/Debug/DataSpamer.tlog" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/SampleNA3" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/bin" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/bin/Debug" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/Data" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/obj" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/obj/Debug" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/obj/Debug/TempPE" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/Properties" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/RRJ-95NEW-100" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/RUS" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Sounds" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Sounds/UI" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Temp" Hash="FOLDER"/>
<FileData Path="/Application/RRJLoader/D3D12/D3D12Core.dll" Hash="7fc05c9a8366d19302dfd13d09d3ebac"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/EmbedRuntime/mono-2.0-bdwgc.dll" Hash="1ce1473bec6862c3445a5697d28c3b7d"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/EmbedRuntime/MonoPosixHelper.dll" Hash="2734ad3f554d1b95d7b04766260175e5"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/etc/mono/2.0/Browsers/Compat.browser" Hash="0d831c1264b5b32a39fa347de368fe48"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/etc/mono/2.0/DefaultWsdlHelpGenerator.aspx" Hash="f7be9f1841ff92f9d4040aed832e0c79"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/etc/mono/2.0/machine.config" Hash="5b791b8493c4e9a55d8c5ee522ce1cef"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/etc/mono/2.0/settings.map" Hash="22c818a23169e12bd3c8587b6394c731"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/etc/mono/2.0/web.config" Hash="dc6dd6d8d1fc74e76c84b0b38dc6b1e3"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/etc/mono/4.0/Browsers/Compat.browser" Hash="0d831c1264b5b32a39fa347de368fe48"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/etc/mono/4.0/DefaultWsdlHelpGenerator.aspx" Hash="f7be9f1841ff92f9d4040aed832e0c79"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/etc/mono/4.0/machine.config" Hash="32bf879734966ef6659d914a217691e0"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/etc/mono/4.0/settings.map" Hash="ba17ade8a8e3ee221377534c8136f617"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/etc/mono/4.0/web.config" Hash="d081581e16b06480a5aaef8cdfb305ab"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/etc/mono/4.5/Browsers/Compat.browser" Hash="0d831c1264b5b32a39fa347de368fe48"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/etc/mono/4.5/DefaultWsdlHelpGenerator.aspx" Hash="f7be9f1841ff92f9d4040aed832e0c79"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/etc/mono/4.5/machine.config" Hash="25ff1ec49e3ac9285bd943cf036bd813"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/etc/mono/4.5/settings.map" Hash="ba17ade8a8e3ee221377534c8136f617"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/etc/mono/4.5/web.config" Hash="5075af18fe1d2b5f9555d5cc68029814"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/etc/mono/browscap.ini" Hash="378be809df7d15aac75a175693e25fbb"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/etc/mono/config" Hash="67611b783439b35abfe05a97413bba46"/>
<FileData Path="/Application/RRJLoader/MonoBleedingEdge/etc/mono/mconfig/config.xml" Hash="f34b330f20dce1bdcce9058fca287099"/>
<FileData Path="/Application/RRJLoader/RRJ.exe" Hash="d8d1ae60ce447c51879c27f15dde7195"/>
<FileData Path="/Application/RRJLoader/RRJ_BurstDebugInformation_DoNotShip/Data/Plugins/x86_64/lib_burst_generated.txt" Hash="28a5d827e5b26c4e8af32f3022116f54"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/app.info" Hash="40abc32f793ac28bdd0bfa15c090595d"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/boot.config" Hash="d2efbaf133b8c9a5d752a0c8fcfc1ef9"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/globalgamemanagers" Hash="9e04e3c9575add79ccecb56d2909b916"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/globalgamemanagers.assets" Hash="4487c33f4272a4900326138859f8daa1"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/globalgamemanagers.assets.resS" Hash="cc481c35e79b509dcd950c6adf2346ce"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/level0" Hash="65b76c3483f64609f9be534f2cf161c7"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Assembly-CSharp.dll" Hash="2b075722e64700cbdba7d1bb766e96c8"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/IngameDebugConsole.Runtime.dll" Hash="db7bfb1bd97dfba03252aa79e5dc4b53"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Mono.Security.dll" Hash="dbd7e99a9ac5352fd4febaa5a7660e09"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/mscorlib.dll" Hash="9c0f93ea22eb12021728a1effe48ccad"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/netstandard.dll" Hash="c61967ebe7f07f6a5a1b3f91842bbc3c"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/System.ComponentModel.Composition.dll" Hash="9a5463df5469541750cca835743414c1"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/System.Configuration.dll" Hash="ea06fc126f0f0e6a9d44e089469b7653"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/System.Core.dll" Hash="5df5fd16437d20f41e58f8db73b42b47"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/System.Data.DataSetExtensions.dll" Hash="48ff393c9b420ade92a47c8cded8df57"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/System.Data.dll" Hash="83260b81a7f2c359842ae712cf8403a5"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/System.dll" Hash="97151f7e52d13119d4b7fc147c01dcd7"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/System.Drawing.dll" Hash="e9a4ee8d28124309d5068758ae9cf29a"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/System.EnterpriseServices.dll" Hash="ce5f01bef57e504e6bcba5136f6cac3f"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/System.IO.Compression.dll" Hash="968bf6f5309660610233bf75b21584c1"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/System.IO.Compression.FileSystem.dll" Hash="941b52daf342862624349b9cec0cb4a9"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/System.Net.Http.dll" Hash="dab4d77c5675bd94394baa2c45e4a311"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/System.Numerics.dll" Hash="73cd840f06347a172cdc8764564c6361"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/System.Runtime.dll" Hash="77d74adcdea84d53a1fbe89e79737c1e"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/System.Runtime.Serialization.dll" Hash="4ef33c922491087198e413279a709791"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/System.Security.dll" Hash="c3030222a71dad399344f8067dd36299"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/System.ServiceModel.Internals.dll" Hash="0b563b4cf046e3e484669ce10ce3bfa1"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/System.Transactions.dll" Hash="6191fb6d054e9f0910f42730230d7e5b"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/System.Xml.dll" Hash="6fed4a1385091135fcc224bda4f83222"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/System.Xml.Linq.dll" Hash="f59d549bdb4b3310647d344446958c3d"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Unity.Burst.dll" Hash="3d93246db4e4fa4e519fa15ff5ee3ff4"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Unity.Burst.Unsafe.dll" Hash="129351e9879a83262ea92a4a45aacc46"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Unity.Collections.dll" Hash="9896d66646d20face9591a222cf2ccdf"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Unity.Collections.LowLevel.ILSupport.dll" Hash="a28c546a9e048223b6899d2856ef6c11"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Unity.Mathematics.dll" Hash="88db1f1b78092627dd59ba7098212fb9"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Unity.Rendering.LightTransport.Runtime.dll" Hash="e47312870d4e8ef8f50dfa0504db5ab3"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Unity.RenderPipelines.Core.Runtime.dll" Hash="b7f1b29575e39edb80529f80dbe96b51"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Unity.RenderPipelines.Core.Runtime.Shared.dll" Hash="ebbeac963fbf7bb908ab0aa5d698c350"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Unity.RenderPipelines.Core.ShaderLibrary.dll" Hash="b5f27626025df2464cc3216bfb349ff6"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Unity.RenderPipelines.HighDefinition.Config.Runtime.dll" Hash="4232e384bb18cf0b470748f16a451077"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Unity.RenderPipelines.HighDefinition.Runtime.dll" Hash="8b2775ed44dd1b71ea4d8dc9c33df5a9"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll" Hash="bb8e7c89045af4b8e7886720e5dc2474"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Unity.TextMeshPro.dll" Hash="a944c0a16abff15b71bf7c220de5bcbd"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Unity.Timeline.dll" Hash="9d32cd828350ca76224a61f9cf98211c"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Unity.VisualEffectGraph.Runtime.dll" Hash="ddd586575079cc22739a5e5e49d18a77"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Unity.VisualScripting.Antlr3.Runtime.dll" Hash="62a6ef88ac683a13104417515323896b"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Unity.VisualScripting.Core.dll" Hash="de557512eb1a4da119ef4b7cdf0de9ea"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Unity.VisualScripting.Flow.dll" Hash="6078b460cb8803b87f89410f2fdef9f2"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/Unity.VisualScripting.State.dll" Hash="0a778b955b1a2df7397f338386070323"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.AccessibilityModule.dll" Hash="bf51e59da996c816b7d3944d9d235ca3"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.AIModule.dll" Hash="245cfae2b9eaee92e87eae662d3b8ca5"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.AndroidJNIModule.dll" Hash="19aba924468d523bd6ab0af1977ce553"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.AnimationModule.dll" Hash="5301e420d7216e0376b2ae6771836a08"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.ARModule.dll" Hash="5007e1920fd5f556be659d873b07f1a4"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.AssetBundleModule.dll" Hash="5c3168c646fb035e811a09fd4de30759"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.AudioModule.dll" Hash="12b91b4940b3418061837bc12e7d7050"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.ClothModule.dll" Hash="6ca3c4a421c921526e07950998a89ee9"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.ClusterInputModule.dll" Hash="9ed9069d73075969a156f89851e58d4c"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.ClusterRendererModule.dll" Hash="525752cc5b0c1d39c49ec4ac50a4101b"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.CommandStateObserverModule.dll" Hash="55957ff738edeb5fb2723f625112d4d3"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.ContentLoadModule.dll" Hash="eedc3dcf14a3ce65072b84335b54b758"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.CoreModule.dll" Hash="7352cddb3575dbbcca53a8fa9568fe6f"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.CrashReportingModule.dll" Hash="ea3c9f6c8098cf864e3353697a32ff65"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.DirectorModule.dll" Hash="87d7f67b284b7e5748bb8cc4c645662c"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.dll" Hash="8ffa9dfdffe9c31b96856f5be0f839e4"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.DSPGraphModule.dll" Hash="347a60da7e315fbfeca71360aa69169b"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.GameCenterModule.dll" Hash="ceb426370ca4ccd14de6d2bf86b143c6"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.GIModule.dll" Hash="2918d57cd975b218d0d5a94a0e6c386a"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.GraphToolsFoundationModule.dll" Hash="b2c7eea97fa9ee185d6be4dbccbaad68"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.GridModule.dll" Hash="3cb34eb625d4fabbbefed7563619f854"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.HierarchyCoreModule.dll" Hash="4f1dfca0153c6cda61b749cf04b864d4"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.HotReloadModule.dll" Hash="f1c6fd8ef2ec0c3a607b148bcd87038d"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.ImageConversionModule.dll" Hash="102bfdba9d7a2b1f876c7dd9ff0fd440"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.IMGUIModule.dll" Hash="c9fc2dcdf69f5c081ee1d809715624f5"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.InputForUIModule.dll" Hash="2c6253ae2586b692d55140e38fc3e242"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.InputLegacyModule.dll" Hash="a9a370555a93c547284b2e8a27945bc5"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.InputModule.dll" Hash="cf38dc062b4d1218628488ee5cbbdd5d"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.JSONSerializeModule.dll" Hash="0b294a1c0dca9e8180f122ba7ac942dc"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.LocalizationModule.dll" Hash="ecc911c3f4fb74ef6fe9d756e3d18408"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.MarshallingModule.dll" Hash="4be2900caf53c5a77e14d40d26804016"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.MultiplayerModule.dll" Hash="3821d1940fef8c2fd2bc09f8cdc50b7b"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.NVIDIAModule.dll" Hash="0dde1799779f99200903622ecf279b4b"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.ParticleSystemModule.dll" Hash="fb86ca13989f7357917cb8fad2bc9571"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.PerformanceReportingModule.dll" Hash="76ea7a15db5d193ffd90ac126ecdf573"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.Physics2DModule.dll" Hash="c2e6a62916ad3207cdc8daf42e033d37"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.PhysicsModule.dll" Hash="b3d8e6427893f8ed1c6717e8bc8480eb"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.ProfilerModule.dll" Hash="f1f4d1ee69bff46452fba519b3a0c90b"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.PropertiesModule.dll" Hash="dff0bf609e5e116146f3139297a8cf55"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll" Hash="b3c3f7cf1d76fbf5cb72d06b48fadce8"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.ScreenCaptureModule.dll" Hash="512a77e433577d2aea66bbf774b26e68"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.SharedInternalsModule.dll" Hash="b5dfed05ba23999348fb41a3946a8c60"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.SpriteMaskModule.dll" Hash="d35600c344dda3162201ee876109dfa2"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.SpriteShapeModule.dll" Hash="c1da3125886675c29f911186ba57c77f"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.StreamingModule.dll" Hash="3c1a919df199410b6d97d3233c2ae8af"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.SubstanceModule.dll" Hash="5654a4342f349a828d1e42100bd5b069"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.SubsystemsModule.dll" Hash="bd7ad5e02272b6cffc6ac3c9f64a5d00"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.TerrainModule.dll" Hash="3f4b1cca251fc0e4ac8ee5855c21c829"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.TerrainPhysicsModule.dll" Hash="2d87f1c8ac3b32158d0c8751989c97f7"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.TextCoreFontEngineModule.dll" Hash="f02c97fc1dc7cee24efb7a161761cad7"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.TextCoreTextEngineModule.dll" Hash="211586ac1307e75b04944ae69602d439"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.TextRenderingModule.dll" Hash="7c4b7a99c671f612956c8d9a8b059d3d"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.TilemapModule.dll" Hash="680c311a782c27b84939de1109387abf"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.TLSModule.dll" Hash="f5e69a25d7e5711f9d96c6d72ebef3a6"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.UI.dll" Hash="c5ff0bd048336c6e10704e5bf0151e05"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.UIElementsModule.dll" Hash="edb209860d38406902f38078afb09dc4"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.UIModule.dll" Hash="6dc8c0bd62247ae98f3ab47b58dbe79b"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.UmbraModule.dll" Hash="9e9645956824b3d24d0a5c721ebedfcc"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.UnityAnalyticsCommonModule.dll" Hash="35cc2a3004f37694740edc9394bc05bf"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.UnityAnalyticsModule.dll" Hash="07396be9516ddff18c7f49ba9ed9d5c2"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.UnityConnectModule.dll" Hash="c2b0504f4621a92e91d5ed5e79017295"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.UnityCurlModule.dll" Hash="92203292162a4a4ea627f41e2032855d"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.UnityTestProtocolModule.dll" Hash="f7995ec8be70852443cefdf2b9ec8a4e"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.UnityWebRequestAssetBundleModule.dll" Hash="57d96c793a720456cc5ebc45d0b6f4e1"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.UnityWebRequestAudioModule.dll" Hash="8490f076ba120cb60dab94932adff771"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.UnityWebRequestModule.dll" Hash="f033891c341f917838a1ae9caa9c73e8"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.UnityWebRequestTextureModule.dll" Hash="fe6a04ff44a2f53a27331ca4834211e3"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.UnityWebRequestWWWModule.dll" Hash="3e9d46adb7d36d390783d7917dd043b8"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.VehiclesModule.dll" Hash="74065cdf5a92f299a5197a7cf2505725"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.VFXModule.dll" Hash="ae89bc0a52ba6cfeea7261e330bc972b"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.VideoModule.dll" Hash="c00f0cfb424ad22ecf90a1f5d6f5bd2b"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.VirtualTexturingModule.dll" Hash="a68ac0d470b2de4b492e6c0d9b88e9de"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.VRModule.dll" Hash="1943a6b4296e967056f48f34e7cc10b3"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.WindModule.dll" Hash="4cb40be94a81fac1bb759d28e6dcd381"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Managed/UnityEngine.XRModule.dll" Hash="635e638a237f3b28a661c6cf4a18046a"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Plugins/x86_64/lib_burst_generated.dll" Hash="57c1f876ac85e909504eb6fb9ce2ab8c"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Plugins/x86_64/pdfrenderer.dll" Hash="bb9613277346c4b3bf0ea29a44c903e9"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Resources/unity default resources" Hash="510aeddf6e1cb415533ad2b13937f0bd"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/Resources/unity_builtin_extra" Hash="4ec578ed51d7dd617c9245fc406c1fc2"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/resources.assets" Hash="aa1503fcf0cca3c176162ed3d985eca3"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/resources.assets.resS" Hash="415d6f432a82d14f862a7fc1897ab50e"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/RuntimeInitializeOnLoads.json" Hash="6208c41654630850756b3fca5a5e6905"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/ScriptingAssemblies.json" Hash="bc1156dee1f08ecf1afb66a3cbd653a9"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/sharedassets0.assets" Hash="1007009da1bc4721385a45b38f143ea3"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/sharedassets0.assets.resS" Hash="897317a657f377346d8932827dc78da0"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/RRJ-95NEW-100/docs.xml" Hash="fcad1626c1ef3851931bf68a1aa054c6"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/RUS/024.31.00a.xml" Hash="e730fbd64cd77dd163732cfaf2bd0e75"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Sounds/UI/ir_begin.wav" Hash="2e0057ee08c7b6fa07d28863a40d1cbf"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Sounds/UI/ir_end.wav" Hash="e83345df81f1e577bb53766875efc31d"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Sounds/UI/Menu Command.wav" Hash="822b4c37ce07436e2192785f3274386f"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Sounds/UI/Minimize.wav" Hash="8fb59dad02c94ebc63590b14f4d1de2e"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Sounds/UI/Navigation Start.wav" Hash="b82aa79f496456ffc5b952b484af25f5"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Sounds/UI/Proximity Connection.wav" Hash="00882d550b9389c6183ee3da0b668b2d"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Sounds/UI/Proximity Notification.wav" Hash="e15f0210410a574af39b07840ccbe4cc"/>
<FileData Path="/Application/RRJLoader/UnityCrashHandler64.exe" Hash="ea440810e323f7b7ca54727cd23d068e"/>
<FileData Path="/Application/RRJLoader/UnityPlayer.dll" Hash="0486f8cc69625acdb24a62855754b228"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Bin/DataSpamer.exe" Hash="b86eac372b215c7832e3bd2d150741a8"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Bin/Na3Responser.exe" Hash="7e583c2f270b348719b01e76bc290fc4"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/DataSpamer.sln" Hash="477de8e402408bf40759b6f0588f8364"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/DataSpamer.vcxproj" Hash="dfecd0be60ea7582c3ca45f785bd7665"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/DataSpamer.vcxproj.filters" Hash="b5ade5553a469a4ac988aab42d2ac1e3"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/DataSpamer.vcxproj.user" Hash="244d056f5e959be6d9a2f7e94686f1c8"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/Debug/DataSpamer.exe" Hash="97406b53af4fa3887877748fe2e9b30c"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/Debug/DataSpamer.exe.recipe" Hash="9872fd2a8638f2be91bea3f30b9e6859"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/Debug/DataSpamer.ilk" Hash="e3c26187dbf35fa4226d9893210b0ef2"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/Debug/DataSpamer.log" Hash="c52eb05813fcdeff0ede6670f4d6bd16"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/Debug/DataSpamer.pdb" Hash="e5615f71bef783ea459b7bb684834046"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/Debug/DataSpamer.tlog/CL.command.1.tlog" Hash="c3a05db6e2c898533e8076c10febf8fe"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/Debug/DataSpamer.tlog/CL.read.1.tlog" Hash="dfeb8946d056a7d62dd7815c055a4df1"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/Debug/DataSpamer.tlog/CL.write.1.tlog" Hash="6ebe630de28e7fa7dbab738744091c6e"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/Debug/DataSpamer.tlog/DataSpamer.lastbuildstate" Hash="22e0cfcdb0cec55dd629e71bb1dbfa41"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/Debug/DataSpamer.tlog/link.command.1.tlog" Hash="5d25f52b33b879f4a920a2d5f13f9cd9"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/Debug/DataSpamer.tlog/link.read.1.tlog" Hash="55e6b2338de35ff5811cc30f91ded7f2"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/Debug/DataSpamer.tlog/link.write.1.tlog" Hash="1dd733a9ab83df120a441218e7b5de8c"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/Debug/DataSpamer.vcxproj.FileListAbsolute.txt" Hash="8b24f4a23bae258d6c74b5b6e87fd3e1"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/Debug/SampleNA3.obj" Hash="9fe4cf72664595bb46c90bf06718635e"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/Debug/vc142.idb" Hash="6bee600b142975372827c6e8d283d9e8"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/Debug/vc142.pdb" Hash="619eea75de0abe71f5762da6636a120d"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/SampleNA3/NA3Headers.h" Hash="97f9e9f1e2c412f29d09bf03787a7c4c"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/DataSpamer/SampleNA3/SampleNA3.c" Hash="2726f95f86d602f5ce5a30e3c6c72b9a"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/App.config" Hash="9dbad5517b46f41dbb0d8780b20ab87e"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/bin/Debug/Na3Responser.exe" Hash="7e583c2f270b348719b01e76bc290fc4"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/bin/Debug/Na3Responser.exe.config" Hash="9dbad5517b46f41dbb0d8780b20ab87e"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/bin/Debug/Na3Responser.pdb" Hash="3294d74eeaf5d910ffc19e6767ccbb98"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/ConnectionCreator.cs" Hash="2886da5be5813c955eb68dae8e939406"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/Data/IOSProtocolHeader.cs" Hash="12b02e2cdfe798a082a82e0c4d70073f"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/Data/IOSStructureHeader.cs" Hash="9fe0b6e295d1213f0763e5c36bbfdc3c"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/Data/Na3Headers.cs" Hash="11158d1ac8c8f63c97d8c31bf2c0332b"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/Data/NetArinc3BlockHeader.cs" Hash="ecae1dcc8ab9bcbe99bf3eafd0c11c40"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/Data/NetArinc3ProtocolHeader.cs" Hash="9b5667fcca892ad14a1ca53c1621f18e"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/DataParser.cs" Hash="f555f131800ee55857d681ba87487b76"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/Na3Responser.csproj" Hash="58e30b44626773f26b5e162cc39a27b0"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/Na3Responser.sln" Hash="2288e2837e6d62e609745b00a7749a29"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" Hash="896ab120ac6b6af2895fdb71c452b9d3"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache" Hash="cda2848607657057cf01b8d077497df9"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/obj/Debug/Na3Responser.csproj.AssemblyReference.cache" Hash="18785e92fdb029aa9adcc7a52e5f8ba7"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/obj/Debug/Na3Responser.csproj.CoreCompileInputs.cache" Hash="0546aa93d69131d920b7a4d4fc1e0d6a"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/obj/Debug/Na3Responser.csproj.FileListAbsolute.txt" Hash="208203bbe097e4a8743e34eb6e96ac98"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/obj/Debug/Na3Responser.exe" Hash="7e583c2f270b348719b01e76bc290fc4"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/obj/Debug/Na3Responser.pdb" Hash="3294d74eeaf5d910ffc19e6767ccbb98"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/Program.cs" Hash="2fe4ea373299b8816d403b97a80753ac"/>
<FileData Path="/Application/RRJLoader/RRJ_Data/StreamingAssets/Na3/Proj/Na3Responser/Properties/AssemblyInfo.cs" Hash="0c750243bd90aad3bf39eda5d20900d6"/>
</FileDataList>

View File

@@ -1,2 +1,2 @@
<DisplayInfo DisplayCount="2"/>
<DisplayInfo DisplayCount="1"/>

View File

@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<ClientNotify Code="GETSERVERDATALIST"/>
<ClientAutorization Login="O1" Password="1111"/>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -31,7 +31,7 @@ void MainWindow::initialize()
ui->offlineWidget->hide();
ui->offlineStartButton->show();
ui->offlineStartButton->setEnabled(false);
ui->offlineStartButton->setGeometry(570,552,220,35);
ui->offlineStartButton->setGeometry(540,552,250,35);
ui->startButton->hide();
ui->startButton->setEnabled(false);
ui->displayGroupWidget->show();
@@ -157,7 +157,7 @@ void MainWindow::setNeedUpdate(bool flag,quint64 size, quint64 fileCount)
if (flag && isRecovery)
{
ui->inlineTextDebug->setText("Восстановление версии...");
ui->inlineTextDebug->setText(tr("Восстановление версии..."));
}
else if(flag)
@@ -274,6 +274,18 @@ void MainWindow::loadStaticData()
checkLanguage(currentSettings->Language);
}
void MainWindow::showConnectionEmpty()
{
QPalette palette = ui->notificationLabel->palette();
palette.setColor(ui->notificationLabel->foregroundRole(),Qt::red);
ui->notificationLabel->setText(tr("Соединение отсутсвует"));
ui->offlineWidget->show();
ui->offlineStartButton->show();
ui->offlineStartButton->setGeometry(280,340,250,35);
ui->settingsButton->show();
ui->loginWidget->hide();
}
void MainWindow::slotConnectionState(bool flag)
{
ui->notificationLabel->show();
@@ -288,17 +300,11 @@ void MainWindow::slotConnectionState(bool flag)
ui->loginWidget->show();
ui->offlineStartButton->show();
ui->offlineStartButton->setGeometry(570,552,220,35);
ui->offlineStartButton->setGeometry(540,552,250,35);
}
else
{
palette.setColor(ui->notificationLabel->foregroundRole(),Qt::red);
ui->notificationLabel->setText(tr("Соединение отсутсвует"));
ui->offlineWidget->show();
ui->offlineStartButton->show();
ui->offlineStartButton->setGeometry(285,340,220,35);
ui->settingsButton->show();
ui->loginWidget->hide();
showConnectionEmpty();
}
ui->notificationLabel->setPalette(palette);
@@ -348,15 +354,7 @@ void MainWindow::on_loginButton_clicked()
{
if (!client->getIsConnected())
{
QPalette palette = ui->notificationLabel->palette();
palette.setColor(ui->notificationLabel->foregroundRole(),Qt::red);
ui->notificationLabel->setText(tr("Соединение отсутсвует"));
ui->notificationLabel->setPalette(palette);
ui->notificationLabel->show();
ui->offlineWidget->show();
ui->offlineStartButton->show();
ui->offlineStartButton->setGeometry(300,340,220,35);
showConnectionEmpty();
return;
}
@@ -471,7 +469,7 @@ void MainWindow::on_startWithCurrentChangesButton_clicked()
on_startButton_clicked();
}
void MainWindow::on_updateListGuideLabel_linkActivated(const QString &link)
void MainWindow::on_updateListGuideLabel_linkActivated(const QString &)
{
updateWidget->show();
}
@@ -512,13 +510,13 @@ void MainWindow::showUpdateInfo()
ui->updateWidget->show();
ui->updateButtonGroup_2->show();
ui->offlineStartButton->setGeometry(570,552,220,35);
ui->offlineStartButton->setGeometry(570,552,250,35);
fileCountForUpdate = hashComparer->getFilesForUpdate()->length();
filesLoaded = 0;
}
void MainWindow::showCompleteDialogBox(bool flag)
void MainWindow::showCompleteDialogBox()
{
ui->inlineTextDebug->setText(tr("Загрузка завершена"));
startLoadingAnim();

View File

@@ -113,8 +113,10 @@ private:
void showUpdateInfo();
void startLoadingAnim();
void stopLoadingMovie();
void showCompleteDialogBox();
void showConnectionEmpty();
void showCompleteDialogBox(bool flag);
protected:
virtual void keyPressEvent(QKeyEvent *event);
};

View File

@@ -1072,19 +1072,19 @@
<rect>
<x>570</x>
<y>552</y>
<width>190</width>
<width>300</width>
<height>35</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<width>250</width>
<height>35</height>
</size>
</property>

View File

@@ -516,10 +516,10 @@ public:
offlineStartButton = new QPushButton(centralwidget);
offlineStartButton->setObjectName(QString::fromUtf8("offlineStartButton"));
offlineStartButton->setEnabled(true);
offlineStartButton->setGeometry(QRect(570, 552, 190, 35));
sizePolicy5.setHeightForWidth(offlineStartButton->sizePolicy().hasHeightForWidth());
offlineStartButton->setSizePolicy(sizePolicy5);
offlineStartButton->setMinimumSize(QSize(150, 35));
offlineStartButton->setGeometry(QRect(570, 552, 300, 35));
sizePolicy1.setHeightForWidth(offlineStartButton->sizePolicy().hasHeightForWidth());
offlineStartButton->setSizePolicy(sizePolicy1);
offlineStartButton->setMinimumSize(QSize(250, 35));
offlineStartButton->setMaximumSize(QSize(1500, 35));
offlineStartButton->setCheckable(false);
offlineStartButton->setChecked(false);

View File

@@ -4,7 +4,7 @@
#include <QMessageBox>
UpdateNotifyWidget::UpdateNotifyWidget(QWidget *parent) :
UpdateNotifyWidget::UpdateNotifyWidget(QWidget *) :
ui(new Ui::UpdateNotifyWidget)
{
ui->setupUi(this);