diff --git a/LaunchControl/LaunchControl/opengl32sw.dll b/LaunchControl/LaunchControl-full-v2.6.2-old.exe similarity index 62% rename from LaunchControl/LaunchControl/opengl32sw.dll rename to LaunchControl/LaunchControl-full-v2.6.2-old.exe index 475e82a..bb0a307 100644 Binary files a/LaunchControl/LaunchControl/opengl32sw.dll and b/LaunchControl/LaunchControl-full-v2.6.2-old.exe differ diff --git a/LaunchControl/LaunchControl-full-v2.6.2.exe b/LaunchControl/LaunchControl-full-v2.6.2.exe index bb0a307..f85d916 100644 Binary files a/LaunchControl/LaunchControl-full-v2.6.2.exe and b/LaunchControl/LaunchControl-full-v2.6.2.exe differ diff --git a/LaunchControl/LaunchControl-patch-v2.6.2.2.zip b/LaunchControl/LaunchControl-patch-v2.6.2.2.zip new file mode 100644 index 0000000..549be07 Binary files /dev/null and b/LaunchControl/LaunchControl-patch-v2.6.2.2.zip differ diff --git a/LaunchControl/LaunchControl.iss b/LaunchControl/LaunchControl.iss new file mode 100644 index 0000000..7f6bb63 --- /dev/null +++ b/LaunchControl/LaunchControl.iss @@ -0,0 +1,62 @@ +; Script generated by the Inno Setup Script Wizard. +; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! + +#define MyAppName "LaunchControl" +#define MyAppVersion "2.6.2" +#define MyAppPublisher "My Company, Inc." +#define MyAppURL "https://www.example.com/" +#define MyAppExeName "LaunchControl.exe" +#define MyAppAssocName MyAppName + " File" +#define MyAppAssocExt ".myp" +#define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt + +[Setup] +; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications. +; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) +AppId={{AB777792-2F59-4DC8-AB3E-E2E6E8CFB837} +AppName={#MyAppName} +AppVersion={#MyAppVersion} +;AppVerName={#MyAppName} {#MyAppVersion} +AppPublisher={#MyAppPublisher} +AppPublisherURL={#MyAppURL} +AppSupportURL={#MyAppURL} +AppUpdatesURL={#MyAppURL} +;DefaultDirName={autopf}\{#MyAppName} +DefaultDirName=C:\Uav\{#MyAppName} +ChangesAssociations=yes +DisableProgramGroupPage=yes +; Uncomment the following line to run in non administrative install mode (install for current user only.) +;PrivilegesRequired=lowest +OutputDir={#SourcePath}\ +OutputBaseFilename={#MyAppName}-full-v{#MyAppVersion} +SetupIconFile={#SourcePath}\Deploy\{#MyAppName}.ico +Compression=lzma +SolidCompression=yes +WizardStyle=modern + +[Languages] +Name: "english"; MessagesFile: "compiler:Default.isl" + +[Tasks] +Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked + +[Files] +Source: "{#SourcePath}\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion +Source: "{#SourcePath}\Deploy\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs; \ +Excludes: "qml\*, log\*, logs\*, *.ico, Qml\*, mapcache\*"; +; NOTE: Don't use "Flags: ignoreversion" on any shared system files + +[Registry] +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocExt}\OpenWithProgids"; ValueType: string; ValueName: "{#MyAppAssocKey}"; ValueData: ""; Flags: uninsdeletevalue +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}"; ValueType: string; ValueName: ""; ValueData: "{#MyAppAssocName}"; Flags: uninsdeletekey +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\{#MyAppExeName},0" +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#MyAppExeName}"" ""%1""" +Root: HKA; Subkey: "Software\Classes\Applications\{#MyAppExeName}\SupportedTypes"; ValueType: string; ValueName: ".myp"; ValueData: "" + +[Icons] +Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" +Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon + +[Run] +Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent + diff --git a/LaunchControl/LaunchControl/140xfd.ico b/LaunchControl/LaunchControl/140xfd.ico deleted file mode 100644 index e4f26c7..0000000 Binary files a/LaunchControl/LaunchControl/140xfd.ico and /dev/null differ diff --git a/LaunchControl/LaunchControl/D3Dcompiler_47.dll b/LaunchControl/LaunchControl/D3Dcompiler_47.dll deleted file mode 100644 index 56512f5..0000000 Binary files a/LaunchControl/LaunchControl/D3Dcompiler_47.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/LaunchControl.exe b/LaunchControl/LaunchControl/LaunchControl.exe deleted file mode 100644 index 11a5426..0000000 Binary files a/LaunchControl/LaunchControl/LaunchControl.exe and /dev/null differ diff --git a/LaunchControl/LaunchControl/Qt5Core.dll b/LaunchControl/LaunchControl/Qt5Core.dll deleted file mode 100644 index 83e4717..0000000 Binary files a/LaunchControl/LaunchControl/Qt5Core.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/Qt5Gui.dll b/LaunchControl/LaunchControl/Qt5Gui.dll deleted file mode 100644 index 024bb6f..0000000 Binary files a/LaunchControl/LaunchControl/Qt5Gui.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/Qt5Network.dll b/LaunchControl/LaunchControl/Qt5Network.dll deleted file mode 100644 index 7fefb05..0000000 Binary files a/LaunchControl/LaunchControl/Qt5Network.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/Qt5SerialPort.dll b/LaunchControl/LaunchControl/Qt5SerialPort.dll deleted file mode 100644 index f016b4a..0000000 Binary files a/LaunchControl/LaunchControl/Qt5SerialPort.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/Qt5Svg.dll b/LaunchControl/LaunchControl/Qt5Svg.dll deleted file mode 100644 index c7fafcd..0000000 Binary files a/LaunchControl/LaunchControl/Qt5Svg.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/Qt5Widgets.dll b/LaunchControl/LaunchControl/Qt5Widgets.dll deleted file mode 100644 index 0f7cbc3..0000000 Binary files a/LaunchControl/LaunchControl/Qt5Widgets.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/bearer/qgenericbearer.dll b/LaunchControl/LaunchControl/bearer/qgenericbearer.dll deleted file mode 100644 index c495435..0000000 Binary files a/LaunchControl/LaunchControl/bearer/qgenericbearer.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/config.ini b/LaunchControl/LaunchControl/config.ini deleted file mode 100644 index 4238785..0000000 --- a/LaunchControl/LaunchControl/config.ini +++ /dev/null @@ -1,46 +0,0 @@ -[software] -user=1 -protocolLength=40 -launchMethod=1 -launcherSum=6 -enableUdpCon=true -enableGcsCtl=true -conType=1 -portName=COM6 -localIp=127.0.0.1 -localPort=9010 -remoteIp=127.0.0.1 -remotePort=7000 - -[AppSetting] -language=cjflasogeoghoahjflashgoheglnlasngsdlfhkhn -protocol=0 -retryMethod=0 -retryTime=400 -retryCnt=5 - -[energy] -energyA=0.6 -energyB=0.6 -energyC=0.6 -energyD=0.6 -energyFinal=0.1 -k=0.25 -b=-0.25 - -[delay] -delayTimeA=30 -delayTimeB=30 -delayTimeC=30 -delayTimeD=30 -delayTimeSignal=3 - -[IMU] -enableAngleCtl=false -angleSamplingTime=4 -yawCali=0 - -[launcher] -launcherAngle=40 -pressureScale=0.9 -InstallMethod=0 diff --git a/LaunchControl/LaunchControl/iconengines/qsvgicon.dll b/LaunchControl/LaunchControl/iconengines/qsvgicon.dll deleted file mode 100644 index 2baa1ad..0000000 Binary files a/LaunchControl/LaunchControl/iconengines/qsvgicon.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/imageformats/qgif.dll b/LaunchControl/LaunchControl/imageformats/qgif.dll deleted file mode 100644 index faa73f8..0000000 Binary files a/LaunchControl/LaunchControl/imageformats/qgif.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/imageformats/qicns.dll b/LaunchControl/LaunchControl/imageformats/qicns.dll deleted file mode 100644 index 3c911c1..0000000 Binary files a/LaunchControl/LaunchControl/imageformats/qicns.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/imageformats/qico.dll b/LaunchControl/LaunchControl/imageformats/qico.dll deleted file mode 100644 index b4c1b3a..0000000 Binary files a/LaunchControl/LaunchControl/imageformats/qico.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/imageformats/qjpeg.dll b/LaunchControl/LaunchControl/imageformats/qjpeg.dll deleted file mode 100644 index 2b37397..0000000 Binary files a/LaunchControl/LaunchControl/imageformats/qjpeg.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/imageformats/qsvg.dll b/LaunchControl/LaunchControl/imageformats/qsvg.dll deleted file mode 100644 index 0ce1591..0000000 Binary files a/LaunchControl/LaunchControl/imageformats/qsvg.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/imageformats/qtga.dll b/LaunchControl/LaunchControl/imageformats/qtga.dll deleted file mode 100644 index 4b46a2e..0000000 Binary files a/LaunchControl/LaunchControl/imageformats/qtga.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/imageformats/qtiff.dll b/LaunchControl/LaunchControl/imageformats/qtiff.dll deleted file mode 100644 index f518c04..0000000 Binary files a/LaunchControl/LaunchControl/imageformats/qtiff.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/imageformats/qwbmp.dll b/LaunchControl/LaunchControl/imageformats/qwbmp.dll deleted file mode 100644 index b39c881..0000000 Binary files a/LaunchControl/LaunchControl/imageformats/qwbmp.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/imageformats/qwebp.dll b/LaunchControl/LaunchControl/imageformats/qwebp.dll deleted file mode 100644 index 0486e3e..0000000 Binary files a/LaunchControl/LaunchControl/imageformats/qwebp.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/libEGL.dll b/LaunchControl/LaunchControl/libEGL.dll deleted file mode 100644 index 7195cb2..0000000 Binary files a/LaunchControl/LaunchControl/libEGL.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/libGLESv2.dll b/LaunchControl/LaunchControl/libGLESv2.dll deleted file mode 100644 index 4fe7a43..0000000 Binary files a/LaunchControl/LaunchControl/libGLESv2.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/libgcc_s_seh-1.dll b/LaunchControl/LaunchControl/libgcc_s_seh-1.dll deleted file mode 100644 index fb2e767..0000000 Binary files a/LaunchControl/LaunchControl/libgcc_s_seh-1.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/libstdc++-6.dll b/LaunchControl/LaunchControl/libstdc++-6.dll deleted file mode 100644 index 2b2a3e9..0000000 Binary files a/LaunchControl/LaunchControl/libstdc++-6.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/libwinpthread-1.dll b/LaunchControl/LaunchControl/libwinpthread-1.dll deleted file mode 100644 index c47b8da..0000000 Binary files a/LaunchControl/LaunchControl/libwinpthread-1.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/platforms/qwindows.dll b/LaunchControl/LaunchControl/platforms/qwindows.dll deleted file mode 100644 index 4aad851..0000000 Binary files a/LaunchControl/LaunchControl/platforms/qwindows.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/styles/qwindowsvistastyle.dll b/LaunchControl/LaunchControl/styles/qwindowsvistastyle.dll deleted file mode 100644 index dbe23e0..0000000 Binary files a/LaunchControl/LaunchControl/styles/qwindowsvistastyle.dll and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_ar.qm b/LaunchControl/LaunchControl/translations/qt_ar.qm deleted file mode 100644 index a3ce57e..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_ar.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_bg.qm b/LaunchControl/LaunchControl/translations/qt_bg.qm deleted file mode 100644 index faeb167..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_bg.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_ca.qm b/LaunchControl/LaunchControl/translations/qt_ca.qm deleted file mode 100644 index 62cca8a..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_ca.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_cs.qm b/LaunchControl/LaunchControl/translations/qt_cs.qm deleted file mode 100644 index 459ef26..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_cs.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_da.qm b/LaunchControl/LaunchControl/translations/qt_da.qm deleted file mode 100644 index 4ede24b..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_da.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_de.qm b/LaunchControl/LaunchControl/translations/qt_de.qm deleted file mode 100644 index 3a477fd..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_de.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_en.qm b/LaunchControl/LaunchControl/translations/qt_en.qm deleted file mode 100644 index 937ea3e..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_en.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_es.qm b/LaunchControl/LaunchControl/translations/qt_es.qm deleted file mode 100644 index abb0062..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_es.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_fi.qm b/LaunchControl/LaunchControl/translations/qt_fi.qm deleted file mode 100644 index 934aecd..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_fi.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_fr.qm b/LaunchControl/LaunchControl/translations/qt_fr.qm deleted file mode 100644 index 009fb5a..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_fr.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_gd.qm b/LaunchControl/LaunchControl/translations/qt_gd.qm deleted file mode 100644 index f0571d3..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_gd.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_he.qm b/LaunchControl/LaunchControl/translations/qt_he.qm deleted file mode 100644 index 4b623a3..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_he.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_hu.qm b/LaunchControl/LaunchControl/translations/qt_hu.qm deleted file mode 100644 index e4920a6..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_hu.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_it.qm b/LaunchControl/LaunchControl/translations/qt_it.qm deleted file mode 100644 index 6fb6e89..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_it.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_ja.qm b/LaunchControl/LaunchControl/translations/qt_ja.qm deleted file mode 100644 index 9c4b33d..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_ja.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_ko.qm b/LaunchControl/LaunchControl/translations/qt_ko.qm deleted file mode 100644 index 524deb0..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_ko.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_lv.qm b/LaunchControl/LaunchControl/translations/qt_lv.qm deleted file mode 100644 index f88a761..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_lv.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_pl.qm b/LaunchControl/LaunchControl/translations/qt_pl.qm deleted file mode 100644 index 6a1a189..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_pl.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_ru.qm b/LaunchControl/LaunchControl/translations/qt_ru.qm deleted file mode 100644 index 839c91f..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_ru.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_sk.qm b/LaunchControl/LaunchControl/translations/qt_sk.qm deleted file mode 100644 index b72e775..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_sk.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_tr.qm b/LaunchControl/LaunchControl/translations/qt_tr.qm deleted file mode 100644 index 3d289bb..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_tr.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_uk.qm b/LaunchControl/LaunchControl/translations/qt_uk.qm deleted file mode 100644 index c424e7e..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_uk.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/translations/qt_zh_TW.qm b/LaunchControl/LaunchControl/translations/qt_zh_TW.qm deleted file mode 100644 index 6205298..0000000 Binary files a/LaunchControl/LaunchControl/translations/qt_zh_TW.qm and /dev/null differ diff --git a/LaunchControl/LaunchControl/updater.exe b/LaunchControl/LaunchControl/updater.exe deleted file mode 100644 index e8e360d..0000000 Binary files a/LaunchControl/LaunchControl/updater.exe and /dev/null differ diff --git a/LaunchControl/updates.json b/LaunchControl/updates.json index 432541d..88f222d 100644 --- a/LaunchControl/updates.json +++ b/LaunchControl/updates.json @@ -3,11 +3,13 @@ { "windows": { - "full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/", - "full-version": "2.6.2", + "full-url": "https://file.tianzd.cn/TianZD/deploy/raw/branch/master/", + "full-version": "1.1.3", + "patch-url":"https://file.tianzd.cn/TianZD/deploy/raw/branch/master/", + "patch-version": "1.1.3.3", "download-full":true, - "changelog": "1.modify", - "modify-time": "20240812", + "changelog": "优化", + "modify-time": "20250724", "modifyCnt": "1" } }