Skip to content

Commit

Permalink
Settings UI correction, Windows build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TwinFan committed Apr 14, 2020
1 parent 0f2e052 commit 6f18d87
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
Binary file added Lib/XPMP2/XPMP2.lib
Binary file not shown.
Binary file modified LiveTraffic.aps
Binary file not shown.
Binary file modified LiveTraffic.rc
Binary file not shown.
4 changes: 2 additions & 2 deletions LiveTraffic.vcxproj
Expand Up @@ -158,7 +158,7 @@
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
</Link>
<PostBuildEvent>
<Command>copy /Y "$(TargetDir)$(TargetName)$(TargetExt)" "D:\X-Plane 11\Resources\plugins\LiveTraffic\64"</Command>
<Command>copy /Y "$(TargetDir)$(TargetName)$(TargetExt)" "D:\X-Plane BETA\Resources\plugins\LiveTraffic\win_x64"</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Copying win.xpl into my X-Plane plugin path</Message>
Expand Down Expand Up @@ -203,7 +203,7 @@
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
</Link>
<PostBuildEvent>
<Command>copy /Y "$(TargetDir)$(TargetName)$(TargetExt)" "D:\X-Plane 11\Resources\plugins\LiveTraffic\64"</Command>
<Command>copy /Y "$(TargetDir)$(TargetName)$(TargetExt)" "D:\X-Plane BETA\Resources\plugins\LiveTraffic\win_x64"</Command>
<Message>Copying win.xpl into my X-Plane plugin path</Message>
</PostBuildEvent>
</ItemDefinitionGroup>
Expand Down
10 changes: 5 additions & 5 deletions Src/SettingsUI.cpp
Expand Up @@ -303,14 +303,14 @@ TFWidgetCreate_t SETTINGS_UI[] =
{{ 230, 110, 50, 15, 1, "", 0, UI_ADVCD_SUB_WND, xpWidgetClass_TextField},{{xpProperty_MaxCharacters,3},{0,0},{0,0}} },
{{ 5, 130, 225, 10, 1, "Snap to taxiway [m]", 0, UI_ADVCD_SUB_WND, xpWidgetClass_Caption}, {{0,0},{0,0},{0,0}} },
{{ 230, 130, 50, 15, 1, "", 0, UI_ADVCD_SUB_WND, xpWidgetClass_TextField},{{xpProperty_MaxCharacters,3},{0,0},{0,0}} },
{{ 5, 130, 225, 10, 1, "Live data refresh [s]", 0, UI_ADVCD_SUB_WND, xpWidgetClass_Caption}, {{0,0},{0,0},{0,0}} },
{{ 230, 130, 50, 15, 1, "", 0, UI_ADVCD_SUB_WND, xpWidgetClass_TextField},{{xpProperty_MaxCharacters,3},{0,0},{0,0}} },
{{ 5, 150, 225, 10, 1, "Buffering period [s]", 0, UI_ADVCD_SUB_WND, xpWidgetClass_Caption}, {{0,0},{0,0},{0,0}} },
{{ 5, 150, 225, 10, 1, "Live data refresh [s]", 0, UI_ADVCD_SUB_WND, xpWidgetClass_Caption}, {{0,0},{0,0},{0,0}} },
{{ 230, 150, 50, 15, 1, "", 0, UI_ADVCD_SUB_WND, xpWidgetClass_TextField},{{xpProperty_MaxCharacters,3},{0,0},{0,0}} },
{{ 5, 170, 225, 10, 1, "a/c outdated period [s]", 0, UI_ADVCD_SUB_WND, xpWidgetClass_Caption}, {{0,0},{0,0},{0,0}} },
{{ 5, 170, 225, 10, 1, "Buffering period [s]", 0, UI_ADVCD_SUB_WND, xpWidgetClass_Caption}, {{0,0},{0,0},{0,0}} },
{{ 230, 170, 50, 15, 1, "", 0, UI_ADVCD_SUB_WND, xpWidgetClass_TextField},{{xpProperty_MaxCharacters,3},{0,0},{0,0}} },
{{ 5, 190, 225, 10, 1, "Network timeout [s]", 0, UI_ADVCD_SUB_WND, xpWidgetClass_Caption}, {{0,0},{0,0},{0,0}} },
{{ 5, 190, 225, 10, 1, "a/c outdated period [s]", 0, UI_ADVCD_SUB_WND, xpWidgetClass_Caption}, {{0,0},{0,0},{0,0}} },
{{ 230, 190, 50, 15, 1, "", 0, UI_ADVCD_SUB_WND, xpWidgetClass_TextField},{{xpProperty_MaxCharacters,3},{0,0},{0,0}} },
{{ 5, 210, 225, 10, 1, "Network timeout [s]", 0, UI_ADVCD_SUB_WND, xpWidgetClass_Caption}, {{0,0},{0,0},{0,0}} },
{{ 230, 210, 50, 15, 1, "", 0, UI_ADVCD_SUB_WND, xpWidgetClass_TextField},{{xpProperty_MaxCharacters,3},{0,0},{0,0}} },
// "CSL" tab
{{ 10, 50, -10, -10, 0, "CSL", 0, UI_MAIN_WND, xpWidgetClass_SubWindow}, {{0,0},{0,0},{0,0}} },
{{ 5, 10, -5, 10, 1, "Enabled | Paths to CSL packages:", 0, UI_CSL_SUB_WND, xpWidgetClass_Caption}, {{0,0},{0,0},{0,0}} },
Expand Down
6 changes: 4 additions & 2 deletions docs/readme.html
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -120,7 +120,9 @@ <h3>v2.00.20200414</h3>
But also means a new feature:
<ul>
<li>ADDED a map layer "LiveTraffic" to X-Plane's internal map
showing <i>all</i> aircraft under LiveTraffic's control.</li>
showing <i>all</i> aircraft under LiveTraffic's control.<br>
<strong>Known issue:</strong> XP crahses with "many" (>40?) aircraft to display.
Reported to Laminar as crash report.</li>
</ul>
<li>REMOVED option <i>Register original libxplanemp CSL dataRefs</i>
from <a href="https://twinfan.gitbook.io/livetraffic/setup/configuration/settings-csl">CSL Settings</a>.
Expand Down

0 comments on commit 6f18d87

Please sign in to comment.