Browse Source

2025-08-19 8:28:09.89

master
TianZD 6 months ago
parent
commit
c2369be541
  1. BIN
      LaunchControl/LaunchControl-full-v2.6.2-old.exe
  2. BIN
      LaunchControl/LaunchControl-full-v2.6.2.exe
  3. BIN
      LaunchControl/LaunchControl-patch-v2.6.2.2.zip
  4. 62
      LaunchControl/LaunchControl.iss
  5. BIN
      LaunchControl/LaunchControl/140xfd.ico
  6. BIN
      LaunchControl/LaunchControl/D3Dcompiler_47.dll
  7. BIN
      LaunchControl/LaunchControl/LaunchControl.exe
  8. BIN
      LaunchControl/LaunchControl/Qt5Core.dll
  9. BIN
      LaunchControl/LaunchControl/Qt5Gui.dll
  10. BIN
      LaunchControl/LaunchControl/Qt5Network.dll
  11. BIN
      LaunchControl/LaunchControl/Qt5SerialPort.dll
  12. BIN
      LaunchControl/LaunchControl/Qt5Svg.dll
  13. BIN
      LaunchControl/LaunchControl/Qt5Widgets.dll
  14. BIN
      LaunchControl/LaunchControl/bearer/qgenericbearer.dll
  15. 46
      LaunchControl/LaunchControl/config.ini
  16. BIN
      LaunchControl/LaunchControl/iconengines/qsvgicon.dll
  17. BIN
      LaunchControl/LaunchControl/imageformats/qgif.dll
  18. BIN
      LaunchControl/LaunchControl/imageformats/qicns.dll
  19. BIN
      LaunchControl/LaunchControl/imageformats/qico.dll
  20. BIN
      LaunchControl/LaunchControl/imageformats/qjpeg.dll
  21. BIN
      LaunchControl/LaunchControl/imageformats/qsvg.dll
  22. BIN
      LaunchControl/LaunchControl/imageformats/qtga.dll
  23. BIN
      LaunchControl/LaunchControl/imageformats/qtiff.dll
  24. BIN
      LaunchControl/LaunchControl/imageformats/qwbmp.dll
  25. BIN
      LaunchControl/LaunchControl/imageformats/qwebp.dll
  26. BIN
      LaunchControl/LaunchControl/libEGL.dll
  27. BIN
      LaunchControl/LaunchControl/libGLESv2.dll
  28. BIN
      LaunchControl/LaunchControl/libgcc_s_seh-1.dll
  29. BIN
      LaunchControl/LaunchControl/libstdc++-6.dll
  30. BIN
      LaunchControl/LaunchControl/libwinpthread-1.dll
  31. BIN
      LaunchControl/LaunchControl/platforms/qwindows.dll
  32. BIN
      LaunchControl/LaunchControl/styles/qwindowsvistastyle.dll
  33. BIN
      LaunchControl/LaunchControl/translations/qt_ar.qm
  34. BIN
      LaunchControl/LaunchControl/translations/qt_bg.qm
  35. BIN
      LaunchControl/LaunchControl/translations/qt_ca.qm
  36. BIN
      LaunchControl/LaunchControl/translations/qt_cs.qm
  37. BIN
      LaunchControl/LaunchControl/translations/qt_da.qm
  38. BIN
      LaunchControl/LaunchControl/translations/qt_de.qm
  39. BIN
      LaunchControl/LaunchControl/translations/qt_en.qm
  40. BIN
      LaunchControl/LaunchControl/translations/qt_es.qm
  41. BIN
      LaunchControl/LaunchControl/translations/qt_fi.qm
  42. BIN
      LaunchControl/LaunchControl/translations/qt_fr.qm
  43. BIN
      LaunchControl/LaunchControl/translations/qt_gd.qm
  44. BIN
      LaunchControl/LaunchControl/translations/qt_he.qm
  45. BIN
      LaunchControl/LaunchControl/translations/qt_hu.qm
  46. BIN
      LaunchControl/LaunchControl/translations/qt_it.qm
  47. BIN
      LaunchControl/LaunchControl/translations/qt_ja.qm
  48. BIN
      LaunchControl/LaunchControl/translations/qt_ko.qm
  49. BIN
      LaunchControl/LaunchControl/translations/qt_lv.qm
  50. BIN
      LaunchControl/LaunchControl/translations/qt_pl.qm
  51. BIN
      LaunchControl/LaunchControl/translations/qt_ru.qm
  52. BIN
      LaunchControl/LaunchControl/translations/qt_sk.qm
  53. BIN
      LaunchControl/LaunchControl/translations/qt_tr.qm
  54. BIN
      LaunchControl/LaunchControl/translations/qt_uk.qm
  55. BIN
      LaunchControl/LaunchControl/translations/qt_zh_TW.qm
  56. BIN
      LaunchControl/LaunchControl/updater.exe
  57. 10
      LaunchControl/updates.json

BIN
LaunchControl/LaunchControl/opengl32sw.dll → LaunchControl/LaunchControl-full-v2.6.2-old.exe

Binary file not shown.

BIN
LaunchControl/LaunchControl-full-v2.6.2.exe

Binary file not shown.

BIN
LaunchControl/LaunchControl-patch-v2.6.2.2.zip

Binary file not shown.

62
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

BIN
LaunchControl/LaunchControl/140xfd.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

BIN
LaunchControl/LaunchControl/D3Dcompiler_47.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/LaunchControl.exe

Binary file not shown.

BIN
LaunchControl/LaunchControl/Qt5Core.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/Qt5Gui.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/Qt5Network.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/Qt5SerialPort.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/Qt5Svg.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/Qt5Widgets.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/bearer/qgenericbearer.dll

Binary file not shown.

46
LaunchControl/LaunchControl/config.ini

@ -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

BIN
LaunchControl/LaunchControl/iconengines/qsvgicon.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/imageformats/qgif.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/imageformats/qicns.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/imageformats/qico.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/imageformats/qjpeg.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/imageformats/qsvg.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/imageformats/qtga.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/imageformats/qtiff.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/imageformats/qwbmp.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/imageformats/qwebp.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/libEGL.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/libGLESv2.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/libgcc_s_seh-1.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/libstdc++-6.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/libwinpthread-1.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/platforms/qwindows.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/styles/qwindowsvistastyle.dll

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_ar.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_bg.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_ca.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_cs.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_da.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_de.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_en.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_es.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_fi.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_fr.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_gd.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_he.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_hu.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_it.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_ja.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_ko.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_lv.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_pl.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_ru.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_sk.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_tr.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_uk.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/translations/qt_zh_TW.qm

Binary file not shown.

BIN
LaunchControl/LaunchControl/updater.exe

Binary file not shown.

10
LaunchControl/updates.json

@ -3,11 +3,13 @@
{ {
"windows": "windows":
{ {
"full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/", "full-url": "https://file.tianzd.cn/TianZD/deploy/raw/branch/master/",
"full-version": "2.6.2", "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, "download-full":true,
"changelog": "1.modify", "changelog": "优化",
"modify-time": "20240812", "modify-time": "20250724",
"modifyCnt": "1" "modifyCnt": "1"
} }
} }

Loading…
Cancel
Save