Commit graph

1919 commits

Author SHA1 Message Date
Dan Paulat
517013633d Use schannel with libcurl 2025-01-06 05:11:21 +00:00
renovate[bot]
097df7894e
Update dependency cpr to v1.11.1 2025-01-05 00:21:24 +00:00
Dan Paulat
f01a357f98
Merge pull request #331 from dpaulat/renovate/libcurl-8.x
Update dependency libcurl to v8.11.1
2025-01-04 18:20:59 -06:00
renovate[bot]
0681b523fe
Update dependency libcurl to v8.11.1 2025-01-04 23:17:35 +00:00
Dan Paulat
6bf3ae833a
Merge pull request #328 from dpaulat/hotfix/geo-icon-amd-display
Fix GeoIcons Shader Usage
2024-12-26 13:26:13 -06:00
Dan Paulat
983e9b467d Apply GeoLines aDisplayed fix to GeoIcons 2024-12-26 12:11:55 -06:00
Dan Paulat
4cd0885023
Merge pull request #326 from dpaulat/hotfix/geo-line-amd-display
Fix GeoLines Shader Usage
2024-12-25 23:21:04 -06:00
Dan Paulat
ddac6c1963
Merge pull request #323 from AdenKoperczak/finish_inverted_threshold
Add inverted threshold to mouse picking
2024-12-25 22:24:49 -06:00
Dan Paulat
41a134eb6b
Merge pull request #319 from AdenKoperczak/radar_site_threshold
Radar site threshold
2024-12-25 22:21:14 -06:00
Dan Paulat
9a171464ff In the shader used by GeoLines, aDisplayed is an integer, not a float 2024-12-25 21:34:08 -06:00
AdenKoperczak
27f8c1f56c Add inverted threshold to mouse picking for geo icons/lines 2024-12-19 09:38:14 -05:00
AdenKoperczak
ecf7579d8e Add inverted threshold to mouse picking for placefiles. 2024-12-19 09:31:55 -05:00
AdenKoperczak
9d0c1c539c add const for set unit callbacks 2024-12-16 10:04:17 -05:00
AdenKoperczak
c0b7f85278 Added tooltips and changed units for radar site threshold. 2024-12-16 10:04:17 -05:00
AdenKoperczak
9174a4de91 Add NM unit suffix to radar site threshold spin box. 2024-12-16 10:04:17 -05:00
AdenKoperczak
7dabda88ff fix formatting for radarSiteThreshold_.SetMaximum 2024-12-16 10:04:17 -05:00
AdenKoperczak
74066aa195 Added inverted threshold for radar sites 2024-12-16 10:04:13 -05:00
AdenKoperczak
f7a1668c3f Add radar site threshold setting 2024-12-16 10:03:36 -05:00
Dan Paulat
bef8628bb6
Merge pull request #322 from dpaulat/feature/radar-smoothing
Radar Smoothing
2024-12-16 08:18:54 -06:00
Dan Paulat
88b1d5c2a7 Remove unused kDataWordSize16_ 2024-12-16 07:20:59 -06:00
Dan Paulat
0c17744bc6 More clang-tidy cleanup 2024-12-16 06:26:48 -06:00
Dan Paulat
80c3cb70d2 Level2ProductView::Impl is not movable (thread pool is not movable) 2024-12-16 06:25:55 -06:00
Dan Paulat
a3eb53a649 Additional clang-tidy action cleanup 2024-12-15 22:32:25 -06:00
Dan Paulat
57b773d009 Linting fixes 2024-12-15 08:22:19 -06:00
Dan Paulat
a65504a2cb Disable range folding display by default when smoothing 2024-12-15 07:21:46 -06:00
Dan Paulat
cc0ebcd13c Save radar smoothing state in settings 2024-12-15 06:54:33 -06:00
Dan Paulat
f010ea8fad Add radar wireframe debug menu selection 2024-12-14 23:08:53 -06:00
Dan Paulat
77e02b76b1 Toggle for smoothed range folding in settings dialog 2024-12-14 22:48:04 -06:00
Dan Paulat
3e681abfdb Add smoothing settings 2024-12-14 22:37:44 -06:00
Dan Paulat
172203ec16 Fix 1 degree smooth coordinates location 2024-12-14 07:00:03 -06:00
Dan Paulat
82ea0dacd3 Merge branch 'develop' into feature/radar-smoothing 2024-12-14 06:57:24 -06:00
Dan Paulat
ddf53b5b43
Merge pull request #320 from dpaulat/feature/imgui-v1.91.5
Update dependency ImGui to v1.91.6
2024-12-12 07:02:11 -06:00
Dan Paulat
14b699d660 Update ImGui to v1.91.6 2024-12-11 22:19:15 -06:00
Dan Paulat
6a5e04b35a Disable formatting for imconfig.h to maintain consistency with upstream 2024-12-11 22:03:42 -06:00
Dan Paulat
e3cee80eba Add imconfig.h instead of cmake defines for ImGui, and disable obsolete functions 2024-12-11 21:59:39 -06:00
Dan Paulat
83a1989cee Update imgui to v1.91.5 2024-12-11 06:30:33 -06:00
Dan Paulat
37af0714ae
Merge pull request #317 from AdenKoperczak/inverted_threshold
Change negative threshold values to act as inverted threshold
2024-12-10 10:33:55 -06:00
AdenKoperczak
10aabce3a1 Fix some minor style issues with inverted threshold code 2024-12-10 10:20:54 -05:00
AdenKoperczak
1c4551522d fix formatting issues in inverted threshold code 2024-12-09 18:49:23 -05:00
AdenKoperczak
7c884fec55 add inverted threshold to placefile text 2024-12-09 18:44:35 -05:00
AdenKoperczak
3562edcb7a Change negative threshold values to act as inverted threshold 2024-12-09 18:11:59 -05:00
Dan Paulat
b7970bb631 Perform level 3 data moment remapping when smoothing 2024-12-08 00:58:45 -06:00
Dan Paulat
c492f11466 Perform level 2 data moment remapping when smoothing 2024-12-07 23:46:06 -06:00
Dan Paulat
ac48ac24ab Fix level 2 16-bit data moment references 2024-12-07 23:33:57 -06:00
Dan Paulat
40149ae32c Fix integer comparison signedness 2024-12-06 07:34:38 -06:00
Dan Paulat
44f91a3a86 Level 3 raster smoothing 2024-12-06 06:00:39 -06:00
Dan Paulat
b93c76ef1b Merge branch 'develop' into feature/radar-smoothing 2024-12-03 23:30:06 -06:00
Dan Paulat
57f6b41a47 Level 3 radial product smoothing 2024-12-03 23:29:58 -06:00
Dan Paulat
9f7026bf9c Add pre-caluclated smoothed coordinates 2024-12-03 23:28:18 -06:00
Dan Paulat
dcea34118f
Merge pull request #311 from AdenKoperczak/cursor_icon_always_on
Added cursor icon always on option to general settings
2024-12-02 23:17:40 -06:00