Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Longer mission results in post-mission parser hang #32

Closed
KatXor opened this issue Jul 30, 2020 · 1 comment
Closed

Longer mission results in post-mission parser hang #32

KatXor opened this issue Jul 30, 2020 · 1 comment

Comments

@KatXor
Copy link

KatXor commented Jul 30, 2020

I found that longer, larger flights can trigger the end-script to hang and never recognize the mission has ended, losing all progress. This was with the Invasion of Iran setup on RC9.

After 2 normal cycles of mission planning in Liberation's GUI, run mission, exit, tally results, I launched a large offensive with the ground forces from one airbase commanded to 'breakout' in the Liberation settings. I did change loadouts for my flight in mission editor, but that's it (and hasn't caused issues on previous missions).

On exit from that hour long mission, the tally presented by Liberation's info screen appeared correct (some 500+ weapons fired, 35 aircraft, 178 ground units destroyed). However it still showed "Mission is being played." The DOS screen for the Liberation engine was still scrolling with tons of info, but when it eventually stopped, the "Mission is being played." message stayed in the GUI and never changed to 'Accept results.'

Seeing as the info was probably lost anyway, i tabbed back into DCS, restarted the mission, and immediately exited. The Liberation engine then correctly caught and completed the post-mission processing and showed 'accept results.' Of course, the results were now 0/0/0.

Another user, Chicki, claims to have seen the same thing occur, I've asked for more details - crosspost on ED DCS forums (http://forums.eagle.ru:8080/showthread.php?p=4437934&posted=1#post4437934)

From the log generated, it appears to have hung on a crucial step before finishing processing. Here's the relevant bits if anyone is seeing this issue - key points marked with ### ###
2020-07-28 22:51:21,415 :: INFO :: {<class 'dcs.vehicles.Infantry.Paratrooper_RPG_16'>: 7, <class 'dcs.vehicles.Infantry.Paratrooper_AKS'>: 49, <class 'dcs.vehicles.Infantry.Infantry_Soldier_Rus'>: 32, <class 'dcs.vehicles.Armor.MBT_T_80U'>: 8, <class 'dcs.vehicles.Armor.MBT_T_72B'>: 4, <class 'dcs.vehicles.Armor.MBT_T_90'>: 2, <class 'dcs.vehicles.Artillery.SPH_2S19_Msta'>: 6, <class 'dcs.vehicles.Artillery.MLRS_9K57_Uragan_BM_27'>: 8, <class 'dcs.vehicles.Armor.APC_BTR_80'>: 2, <class 'dcs.vehicles.AirDefence.SAM_SA_13_Strela_10M3_9A35M3'>: 1, <class 'dcs.vehicles.AirDefence.SAM_SA_10_S_300PS_SR_64H6E'>: 1, <class 'dcs.vehicles.AirDefence.AAA_ZU_23_Emplacement'>: 3}INFO:root:{}
2020-07-28 22:51:21,415 :: INFO :: {} INFO:root:{}
2020-07-28 22:51:21,415 :: INFO :: {} On Debriefing update <userdata.debriefing.Debriefing object at 0x0000025346DA9160> ###Script appears to have halted here###
INFO:root:-------------------------------- ###retrigger mission by launching mission and immediately exiting###
2020-07-28 23:00:51,009 :: INFO :: -------------------------------- INFO:root:Starting Debriefing preprocessing
2020-07-28 23:00:51,011 :: INFO :: Starting Debriefing preprocessing INFO:root:--------------------------------
2020-07-28 23:00:51,011 :: INFO :: -------------------------------- INFO:root:[]
2020-07-28 23:00:51,011 :: INFO :: [] INFO:root:[] 2020-07-28 23:00:51,011 :: INFO :: [] INFO:root:[]
2020-07-28 23:00:51,012 :: INFO ::[] INFO:root:[]
2020-07-28 23:00:51,012 :: INFO :: []
###snip to area with final results###

INFO:root:{} 2020-07-28 23:00:53,498 :: INFO :: {} On Debriefing update <userdata.debriefing.Debriefing object at 0x0000025346DAC4E0> ###point where script hung last time###
INFO:root:Finishing event Frontline attack #script continues###
2020-07-28 23:01:09,461 :: INFO :: Finishing event Frontline attack INFO:root:Commiting mission results
2020-07-28 23:01:09,463 :: INFO :: Commiting mission results Compute frontline progression for : Havadarya to Lar Airbase 41 22 0 0 Havadarya won ! factor > 0 Compute frontline progression for : Bandar Abbas to Jiroft Airport 26 8 0 0 Bandar Abbas won ! factor > 0
INFO:root pass turn

@DanAlbert
Copy link
Member

Most of this code was rewritten recently. Also weapons fired are no longer tracked so if it was a length issue that'll reduce that significantly. I'm assuming this issue is no longer present. If that's wrong lmk.

Dragonius added a commit to Dragonius/dcs_liberation that referenced this issue Mar 1, 2023
commit 86672d882ecc4e2d9ae43082afe1d907940a248f
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Feb 5 13:11:31 2023 -0800

    Don't generate runway data for heliports.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2710.

commit 3fc82af3ac1bdd81ea6a062b68b3a77a55bd1e8a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Feb 5 23:29:01 2023 +0100

    Add slider option for weighted AI procurement

    Resolves #81

commit 22835e753542c41885d1506e1a392c34ca202684
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Feb 5 19:32:16 2023 +0100

    Pydcs bump to avoid heli's spawning in slot 37 at Ramat David

    Slot 37 in particular is a hangar, which was obviously causing issues...

commit f979a0c23d5acc2d2c11480241c710c758e0ba08
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Feb 5 18:10:07 2023 +0100

    Fix heli spawn/landing at FOB/FARP

    Resolves #45

commit 5f1f2b34b77a3c62cfd1cf94c4f86ff77e8de6a8
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Feb 5 12:05:16 2023 +0100

    Remove obsolete installer

commit 9ab2fc1714c2189425af00788a3203385801d2fc
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 23:57:28 2023 +0100

    Add options for number of Combined Arms slots

    Resolves #74

    - Game masters
    - Tactical commanders
    - JTAC
    - Observers

commit b25f484ef37c4269de8f30ee1f84cc8012605582
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 22:38:15 2023 +0100

    More renaming of Liberation into Retribution

commit dd0b565de9d30583944b1a94adf1daa0c1b76730
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 22:18:20 2023 +0100

    Update changelog

commit 29d88fd61d79c7ab283f2da75f987463ab347a2b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 19:56:06 2023 +0100

    Add TOT/TOS to kneeboard for AWACS & Tankers

commit 7625725fd8f505d82dc2491afe94ee29346e955d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 21:39:31 2023 +0100

    Allow F11 free camera & spectating if "external views" is allowed

commit cef25bd2f398701db7d9e544ef8e8a9a925d680d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 20:02:33 2023 +0100

    Ignore TOT & spawn immediately for player flights by default

commit 1e9cee10031fa4a9c7a3eedd8b6fa5365df9c7a4
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 19:56:51 2023 +0100

    Bump pydcs

    Fixing a mistake that could cause an exception + improvement to callsign selection

commit 15bcc2d947e13452afd6c61d59b22fc8e286ead4
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 18:45:38 2023 +0100

    Add TOTs in briefing

commit 763dbebf131b29a183d3fc2241c59b1ba3957143
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 17:06:40 2023 +0100

    Increase random horizontal separation for escort flights

commit 667addf25bb16e7b8712540ade778508f3a4c9ff
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 17:03:31 2023 +0100

    Wrap aircraft_type in kneeboard support page

commit 1033923f68500174c21cc74098920238d834f355
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 17:02:44 2023 +0100

    Update React dependencies

commit d410f9d3c481d65b0d4d84ac1e237a102ee39e1b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Feb 2 21:37:53 2023 +0100

    Formatting...

commit a1cc3412e86f351a21af6fe782e84cfa4349dbc6
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Feb 2 21:37:07 2023 +0100

    Update 'black'

commit a98c9ffe8db1b0dd99886a747aa4cd5b0daf1613
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Feb 2 21:33:54 2023 +0100

    When using 'isinstance', TYPE_CHECKING is NOT ENOUGH!!!

commit 5d506ca97edb61958b7bf59c03bf88a554fb1e3f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Feb 2 21:28:17 2023 +0100

    Fixes for Tanker TACAN

    - Y band was not having range info
    - Callsign number was missing

commit 51c0bfa97013790a27f3226e939f0d82ec871ed3
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 29 22:19:24 2023 +0100

    Update changelog

commit 5c8e7839808515bfbd5e63357121c31eb5659efa
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 29 18:34:27 2023 +0100

    Fix AAR TCN on Yankee band

commit b7d95819c1876b73e676333e6c383bc1b82cd0d5
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 29 18:18:29 2023 +0100

    Don't strip all digits from air support's callsign

commit bb0bf66eac969d612849317f6f66a68ec20f8b8c
Author: MetalStormGhost <ghosti@smytky.org>
Date:   Fri Jan 27 23:52:39 2023 +0200

    Improved the F-16I Sufa & F-16D mod v3.2 loadouts.

commit be7008722b179db67a250f10ffa48a906cd808ef
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Jan 28 00:30:42 2023 +0100

    Bump pydcs

commit 5535282894b3c38ed4e0829f2ef628ac299365a0
Author: MetalStormGhost <ghosti@smytky.org>
Date:   Thu Jan 26 11:33:33 2023 +0200

    F-16D Barak Block 30 and Block 40 support
    Added support for F-16D Barak Block 30 and Block 40 variants. Still using F-16C Barak banners as placeholders until I snap some good ones from the two-seaters.

    Resolves #78

commit 2fb5f2b7387c3148a1fe364492496018fca78a1d
Author: MetalStormGhost <ghosti@smytky.org>
Date:   Sun Jan 22 16:48:33 2023 +0200

    Updated the IDF Mods Project F-16I mod support to version 3.2

commit e87621576dfff7f3cba9a364e0cbc5c75ac243a5
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 20 23:28:47 2023 +0100

    Add CTLD zones to AOD campaign + version bump

commit 531625ff08ec08e03c7825c9be939c1153e6c891
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 20 23:00:13 2023 +0100

    Designated CTLD zones for ControlPoints (AB/FOB/FARP)

    Resolves #46

commit 0d57f710aa0521470e3bb6bc570ef45b9934c41d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 20 22:10:02 2023 +0100

    Fix exception when airfields use GUARD freqs

commit 0da431fe33b2e87a1e27cb7d26777918bf41c7e5
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 20 20:41:47 2023 +0100

    Cleanup print statement

commit 88f984b0a8f01fcaaf5d7bf3b577d9a6129e45af
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Jan 14 15:42:13 2023 +0100

    Configurable RF/TCN/ICLS/LINK4 with UI feedback

    Resolves #70

    Freq/Channel will turn orange when double booked.
    Freq will turn red if GUARD freq was assigned.

commit ddb9d6968bc50d0156677dbcb1b68c8fa70e4e7a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Jan 14 17:49:54 2023 +0100

    Reserve VHF Guard FREQ 121.5

commit 3313535b275170cca111b8b5963d6bb544e04075
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Jan 14 16:33:05 2023 +0200

    Add fallback terrain icons in campaign selector (#80)

commit cccc6e5a44ca9baf5af3c554d096ccdaf18c6f5c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 13 21:23:31 2023 +0100

    Reserve GUARD freq. 243MHz

    Fix #79

commit 8b802a9cbc9a320c6da8602202e3c1a785e71407
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 13 21:19:42 2023 +0100

    Fix issue in migrator when package has no flights

    Would cause an exception because `PackageWaypoints.create(p, c)` would call `package.departure_closest_to_target()` on its turn which raises a runtime exception if no flights are present. Makes total sense when you think about it...

    Fixes #66

commit 0a3a56d4bc4346cd1ec09ea2863933618bd91e27
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 13 21:17:33 2023 +0100

    Propagate update_flight event in '_instant_relocate' instead

    Dropped the ball here, and pretty hard too...

commit 7bae6cd5629d2f510db0b21abee70b2345eae45f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 13 20:27:13 2023 +0100

    Add package frequency

    Part of #70

commit e8151678ddc9fcb5d82b783247b0596c7e003b2b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 13 20:06:35 2023 +0100

    Fix UI bug in CreateFlight window

    Pilot's player checkbox would be enabled for non-flyable aircraft if the initially selected aircraft that was flyable.

commit 9dd602290762cd41af558323369fce0c0e80ba6d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 8 23:21:36 2023 +0100

    Fix Apache radios

    Co-Authored-By: Grizzly35 <116302517+Grizzly35@users.noreply.github.com>

commit 48e0d579cff2172a5c2f62ea4f8f23538c9af91d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 8 19:14:51 2023 +0100

    Add package frequency & show package info on kneeboard

    Resolves #71

commit cc9f61005b3b857ae248ecf371c0ea3e410f1d45
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Jan 7 18:05:29 2023 +0100

    Update pydcs

    Solves callsign problem mentioned in discord, where they would always look like "Callsign 1X"

commit 48ba8ff255e7b1b418386e96e2eab0d70b45f955
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Jan 7 14:54:30 2023 +0200

    Fixed a FrontLine import bug in flightplanbuilder.py (#72)

    Restored the default patrol duration handling in PackageRefuelingFlightPlan. Desired tanker on-station time will now only apply to TheaterRefuelingFlightPlan.

commit 3f570cce5e32b244c63d2462fc44bbf831ad28a3
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 6 21:02:05 2023 +0100

    Update build.yml

commit 01ee24c8cf348c4d1738433e6dae4678e62f2858
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Fri Jan 6 21:11:24 2023 +0200

    Configurable tanker on-station time (#69)

commit 1deff6fa493f4c7cf4e690de917623a01a46d702
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jan 5 19:17:30 2023 +0100

    Bump json5 from 1.0.1 to 1.0.2 in /client (#68)

    Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 4404d31c7b4fe42fbfb89d3b9a593655b76976de
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Jan 5 19:05:31 2023 +0100

    Remove future from requirements.txt

    Dependabot warns us about this package having security issues, and it seems this package isn't used throughout the project.

commit 989562b90fbe405062849a797ec2f13c149dfd3b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Jan 5 18:37:09 2023 +0100

    Avoid appending triggers without actions

    Resolves #67

    The problem turned out to be split-triggers with no actions, which occurs when a STRIKE flight has no escorts in its package. Added a guard for this so the trigger isn't pushed to the mission in such a case.

commit bd63e4484d7f445cb2df1c7ca319a1f8c8f0d92a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Jan 3 20:52:17 2023 +0100

    Random 5-30min delay for ground force attack without CAS

commit df642fe7a199581271913a8d07ee66b8ef731155
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Jan 2 18:58:45 2023 +0100

    Set altitude for assault waypoint if Hercules

commit cb8f2619f2c9c6e1c9ef4f8d309558d4d7c9de59
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Jan 2 02:34:20 2023 +0100

    Update changelog

commit 2aed461b3a54a56d635b2338680dea58dcc95275
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Jan 2 02:26:00 2023 +0100

    Add custom name for packages in ATO overview

    Resolves #55

commit f4d75a2c6f114c23fb527547ec8bf693b317a07b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Jan 2 01:48:07 2023 +0100

    Allow edit of flight's custom name

commit e36d51a7c2b6485a6d6026f5bc35023eaaeb195c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Jan 2 01:22:22 2023 +0100

    Adjust string representation of Flight class

commit 7267b70066f4f1f5662b333b10678149af49e20f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Jan 2 00:45:50 2023 +0100

    Update issue templates according to new labels

commit 62d1a89269e4c044f34ec11ea4cf61e9061e84fd
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 1 23:39:00 2023 +0100

    Add clone buttons for flights & packages

    Resolves #56

commit 6d0ac603f2bdd0ccec2e3d4a1419e8671a493bcb
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 1 16:53:58 2023 +0100

    Generate packages according to TOT order (latest first, earliest last)

    This makes sure that aircraft spawning in the air due to a shortage of parking spots, will have the earliest TOT possible. Flights with later TOTs should be generated first so that they remain at the airfield as OCA target.

commit 37f2e5bf3aa241ba3defe1198274a6a4e41e0eda
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 1 16:53:18 2023 +0100

    Use stacking algorithm in "_generate_over_departure"

    Resolves #57

    "_generate_over_departure" is the method used to generate flights in the air when no more parking spots are available. Pydcs changes were required as it turned out aircraft were trying to spawn on helicopter parking spots, which forces them to start in the air by DCS itself.

commit 9ddaf50ad4cb5af97245c2c1765568c7d16af084
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 1 16:06:36 2023 +0100

    Refactor logic wrt "disable idle aircraft"

commit 42f488df0b6846f9f48b9f221798a5f8f15eb36c
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sun Jan 1 16:29:08 2023 +0200

    Renamed Liberation to Retribution in the following files: (#62)

commit d2a7de277596eb3820daba330e2010b8d9aac224
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sun Jan 1 16:21:08 2023 +0200

    Add new option in settings: OPFOR autoplanner aggressiveness (#61)

    "Threatened" threshold based on a suggestion from FinCenturion. (#61)

commit ee1fc53dd3ba06e569f290f4a07513a1ab649a59
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 1 00:43:58 2023 +0100

    Add button to rename pilots in air wing

commit 192741af36c424415004fb509c4f669c4556803e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 31 23:25:26 2022 +0100

    Make units selectable in faction overview during campaign gen

    Resolves #35
    Resolves #40

commit cd4ace4ad5615ae5109400d57a8f60241fbddd05
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 30 13:59:23 2022 +0100

    Rename custom factions folder

commit 39426dde45fe3eb79034318cde2a5eb26b7a5645
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Dec 27 22:29:08 2022 +0100

    Option to define culling exclusion radius in campaign yaml file

commit bd4eb3e105854fe631b59617dbea903b94d2215c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Dec 27 21:59:41 2022 +0100

    Fix wrong payload names for ANTISHIP in F16/18

commit c37c56c879c05c079fa8e44c12db4978b264fbd2
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Dec 27 19:48:09 2022 +0100

    Air Assault for C-130 mod

    Resolves #49

commit d26fc84316e971bf6ed50f0c09702c53b430a940
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 17:32:30 2022 +0100

    Automatically set 'herculescargo' plugin if present in air wing

commit 33586aaf4f1b87cea3f9fb16349828ca092f6695
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 16:13:11 2022 +0100

    Remove C47 from AI DB flight planner

    Until this aircraft actually drop troops, it's not air assault capable

commit 650b06d7c897f21b8ecddabba8634195e1161073
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 14:06:58 2022 +0100

    Avoid random squadrons in config using livery overrides

    Avoids choosing random squadrons during air wing configuration so that livery overrides takes precedence by default for a given aircraft type, unless the campaign file specifies a specific squadron. Users can still add a squadron manually which will automatically set the correct livery if they use a squadron preset.

    Resolves #52

commit 09807b25a80549037636e34aa2c69432865f535f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 02:38:24 2022 +0100

    Bumb version

commit 13d42c3f83f2761fa760b656163f7ed53355c107
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 02:20:07 2022 +0100

    Add icon & banner for Hercules mod

    Resolves #51

commit 6966b14c6bfbccc9b5bc055a05ed24ff30cbf9eb
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 01:55:45 2022 +0100

    Minor bugfix in squadron transfer destination combobox

commit 00ab0c4be220dc8b168ad2d5eb7dea1fb865c710
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 01:27:52 2022 +0100

    Add "Instant Squadron Transfer" cheat option

    Resolves #14

commit 5c06e746594877be31098323890e1cd7e2d99af7
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 25 16:29:49 2022 +0100

    Auto-swap ATFLIR to LITENING for land-based Hornets

    Resolves #50

commit b0a00507258904ffab25e8fcc863cf11b5e9aa05
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 25 16:29:09 2022 +0100

    Delay ground force attack until first friendly CAS TOT

    If no friendly CAS flight was planned, no delay is planned...

commit c5a7fbd15a00d456ce189eb36a1a82d7b57b7cee
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 25 16:27:16 2022 +0100

    Remove deprecated options

commit fa093ea237f3e978495abb796f9d3930b68172fd
Author: holyorangejuice <gehrettjm@gmail.com>
Date:   Sun Dec 25 08:42:05 2022 -0600

    Updated F18 and F16 payloads (#48)

    Following loadouts have been configured F-16C:
    - ANTISHIP: 2xAIM120C, 2xAIM9X, 2xAGM65K, 2x Fuel Tank, ALQ-184, TGP
    - BAI: 2xAIM120C, 2xAIM9X, 6xAGM65D, 2x Fuel Tank, ALQ-184, TGP
    - BARCAP: 4xAIM120C, 2xAIM9X, 2x Fuel Tank -> Inherited by TARCAP, Fighter Sweep & Escort
    - CAS: 2xAIM120C, 2xAIM9X, 6xAGM65H, 2x Fuel Tank, ALQ-184, TGP
    - DEAD: 2xAIM120C, 2xAIM9X, 2xAGM154A, 2x Fuel Tank, ALQ-184, TGP + HTS
    - Ferry: 2xAIM120C, 2xAIM9X, 2x Traveling Pod, 2x Fuel Tank
    - OCA Runway: 2xAIM120C, 2xAIM9X, 2xGBU31v3, 2x Fuel Tank, ALQ-184, TGP
    - SEAD: 2xAIM120C, 2xAIM9X, 2xAGM88C, 2x Fuel Tank, ALQ-184, TGP + HTS -> Inherited by SEAD Escort
    - STRIKE: 2xAIM120C, 2xAIM9X, 2xGBU31v1, 2x Fuel Tank, ALQ-184, TGP

    Following loadouts have been configured F-18C:
    - ANTISHIP: 1xAIM120C, 2xAIM9X, 4xAGM84D, 1x Fuel Tank, ATFLIR
    - BAI: 1xAIM120C, 2xAIM9X, 4xAGM65F, 1x Fuel Tank, ATFLIR
    - BARCAP: 5xAIM120C, 2xAIM9X, 2x Fuel Tank -> Inherited by TARCAP, Fighter Sweep & Escort
    - CAS: 1xAIM120C, 2xAIM9X, 4xAGM65F, 1x Fuel Tank, ATFLIR
    - DEAD: 1xAIM120C, 2xAIM9X, 4xAGM154C, 2x Fuel Tank, ATFLIR
    - Ferry: 1xAIM120C, 2xAIM9X, 3x Fuel Tank, ATFLIR
    - OCA Runway: 1xAIM120C, 2xAIM9X, 2xGBU31v4, 2x Fuel Tank, ATLFIR
    - SEAD: 1xAIM120C, 2xAIM9X, 2xAGM88C, 2x Fuel Tank, TGP + HTS -> Inherited by SEAD Escort
    - STRIKE: 1xAIM120C, 2xAIM9X, 2xGBU31v2, 2x Fuel Tank, ATFLIR

commit 782759bd48e40514684e3f99b18330f7e0d05c38
Author: holyorangejuice <gehrettjm@gmail.com>
Date:   Fri Dec 23 05:54:56 2022 -0600

    WRL mission yaml updates  (#47)

    - Removed/changed some units from WRL missions.
    - Minor changes across all missions.
    - Added frontline length recommendations to each mission yaml.

commit 653e507e89fef8fd61d539440b83095420aeb187
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Dec 20 20:56:30 2022 +0100

    Set "RTB on bingo" false for ferry flights

commit 4f9c7a73704022c93474d6419f77f58bafec5128
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 19 22:01:50 2022 +0100

    Adjust issue templates

commit c114256b820fc992fb4af0759265b1d63a5915f7
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 19 21:17:31 2022 +0100

    Renaming Liberation

    Resolves #42

commit cdd72820b4ad27cd80cabe05dd8a88dabd121b0a
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Mon Dec 19 21:22:10 2022 +0200

    A-4E-C mod support v2.1.0 (#43)

    * Updated a4ec.py to Community A-4E-C mod version 2.1.0

    * Updated changelog.

    Updated A-4E mod version in QNewGameWizard.py (#44)

    Co-Authored-By: Raffson <Raffson@users.noreply.github.com>

commit 4b8e7e972e350cc919cab4a9f80163deccdc9b20
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 19 19:08:25 2022 +0100

    Relocate layouts.p

commit 68b04b0e46caaf2ca25aaef9261287bd6e55c629
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 19 19:06:58 2022 +0100

    Fix broken factions

    Due to the F-16A MLU having a wrong filename, all factions that included it got broken. Also fixed an excessive comma in USN 1985

commit d00b7a176e0145375b91ae447173e32baa68707d
Author: holyorangejuice <gehrettjm@gmail.com>
Date:   Mon Dec 19 11:41:25 2022 -0600

    WRL Factions Update (#41)

    Changed WRL blue,red and added red insurgent faction.

commit 3c3abd484f8ae825930b1775b78dc040ef42255f
Author: Dan Albert <dan@gingerhq.net>
Date:   Mon Dec 12 18:50:07 2022 -0800

    Fix livery for VF-33 F-14A squadron.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2610.

commit 9d5eece5a561a105d25465b8020d36ef86858d14
Author: Dan Albert <dan@gingerhq.net>
Date:   Mon Dec 12 18:42:09 2022 -0800

    Fix encoding issues with the Peru faction.

    Not really sure what's going on here, but presumably it's UTF-16 and
    UTF-8 fighting.

commit f08df08c7e7b54063f718697d26f9432239065f8
Author: Dan Albert <dan@gingerhq.net>
Date:   Mon Dec 12 18:46:23 2022 -0800

    Add changelog notes that were missed in PRs.

commit 44e5bc646d8844c8ca0621a4e1fc0d8118ccc362
Author: DillieKoe <84970592+DillieKoe@users.noreply.github.com>
Date:   Tue Dec 13 03:39:21 2022 +0100

    Add Peru faction.

    A new Peru faction with a mirage squadon

commit 74eb8f38f9fd2e0e42905f06554b497feeae8f48
Author: ColonelAkirNakesh <93631947+ColonelAkirNakesh@users.noreply.github.com>
Date:   Mon Dec 12 18:21:12 2022 -0800

    Override liveries for Russian aircraft in bluefor faction.

commit 5ff8fb170d2b9db53114a7550e8c234922b9c46f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 18 16:42:26 2022 +0100

    Only check for ground units in capture triggers

commit 39a5b486d3da907953f51e162106bfae05ded46f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 18 16:35:59 2022 +0100

    Start using own pydcs fork

commit 6664a139d860581d6c8841ec361eb09345205086
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 17 21:13:36 2022 +0100

    Support for Ka-50 Black Shark 3

    Resolves #38

commit d5de5b3a781a26484d68ae23aab724f4087d8f6b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 17 23:09:21 2022 +0100

    Stack aircraft when spawning right above CP

    Should prevent mid-air collisions in most cases, though I'm still worried about "off map" spawns that can possibly collide, though an easy fix would be to manually use time-spacing.
    Alternatively we need to treat it as a special case, assigning different altitudes to avoid collisions during the first leg of the flight if that turns out to be the case...

commit c3024e38a60cf25e51d4623e16788d293b91ae26
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 17 14:57:33 2022 +0100

    Update WRL factions

commit cfd05400d20bf8ac1988cbb5fbfd4a8236298055
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 16 23:28:10 2022 +0100

    Update changelog

commit 64992a29496eb0ee8d50de8a55a88a33eb1ba006
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 16 23:23:28 2022 +0100

    Wrap target description for strike waypoints on kneeboard

    Resolve #39

commit 8ea76563620288af8aad31d4b8d989f95e6cad2e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 16 22:16:45 2022 +0100

    Fix exception when trying to add extra waypoints

commit cd760c45a8fa7308d41139ee33b4995b2ac0f88a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 16 20:30:33 2022 +0100

    Updating WRL campaigns

commit 15f6c8dd85dfc72a4ebf9a27d5d3e3b3b85c791e
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Fri Dec 16 19:59:21 2022 +0200

    Add new performance option: Disable idle aircraft at airfields (#37)

commit 7d2dd0bcbeb880db5e1996170ad9b7e070130f14
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Tue Dec 13 20:08:56 2022 +0200

    Add option to only generate night missions (#36)

    Replaces the existing checkbox to disable night missions with a selector that allows you to choose between Day/Night/Day&Night

commit 608525d5b4504ea4135c0d9f85f94f38bee6a145
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 11 21:36:41 2022 +0100

    Add game master slot & more observer/commander slots

commit 49d4d508d40751d77e06da06064df94a3280103b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 11 21:35:43 2022 +0100

    Add F-15E payload for DEAD

commit 0e286ab7b5babaa68c6a07dd356b757c3dfb66e6
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 11 19:36:01 2022 +0100

    Include B-1B payload for DEAD

commit 4e27591afa8def06f90d6ded8bfb38766cf32658
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Dec 11 12:21:48 2022 +0100

    Bump certifi from 2022.9.24 to 2022.12.7 (#34)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7.
    - [Release notes](https://github.com/certifi/python-certifi/releases)
    - [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07)

    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 01c5f3e2a9baf04d1323a5be8e0e7da781eaec55
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 19:06:17 2022 +0100

    Rename F-16A icon

    Fixes crash trying to access AIRCRAFT_ICONS["F-16A"]

commit 436d2f87da878e3973d321f7b69552f9ff3a170f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 17:24:18 2022 +0100

    Add F-16A MLU

    Resolves #10

commit 2e2a397312eeb44a135e85f22cd76fd7b127f1fe
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 16:55:20 2022 +0100

    Increase Mirage F1's priority for RUNWAY_ATTACK

commit 54a5461ecb2a2a443de54181aa4ebee7e81fde2d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 15:28:42 2022 +0100

    Remove duplicate campaign

commit 49ddd5ce96f6b2952a09b47a6623b07fc1b285a7
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 15:28:32 2022 +0100

    Add links in descriptions of WRL's factions and campaigns

commit e9c1e7b77062636e72e99a00e4ba722b744e4665
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 15:21:24 2022 +0100

    Allow external links in Campaign/Faction description

commit c298e5bc244c1650358fc561298717bcb516ab1d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 15:20:25 2022 +0100

    Add campaign: Kutaisi to Vaziani by WRL

    Resolves #31

    Co-Authored-By: holyorangejuice <4298744+holyorangejuice@users.noreply.github.com>

commit 48e5e7ca95f91b414b8f5104972fd4c9abb4b0f3
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Dec 10 18:24:22 2022 +0200

    F-100 Super Sabre mod version 2.7.18.30765 patch 20.10.22 support (#32)

    Also makes F-105G "SEAD Escort" capabale

commit 55fb5befb9a5300efcb69ca532e24abfe6ee21db
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Dec 10 18:17:35 2022 +0200

    F-104C is now correctly removed from the faction when the mod is not enabled. (#33)

commit 22c7e21a66a17d9a16f51f39da1f1a14d942736e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 4 21:32:23 2022 +0100

    Add battle4area51 by Oscar Juliet

    Still WIP as the IADS network is not fully connected

    Co-Authored-By: holyorangejuice <4298744+holyorangejuice@users.noreply.github.com>

commit a88f48f3ce272e336a3c9fa74d4fc2d6ac3b4180
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 4 21:27:43 2022 +0100

    Bump campaign version

commit 6c673697f0e26673d4c8df7b8d2df4aa6c3cbbea
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 3 21:28:13 2022 +0100

    Fix livery overrides

commit 4af7255917bc1f66657eb8cfb64c0e2d8807984f
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Dec 3 23:01:35 2022 +0200

    Cull FlightType.TRANSPORT, FlightType.AEWC & FlightType.REFUELING surroundings

    Don't create culling exclusion zones around FlightType.TRANSPORT, FlightType.AEWC & FlightType.REFUELING mission targets. (#30)

commit dfa33724e95b9f3d94876f6b68f4665de225b90a
Author: MetalStormGhost <ghosti@smytky.org>
Date:   Sat Dec 3 22:43:20 2022 +0200

    B1-B bomber strike ingress now has expend=Expend.All and WeaponType.Guided strike mission.

commit 568fd35ddcabd249bf943eb76d4028c78089fc26
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 3 16:05:25 2022 +0100

    Fix CAS' landing WPT

commit bc674edb3a26a2e38c212aac5ce0f0446f3ab204
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Dec 3 17:25:29 2022 +0200

    Updated the Caucasus landmap (#28)

     It is now also suitable for campaigns set in the forested regions of Caucasus. There are corridors for ground forces from Apsheronsk to Tuapse and from Maykop to Sochi. Also, the hilly area around Ambrolauri can now be used in campaigns as well.

commit f5c7935993f43fad209a1a162e08163ac6ea5484
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Dec 3 17:11:22 2022 +0200

    GroundForcePainter for applying custom liveries to ground units and ships (#26)

    See #26 for more info

commit 0c30ce3bb39be0b52597d03e75e48c7daad6f570
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Dec 3 15:31:40 2022 +0200

    Revert "Revert "Add support for the AI-only F-14A."" (#27)

    This reverts commit 920c9b15ff815b5df08ff90c4a6b0a10cce3e169.

commit e38a6cd9079a6165026afe8bccd3023a467df158
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 2 22:45:57 2022 +0100

    Support defining max frontline length in campaign

    Resolve #25

commit dd98a1d07896444e9ab2acb41655f2f5cbe64f3c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 2 16:45:59 2022 +0100

    Update operation_vectrons_claw.yaml

commit c9611cca99d220fb31e9c82d0b9ab7cf41fbe500
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 2 16:45:43 2022 +0100

    Update F-14B payloads

commit 8a17184ccc269b82e083f232ece945a8058505bc
Author: RndName <mail@rndname.de>
Date:   Wed Nov 30 13:09:17 2022 +0100

    Fix manual debrief submit not ending mission

commit e5b193f21ada1229d549de6d0497a91be5ee2bb8
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 27 21:08:48 2022 -0800

    Changelog section for 6.1.

commit b9c62bc44af820cefbccef16bc2436e371dd06a8
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 2 15:04:21 2022 +0100

    primary flight dead => escort RTB

    Make sure trigger isn't activated when split flag was already set to true

commit 243ded448d3b04b05889475915a303c38e2ada93
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 2 15:03:53 2022 +0100

    Improve bomber tasking

commit ae561e55640f84789fe3de4aec87b56938e58718
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 2 15:03:20 2022 +0100

    Remove 'initial' wpt from STRIKE

commit 5ffb8cbd96832a260ed4badc0e07ca112a7f655d
Author: ColonelAkirNakesh <93631947+ColonelAkirNakesh@users.noreply.github.com>
Date:   Tue Nov 29 12:58:17 2022 -0800

    Update uk_1990.json (#24)

    Replaced USS Tarawa with HMS Invincible.

commit 07d0e555e59cabb710933c991dd5b435d37a9e64
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 27 21:09:51 2022 +0100

    Limit spacing

commit e5c80ef3af9e958ebf5269a96b09d19e37b8065e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 27 21:09:13 2022 +0100

    Move Bronco down in CAS list, lowering priority

commit 11cc62d9a97358b8ee1545e767be24156f77bb1b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 26 21:45:25 2022 +0100

    Remove py

    Attempt to remove this as it seems to be unused and according to dependabot contains a ReDoS vulnerability

commit 8c9f07643f37c96bc8c3f7291f2fd210f55adfb7
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Nov 26 22:01:16 2022 +0200

    Add some South Atlantic naval assets (#23)

    - Unit yamls for several ships and added some new ones to uk_1990.json
    - 2 new layouts: Aircraft Carrier / LHA with Frigate escorts
    - Add "HMS Invincible" as Control Point

commit 85607b97d5f1c929dd3b1c3debbb798946a71dec
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 26 17:50:01 2022 +0100

    Update ai_flight_planner_db.py

commit 0bc67adea89201190e689d1da476b9ba8a31ec1d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 26 16:55:46 2022 +0100

    Remove references to liberation in issue templates

commit 1cfab07b8b5fbdd40a86c8f0f6b82b5f3b53c25d
Author: Starfire13 <72491792+Starfire13@users.noreply.github.com>
Date:   Sat Nov 26 09:55:56 2022 +1100

    Updates Khopa's Normandy and Channel campaign to 10.0

    Note that Operation Dynamo only requires a yaml file update. The .miz file is fine and is not included here.

commit 499e63e2c366da0b682c72de0f005494b9620a39
Author: Dan Albert <dan@gingerhq.net>
Date:   Fri Nov 25 14:04:42 2022 -0800

    Unfilter the custom waypoint targets.

    There doesn't appear to be any reason for us to be poking at
    implementation details here aside from changing the name from "unit" to
    "building" for that case. Just iterate over the known strike targets.

    Making this change uncovered some latent type errors.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2564.

commit bc8624d60519cd740973f1ffe058a08b47d1eee9
Author: Dan Albert <dan@gingerhq.net>
Date:   Fri Nov 25 13:47:00 2022 -0800

    Remove dead code.

commit 11a3c49464ff77a2ab9c6996e8dac9c84cc752cf
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 26 16:43:47 2022 +0100

    Correct radios for the MB-339A.

    Cherry picked from e208df16b2ed9ea50e93b16d2eb8b8f4ffb22e82

    Co-Authored-By: Dan Albert <danalbert@google.com>

commit 23becb49b2449a42ff626f3eba1143bd177f839a
Author: Dan Albert <dan@gingerhq.net>
Date:   Fri Nov 25 12:54:41 2022 -0800

    Update RoleplayingPleb's campaigns.

    https://github.com/dcs-liberation/dcs_liberation/issues/2558
    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2561.

commit 72b594934e5c466cb40d7e492de8e5b3a50473cc
Author: Dan Albert <dan@gingerhq.net>
Date:   Fri Nov 25 12:53:05 2022 -0800

    Make the casualty report scrollable.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2567.

commit d535d312a521264fc72c6b3fd5f3988e57ff0982
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 26 16:31:36 2022 +0100

    Update requirements.txt

commit 4b0215c16f9048e671b32f894d6b75d19e63a544
Author: RndName <mail@rndname.de>
Date:   Wed Nov 23 10:32:41 2022 +0100

    Remove dcs capture event from state json

    With the latest change we added capture zones and corresponding trigger rules for all Airfields as well so we do not need to rely on the dcs capture event S_EVENT_BASE_CAPTURED anymore.

commit 8292da414d677a31692f39eaa3c8a443f97c243b
Author: RndName <mail@rndname.de>
Date:   Wed Nov 23 09:26:33 2022 +0100

    Add Airfield to list of capture zone types

    This will create capture zones and the trigger rules to check for a base capture. Will fix an issue where the dcs capture event is not fired and therefore the capture not recognized by liberation

commit b2cce52b34cb56a07fa67fed2e50b6111666089d
Author: SnappyComebacks <74509817+SnappyComebacks@users.noreply.github.com>
Date:   Sun Nov 20 17:17:48 2022 -0700

    Update pydcs.

    Added ice halo generation.

commit 6ec248dfbf68234884abd68e75db5d33a16f5a6a
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 20 12:49:35 2022 -0800

    Move develop forward to 7.0.

commit 634d48e3e786de7e4224e387c6f4d2fc850f0e48
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 20 12:31:20 2022 -0800

    Attribution compliance for OSM data.

    https://github.com/dcs-liberation/dcs_liberation/issues/2434

commit 391efb1b2b24ec17af4ada2c4e4c339506fd8f3d
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 20 12:01:22 2022 -0800

    Fuzzle's campaign updates.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2425.

commit 07e64cfa0266885ea18112cc14a0eaa5879bcc58
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 20 11:59:10 2022 -0800

    Add Gran Polvorin campaign.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2424.

commit 594a8dd3cc2438e029204bda40757368d4ee7daa
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 20 11:54:12 2022 -0800

    Add Up the Coast campaign.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2223.

commit f5ef509af67166802ad893c99a37509f43e9c116
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 20 11:29:34 2022 -0800

    Fix drop zone display for air assault.

    Troops must be dropped inside this zone or they won't attack the target.
    The zone needs to be drawn in the map so players don't break the flight
    plan by accidentally moving the drop waypoint outside the DZ.

    I've move the API for doing this out of `PatrollingFlightPlan` in favor
    of a mixin so this is no longer presented as `engagement_distance` by
    the flight plan. I don't love that it's still the `commit-boundary`
    endpoint, but it's fine for now.

    I don't know why mypy wasn't able to catch this. pycharm is also
    struggling to understand this class.

commit e541111a2731e066279e71bb4ab8a6a2041e5403
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 20 16:29:19 2022 +0100

    Remove obsolete files

commit c0c310862ad976c8575b53eb9aadb79533639c1a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 20 16:20:09 2022 +0100

    Increase default AI skill to Veteran

commit 65f09c46ca5ce200380cb750c2ecb41ee3db8d62
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 18:39:33 2022 -0800

    Fix typo.

commit f199dd5b9fc1fb0e49c056908d88e469918c2459
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 18:35:00 2022 -0800

    Note the start time feature in the changelog.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2400.

commit 56e53219c25740f124333bef29914041acd29bd4
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 18:27:44 2022 -0800

    Changelog 6 cleanup.

    Typo fixes, sort, recategorize.

commit cee00d831579b9fd69645459f3fae74b97848eb0
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 16:17:24 2022 -0800

    Update pydcs.

    Includes all the new airfields in the South Atlantic.

commit cbc124eff67fc37c9fe5045a6f73d830c72747e6
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 15:47:22 2022 -0800

    Hide sim speed controls behind a flag.

    Flag is only controlled from the command-line because redoing Qt layout
    usually breaks things. Off by default in 6 since this feature is nowhere
    near done enough to even be used experimentally (most changes to the ATO
    made after the sim begins will break the game).

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2535.

commit 219b52fc12ef229adf0ef7d7354ffa89a209357a
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 15:33:20 2022 -0800

    Fix adding and removing waypoints in the UI.

    This moves more of the logic out of the UI so mypy can actually spot
    these mistakes more often.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2495.

commit 98e8fc88bd794740732c39dc5d172f231dcc36d7
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 15:12:23 2022 -0800

    Add bug link for refuelzonegeometry.

commit 9a73a10a09a350961f6f318ab6fe7a5ad862b65d
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 13:05:06 2022 -0800

    Remove refueling from sweep flights.

    The timing for these doesn't work. Sweep RTBs at the same time the
    package reaches its TOT. The tanker won't be on station until 1m30s
    before the package reaches the refueling point.

commit 6ff3a34c14c05b7ae58e9299845d54bc0b872999
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 13:01:43 2022 -0800

    Fix layout for TARCAP, Escort, and strike-like.

    If there's a refuel point, nav from that, not from the patrol end/split.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1749.

commit 0499ded1b3a94b9c850122a27fe1820e9a76be74
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 12:38:23 2022 -0800

    Clarify `AirAssault` flight plan method name.

    `engagement_distance` is used elsewhere to mean commit distance, so this
    looked like a bug when I stumbled across it. Rename it to be more
    explicit.

commit 9fa04702aff79b38984bb0cba80c5c6444fa1f3d
Author: SnappyComebacks <74509817+SnappyComebacks@users.noreply.github.com>
Date:   Fri Nov 18 00:58:15 2022 -0700

    Wind & Turbulence updates from Liberation

    Tune turbulence values.

    Modify the range of values used to choose a wind speed.

    Wind speed at high elevation IRL can range from 20 to 160 knots around the globe.
    You may see wind speed generated here up to 100+ knots, but generally around 40 or so.
    IRL wind speed appears to depend on the latitude of the sun, not in this implementation.

    Note increased wind speeds in the changelog.

    Limit wind speed to 97 knots.

    Made minor adjustments to wind speed calculation.

    Calculate turbulance.

    Turbulance is based off time of day, and day of year.
    Each theatre may adjust their turbulance parameters.

    Spell turbulence correctly.

commit 89c4cc9d79d78b7e841c311c3d0b7c6757d330b6
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 20 13:51:18 2022 +0100

    Advanced IADS: Reconnect from config

    Co-Authored-By: RndName <mail@rndname.de>

commit b49562f4bc3150788ddde900dd949c38dc0d5191
Author: RndName <mail@rndname.de>
Date:   Tue Nov 1 20:30:50 2022 +0100

    Airlift & AirAssault updates from Liberation

    Cleanup and reword refuel waypoints

    - rename Stopover back to CargoStop
    - precise some waypoint naming

    Cleanup and refine airlift and airassault waypoints

    - Drop Off and Pickup now correctly worded
    - Helo waypoints now represent LandingZones for pickup and dropoff

    Forbid planes from air assault.

    Make air assault drop-off non-optional.

    There is always a drop-off location for troops.

    Add docs explaining what the assault area is.

    Add error handling for cargo drop waypoints.

    Document some airlift waypoint behavior.

    Remove unnecessary refuel waypoint in airlifts.

    Remove CTLD logic from Airlift flightplan for AI

    Add Ingress Point to AirAssault FlightPlan

    Add simulation halt at AirAssault ingress

    Remove AirAssault completly from AutoPlanner

    Remove unneeded LandRefuel from Airlift

    Clarify cargo waypoints for AirLift and AirAssault

commit 5f15ddc52c127975acb082d0b25083a1965aaf1b
Author: Nosajthedevil <78634843+Nosajthedevil@users.noreply.github.com>
Date:   Mon Nov 7 13:06:56 2022 -0600

    Add OV-10A Bronco Mod

commit 5bde9804d6656969d46be1a912b0cfad2ac3e7c1
Author: Starfire13 <72491792+Starfire13@users.noreply.github.com>
Date:   Sat Nov 5 11:06:31 2022 +1100

    Starfire's campaign updates for 10.5.

commit 547f1aed75c3aaf4f47f5dc1672925b1045b68fd
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 19 22:47:26 2022 +0100

    Use flag to indicate end of escort task

commit 5aed3fbb87fb82f9df95534e6f5495a6bf80081c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 19 18:10:49 2022 +0100

    Add migrator

    Attempts to fix incompatibilities in save files across builds. The idea is to try and handle the incompatibility as graceful as possible, and adding more "incompatibility fixes" in the future.

commit 13cb4d321af7572902cdc84a993d155f32301411
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Nov 19 16:39:49 2022 +0100

    Bump loader-utils from 1.4.1 to 1.4.2 in /client (#20)

    Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
    - [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2)

    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 004a99e080e5a1fd9841fc4204413124c7edda04
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 13 22:22:57 2022 +0100

    Cleanup

commit 2aee878a40282dee5aab6f2986ed6f92a710d9cf
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 13 21:38:12 2022 +0100

    Adjust ai flight planner for (sead) escort

commit ca042631b7993dbb5e92cc797d2ae6bc6d63f9bb
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 13 21:37:00 2022 +0100

    Always propose SEAD Escort

commit 7e51061582b548bc8526f0c1af7192dd79fa7e2f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 13 11:42:58 2022 +0100

    Formatting

commit e71ff17a2369bc7bea610f3b9d2f906738f409c4
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 13 11:40:47 2022 +0100

    Fix mypy errors

commit 2270300177187bf02c367e90353ef5ff40074cac
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 23:13:23 2022 +0100

    Adjust flightplans for escorts

commit 3f79fa5b9d5fcb19c7abbad7eeaeffa6ce72508d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 22:08:02 2022 +0100

    Lock speed during strike ingress

commit 322a6a700a8772b5fd4acd6bdf9a3f0d2ed39681
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 22:07:29 2022 +0100

    Reconfigure escort task

commit ba66c18f286ab81c9773335e2d1c12e9740ac42f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 22:04:14 2022 +0100

    Allow AI to jettison empty tanks

commit 5f10154000cc1d57dfbe796f7f3241287884c163
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 21:35:59 2022 +0100

    Add triggered waypoint switch to strike escorts

commit 66290fe1ceffb96e8932387644f360f90936e6b7
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 21:26:57 2022 +0100

    Lock speed towards split & set flag upon arrival

commit 0c3340b543c8adc423a3613f38a30743c9537b53
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 12:41:50 2022 +0100

    Set refueling probability to 10%

commit c7ba4e8db66a4676fb145850629af00f4ae9e11e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 12:38:36 2022 +0100

    Update requirements.txt

commit 65ec41c6ce207d870d27557fdcaa6fa4e651a70a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 12:32:01 2022 +0100

    Bump pydcs

    Introduces option for jettisoning empty tanks

commit 395969a37192d72f27cda10618e82cd9ccbd7345
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 31 18:19:46 2022 +0100

    Initial attempt at fixing escorts

commit f2f818acb3e170416f98bfb6ca73c0119f13b002
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 13 22:38:01 2022 +0100

    Update changelog.md

commit 5668c3712753a6fc9ec26f37192b0eab326b7f80
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Nov 10 17:43:05 2022 +0100

    Fine-tune briefing formatting

commit 5f67f02cde887afbcaa45b91cfe280c8ec586a0f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Nov 10 17:42:47 2022 +0100

    Add tanker info to briefing

commit f0fcd7155c1f524777ebda9b3c5e1bf150b1e338
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Nov 10 16:07:57 2022 +0100

    Bump loader-utils from 1.4.0 to 1.4.1 in /client (#18)

    Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1.
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md)
    - [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1)

    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f96348cf59bf1d4e7a0822c87da28bfe9ebe1fdb
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Thu Nov 10 14:14:48 2022 +0200

    Add banner for the F-100 & add the VSN Century Series logo for F-4B (#16)

    Added a banner for the F-100 Super Sabre (by datoneslav, used with permission) and added the VSN Century Series logo for the F-4B Phantom.

commit f7f4803fdcc2ca6861d79c1a6ca144cc06f4b914
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Nov 7 20:58:03 2022 +0100

    Update Skynet to 3.0.1

commit 810c202f1b8cc3306febcaab67d081e61de5e215
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Nov 7 18:45:28 2022 +0100

    Add "save before quit" in closing dialog

commit 2d770ae05e9bc53e96905db67418eb283460a06a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 29 14:58:58 2022 +0200

    Support for MB-339A

commit 5dfeb60a13e73a3af62960ec140b9d3ee7d6ff45
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 5 16:03:19 2022 +0100

    Tweak weather

    Hopefully this prevents the generation of thunderstorms in clear skies

commit 5896bdccc1f196f2b636fd2e3812b1de38800d55
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Nov 4 18:47:46 2022 +0100

    Fix IADS exception

    Exception was caused by `skynet_nodes` trying to generate node for dead units, which would eventually be thrown by `dcs_name_for_group`

commit 206c0463828788e728cac8d2076f36a1c7d47bdc
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Nov 1 14:40:48 2022 +0100

    Update build.yml

commit 3ce66894f03aec230ee93cb5a368c899359de260
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 31 18:19:46 2022 +0100

    Stop loiter 60 seconds earlier

commit cfcdcd08389a18d37ed00c9f87a2088629558c14
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 31 14:57:37 2022 +0100

    Update README.md

commit 474980060e58cd93bea1a19dd82729587d44fc69
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 31 14:39:12 2022 +0100

    Change STRIKE payloads of F-15E to 4xGBU-31

commit e816b4e58bd00d8afc16da11b740e5fc6f07c75e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 30 20:48:35 2022 +0100

    Update requirements.txt

commit 3f4460ad6ff9cb7d52f7a86a13d24b70577b776a
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sun Oct 30 20:49:33 2022 +0200

    Squadron pilot limits enabled by default (#13)

commit 92e2d45f0d7059e6b7387f40a3a1ae4ccf50d6d0
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 30 17:09:22 2022 +0100

    Refactor mod labels/checkboxes in NewGameWizard (#12)

commit 7e7c920816d384001ac1dbf1bcbcf8ccaad4a093
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 29 23:54:01 2022 +0200

    Fix for orbit's broken stop condition

commit 6606f0f58b9ec03927bac759b401e5f263543197
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 29 21:08:22 2022 +0200

    Also look for Liberation payloads

commit b64a0f17eb51ce183e7a2da003b15a6ccca332a1
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Oct 29 18:12:50 2022 +0300

    F-16I mod v2.2 support (by IDF Mods Project) (#9)

commit 7a5e87873348c767e604ba0764f92c68763dde20
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 29 12:59:08 2022 +0200

    Corrected Polish faction Leopard 2 variants

    Co-Authored-By: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>

commit 5edec0c0cbc61043ddfa19587e5fb0dfc0ce0cc2
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 29 12:49:06 2022 +0200

    Update changelog.md

commit 8912b1de62ef5ce247e95bd15e7d34fdbecb69fc
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Oct 28 19:21:35 2022 +0200

    Reduce price of A-6A to 12M

commit 93328d44434a52bb8917d7dde2832828e37307de
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Oct 27 20:28:53 2022 +0200

    (Mod)Support for VSN A-6A Intruder v2.7.5.01

    Co-Authored-By: HellAngelic <108198242+HellAngelic@users.noreply.github.com>

commit dbb9152b9a84e30b2d114937a755ab744cc9cb0d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Oct 27 18:15:17 2022 +0200

    Forgotten imports in __init__.py for mods

commit 5b8caea9ff840721643bfa0e86acba28b756f64e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Oct 27 17:55:17 2022 +0200

    Remove unused imports from pydcs extension f4b.py

commit 24e9936f28f46978c774c9a786ed6fc4fa51c46a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 25 19:59:21 2022 +0200

    Add F-16A to CAS/ANTI-SHIP/DEAD in ai_flight_planner_db.py

commit 3e9776dc8917e690ec65c1fadeb511cc66d5e941
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 25 19:17:45 2022 +0200

    Update requirements.txt

commit 07de598aec2841dcc54f2105c11431debdf79444
Author: MetalStormGhost <ghosti@smytky.org>
Date:   Sun Sep 4 14:40:18 2022 +0300

    Enabled SEAD Escort missions to be tasked on Naval targets and OCA/Aircraft missions on FARPs. When SEAD Escorts are tasked on Naval groups, they will also target ships.

commit 2ea74d74355a17c3b1f9f916541085305fbbf9c8
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 25 19:08:57 2022 +0200

    Update README.md

commit 3c3b81cb1f7d2e31c3aa47ac1692d353e3f6a371
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 24 19:49:40 2022 +0200

    Update requirements.txt

commit a736bf9b091726a7a49043f59364a8e0bbc886c9
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 24 18:54:41 2022 +0200

    "Optimize Imports" in game & qt-ui

    Adjustments made by PyCharm

commit ada297d331b7377b54ab8016b5ee3aeb8985547e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 24 17:37:50 2022 +0200

    Rename custom payload names

    F-105 & F-4B still had payloads with "Liberation" in their name

commit 515d28313dc09e72c4c27c9bc2dadd9e4dccf62a
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sun Oct 23 20:00:11 2022 +0300

    Support F-84G Thunderjet mod v2.5.7.01 (#8)

    * Implemented support for the VSN F-84G Thunderjet version 2.5.7.01

commit 303ae3ac146557501e81ee8083d80c74cef3aabc
Author: Paul Dockar <pdockar@gmail.com>
Date:   Mon Oct 17 16:35:28 2022 +1100

    Fix barely visible text in the Intel box

commit 426cbdec89a378e8e6f6a8bc6e9435e757603b60
Author: Paul Dockar <pdockar@gmail.com>
Date:   Mon Oct 17 16:02:33 2022 +1100

    update changelog

commit dcc2256195f7e10beddf1ff0223ecc5599a4f301
Author: Paul Dockar <pdockar@gmail.com>
Date:   Mon Oct 17 15:51:42 2022 +1100

    Adding conditions vanilla theme icons

    Update uiconstants.py to include theme icon path for all weather conditions.
    Moving DCS theme icons.
    Created Vanilla theme icons
    Fixes #1062

commit bdbfc19c7cf9218f67d2d2eceb6479fa20c59070
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 23 17:42:42 2022 +0200

    Attempt at fixing Dependabot issues in front-end

commit 041202d2425533a8fe7b8c318936a2d65f499501
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 23 17:33:04 2022 +0200

    Update changelog.md

commit 92199b7b958efeb04aeb4ddbc488818b1a4a7dde
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 23 17:22:03 2022 +0200

    Remove SON-9 from Cold-War-Flak group

    Interferes with factions that shouldn't have EWR units available, like Russia/USA 1955

commit 8bc530ee81f48959125a94d98df6f938593c9d78
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 23 15:00:43 2022 +0200

    Fix mistakes in factions after adding KS-19/SON-9

commit ffb9bee5af61c4ba50365c47aac2904ac8b91ac5
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 23 14:53:18 2022 +0200

    Increase minimum number of armored units in layouts

commit 7413df4ccc56227358c975bfb193dadd42e55826
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 23 14:52:14 2022 +0200

    Add WRL campaigns

    - Syria - Assault on Damascus
    - Caucasus - Battle for Georgia (v8)
    - Caucasus - Up The Coast

    Adds recommended factions for the given campaigns

    Co-Authored-By: holyorangejuice <4298744+holyorangejuice@users.noreply.github.com>

commit 12d67c71c8ee9352661632b102342ba12536ed08
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 16:02:32 2022 +0200

    Make option pages/sections scrollable

commit 8f40a507b957d33b3fd0893b69a373b354689ffe
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 15:14:32 2022 +0200

    Update changelog.md

commit 4adf1ee89898fc6f175a29705f981897b5309adf
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 00:44:59 2022 +0200

    Adjust Cold-War-Flak group/layout

commit 4d155f0a26930a2024d8ece572cd063a863a2d4f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 00:43:18 2022 +0200

    Update factions for KS-19/SON-9

commit 040addc1f5a76a4d46b4b085168357c54ad4a8e0
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 00:42:50 2022 +0200

    Adjust AAA_Site layout

    Making this compatible with KS-19/SON-9

commit 42d1ef648ed50eab296ba7011c1ce4eee668616d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 00:41:12 2022 +0200

    Adjust KS-19 preset

    Renamed present KS-19 group to KS-19_HDS, as this used to be a preset for the KS-19 of the High Digit SAMs mod.

commit f68159810407fe29950dbd86bd36556927258b3d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 00:40:03 2022 +0200

    Add data files for KS-19 & SON-9

commit 5810bd62014d4cd79ebd45041cd70a7eac6b0a1c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Oct 21 23:03:07 2022 +0200

    Update mission_start_EN.j2

commit 547136adc7383048f5661cff65fc1d04f5e8c689
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 18 21:24:05 2022 +0200

    Update F-104 banners

    Update banners of VSN_F104S_AG by GLOBAL HAWK as well as VSN_F104G & VSN_F104S banners by Datoneslav. Banners include the official VSN logos by J.P. Ferré. All used with permission.

    Co-Authored-By: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>

commit ce12047fa34e6d5ed74d0ba40f7e1a7c0ca58c4d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 18 21:22:56 2022 +0200

    Add F-104G to Netherlands faction

    Co-Authored-By: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>

commit 5ab4c70013c714a73bb3372aee98ba4f2113aed0
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 18 21:13:19 2022 +0200

    Update changelog.md

    Indicate current supported version of F-104, which was forgotten during the update introduced after the addition of the livery scanner

    Co-Authored-By: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>

commit 7bbb07c927d7e1e1b198c7dbc965cdcc12537919
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 18 21:12:31 2022 +0200

    Finish F-104C mod support v2.7.11.222.01 (#6)

    Finished the F-104C mod support of version 2.7.11.222.01, which was included during a new export after the livery-scanner was introduced. Includes VSN_F104C banner by GLOBAL HAWK. Banner includes the official VSN logo by J.P. Ferré. Used with permission.

    Co-Authored-By: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>

commit db20ad32328062acafbe36dae291df5991c59535
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Oct 15 17:19:46 2022 -0700

    Stop using shapely's almost_equals.

    The docs say it was deprecated in favor of equals_exact with an explicit
    tolerance.

commit eccbfa7a64294e3d8741e215a4701defba052979
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Oct 15 15:39:06 2022 -0700

    Update pydcs.

    Includes a new data export with a fix for the Apache property bug.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2470.

commit 6e126bd562c0e2a69b55b429f114922fd096f59b
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Oct 15 14:40:46 2022 -0700

    Send the new turn event from turn initialization.

    We'll have to get smarter about this some day (since turn initialization
    won't always exist), but for now we can avoid stale UI data by doing
    what we've always done and refreshing the world on turn init.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2397.

commit 2ac9d6bd985234ac2fe08e43777227da279567be
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Oct 15 12:28:38 2022 -0700

    Add the git SHA to the build ID.

    The build number is actually a pain to use. The git SHA is much more
    useful.

commit 9ad92d26d4116ef9f2d9c3b3b65cb847c51c6e0f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 16 14:49:13 2022 +0200

    Forgot check if advanced_iads is active

commit ace3af8f50692c306921d188140f1940cc8674cb
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 15 13:56:43 2022 +0200

    Avoid targeting convoys if disabled

commit 81f459c5712a3387cfad543785a6be388ccd9c74
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 15 13:42:43 2022 +0200

    Update changelog.md

commit a215af13f584ae16b9ce68b0ed0beeb9f22b3a3c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 15 13:35:55 2022 +0200

    Update README.md

commit 1bbe023e201e87e7374186522dff6df6f85c67f2
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Oct 15 01:47:39 2022 -0700

    Faction update for insurgents (hard).

    https://github.com/dcs-liberation/dcs_liberation/issues/2482

commit 34d208c19ed334a9fd2bfd14d45d595c3de80118
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu Oct 13 22:17:27 2022 -0700

    Updated insurgent faction.

    https://github.com/dcs-liberation/dcs_liberation/issues/2482

commit b0c53152efeafcf1e3f44939c8fe1a6253c7119c
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu Oct 13 22:13:12 2022 -0700

    Campaign update: The Valley of Rotary.

    https://github.com/dcs-liberation/dcs_liberation/issues/2481

commit 35f9d6ed994f71a75bf8f19f7e95f28ef091fdab
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu Oct 13 22:12:48 2022 -0700

    Campaign update: Tblisi Gap.

    https://github.com/dcs-liberation/dcs_liberation/issues/2481

commit d508c1855c9ab6c21aff6a482b8fc4099ff38549
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu Oct 13 22:12:14 2022 -0700

    New campaign: The Falcon Went Over the Mountain.

    https://github.com/dcs-liberation/dcs_liberation/issues/2481

commit 9e5f1d08d20e51cce579d62a007b4672aac36b4b
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Oct 9 22:45:26 2022 -0700

    Add a comment explaining a wtf in alt estimation.

commit 0135e40f1a8a9881598cc31789751320a700707b
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Oct 9 18:57:31 2022 -0700

    Fix offshore targets for WW2 factions.

    This makes the oil platform a required building so that all factions can
    use it. Alternatively, we could pick a different offshore target for WW2
    factions, …
Dragonius added a commit to Dragonius/dcs_liberation that referenced this issue Mar 29, 2023
commit 86672d882ecc4e2d9ae43082afe1d907940a248f
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Feb 5 13:11:31 2023 -0800

    Don't generate runway data for heliports.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2710.

commit 3fc82af3ac1bdd81ea6a062b68b3a77a55bd1e8a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Feb 5 23:29:01 2023 +0100

    Add slider option for weighted AI procurement

    Resolves #81

commit 22835e753542c41885d1506e1a392c34ca202684
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Feb 5 19:32:16 2023 +0100

    Pydcs bump to avoid heli's spawning in slot 37 at Ramat David

    Slot 37 in particular is a hangar, which was obviously causing issues...

commit f979a0c23d5acc2d2c11480241c710c758e0ba08
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Feb 5 18:10:07 2023 +0100

    Fix heli spawn/landing at FOB/FARP

    Resolves #45

commit 5f1f2b34b77a3c62cfd1cf94c4f86ff77e8de6a8
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Feb 5 12:05:16 2023 +0100

    Remove obsolete installer

commit 9ab2fc1714c2189425af00788a3203385801d2fc
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 23:57:28 2023 +0100

    Add options for number of Combined Arms slots

    Resolves #74

    - Game masters
    - Tactical commanders
    - JTAC
    - Observers

commit b25f484ef37c4269de8f30ee1f84cc8012605582
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 22:38:15 2023 +0100

    More renaming of Liberation into Retribution

commit dd0b565de9d30583944b1a94adf1daa0c1b76730
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 22:18:20 2023 +0100

    Update changelog

commit 29d88fd61d79c7ab283f2da75f987463ab347a2b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 19:56:06 2023 +0100

    Add TOT/TOS to kneeboard for AWACS & Tankers

commit 7625725fd8f505d82dc2491afe94ee29346e955d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 21:39:31 2023 +0100

    Allow F11 free camera & spectating if "external views" is allowed

commit cef25bd2f398701db7d9e544ef8e8a9a925d680d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 20:02:33 2023 +0100

    Ignore TOT & spawn immediately for player flights by default

commit 1e9cee10031fa4a9c7a3eedd8b6fa5365df9c7a4
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 19:56:51 2023 +0100

    Bump pydcs

    Fixing a mistake that could cause an exception + improvement to callsign selection

commit 15bcc2d947e13452afd6c61d59b22fc8e286ead4
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 18:45:38 2023 +0100

    Add TOTs in briefing

commit 763dbebf131b29a183d3fc2241c59b1ba3957143
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 17:06:40 2023 +0100

    Increase random horizontal separation for escort flights

commit 667addf25bb16e7b8712540ade778508f3a4c9ff
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 17:03:31 2023 +0100

    Wrap aircraft_type in kneeboard support page

commit 1033923f68500174c21cc74098920238d834f355
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 17:02:44 2023 +0100

    Update React dependencies

commit d410f9d3c481d65b0d4d84ac1e237a102ee39e1b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Feb 2 21:37:53 2023 +0100

    Formatting...

commit a1cc3412e86f351a21af6fe782e84cfa4349dbc6
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Feb 2 21:37:07 2023 +0100

    Update 'black'

commit a98c9ffe8db1b0dd99886a747aa4cd5b0daf1613
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Feb 2 21:33:54 2023 +0100

    When using 'isinstance', TYPE_CHECKING is NOT ENOUGH!!!

commit 5d506ca97edb61958b7bf59c03bf88a554fb1e3f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Feb 2 21:28:17 2023 +0100

    Fixes for Tanker TACAN

    - Y band was not having range info
    - Callsign number was missing

commit 51c0bfa97013790a27f3226e939f0d82ec871ed3
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 29 22:19:24 2023 +0100

    Update changelog

commit 5c8e7839808515bfbd5e63357121c31eb5659efa
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 29 18:34:27 2023 +0100

    Fix AAR TCN on Yankee band

commit b7d95819c1876b73e676333e6c383bc1b82cd0d5
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 29 18:18:29 2023 +0100

    Don't strip all digits from air support's callsign

commit bb0bf66eac969d612849317f6f66a68ec20f8b8c
Author: MetalStormGhost <ghosti@smytky.org>
Date:   Fri Jan 27 23:52:39 2023 +0200

    Improved the F-16I Sufa & F-16D mod v3.2 loadouts.

commit be7008722b179db67a250f10ffa48a906cd808ef
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Jan 28 00:30:42 2023 +0100

    Bump pydcs

commit 5535282894b3c38ed4e0829f2ef628ac299365a0
Author: MetalStormGhost <ghosti@smytky.org>
Date:   Thu Jan 26 11:33:33 2023 +0200

    F-16D Barak Block 30 and Block 40 support
    Added support for F-16D Barak Block 30 and Block 40 variants. Still using F-16C Barak banners as placeholders until I snap some good ones from the two-seaters.

    Resolves #78

commit 2fb5f2b7387c3148a1fe364492496018fca78a1d
Author: MetalStormGhost <ghosti@smytky.org>
Date:   Sun Jan 22 16:48:33 2023 +0200

    Updated the IDF Mods Project F-16I mod support to version 3.2

commit e87621576dfff7f3cba9a364e0cbc5c75ac243a5
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 20 23:28:47 2023 +0100

    Add CTLD zones to AOD campaign + version bump

commit 531625ff08ec08e03c7825c9be939c1153e6c891
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 20 23:00:13 2023 +0100

    Designated CTLD zones for ControlPoints (AB/FOB/FARP)

    Resolves #46

commit 0d57f710aa0521470e3bb6bc570ef45b9934c41d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 20 22:10:02 2023 +0100

    Fix exception when airfields use GUARD freqs

commit 0da431fe33b2e87a1e27cb7d26777918bf41c7e5
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 20 20:41:47 2023 +0100

    Cleanup print statement

commit 88f984b0a8f01fcaaf5d7bf3b577d9a6129e45af
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Jan 14 15:42:13 2023 +0100

    Configurable RF/TCN/ICLS/LINK4 with UI feedback

    Resolves #70

    Freq/Channel will turn orange when double booked.
    Freq will turn red if GUARD freq was assigned.

commit ddb9d6968bc50d0156677dbcb1b68c8fa70e4e7a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Jan 14 17:49:54 2023 +0100

    Reserve VHF Guard FREQ 121.5

commit 3313535b275170cca111b8b5963d6bb544e04075
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Jan 14 16:33:05 2023 +0200

    Add fallback terrain icons in campaign selector (#80)

commit cccc6e5a44ca9baf5af3c554d096ccdaf18c6f5c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 13 21:23:31 2023 +0100

    Reserve GUARD freq. 243MHz

    Fix #79

commit 8b802a9cbc9a320c6da8602202e3c1a785e71407
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 13 21:19:42 2023 +0100

    Fix issue in migrator when package has no flights

    Would cause an exception because `PackageWaypoints.create(p, c)` would call `package.departure_closest_to_target()` on its turn which raises a runtime exception if no flights are present. Makes total sense when you think about it...

    Fixes #66

commit 0a3a56d4bc4346cd1ec09ea2863933618bd91e27
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 13 21:17:33 2023 +0100

    Propagate update_flight event in '_instant_relocate' instead

    Dropped the ball here, and pretty hard too...

commit 7bae6cd5629d2f510db0b21abee70b2345eae45f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 13 20:27:13 2023 +0100

    Add package frequency

    Part of #70

commit e8151678ddc9fcb5d82b783247b0596c7e003b2b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 13 20:06:35 2023 +0100

    Fix UI bug in CreateFlight window

    Pilot's player checkbox would be enabled for non-flyable aircraft if the initially selected aircraft that was flyable.

commit 9dd602290762cd41af558323369fce0c0e80ba6d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 8 23:21:36 2023 +0100

    Fix Apache radios

    Co-Authored-By: Grizzly35 <116302517+Grizzly35@users.noreply.github.com>

commit 48e0d579cff2172a5c2f62ea4f8f23538c9af91d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 8 19:14:51 2023 +0100

    Add package frequency & show package info on kneeboard

    Resolves #71

commit cc9f61005b3b857ae248ecf371c0ea3e410f1d45
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Jan 7 18:05:29 2023 +0100

    Update pydcs

    Solves callsign problem mentioned in discord, where they would always look like "Callsign 1X"

commit 48ba8ff255e7b1b418386e96e2eab0d70b45f955
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Jan 7 14:54:30 2023 +0200

    Fixed a FrontLine import bug in flightplanbuilder.py (#72)

    Restored the default patrol duration handling in PackageRefuelingFlightPlan. Desired tanker on-station time will now only apply to TheaterRefuelingFlightPlan.

commit 3f570cce5e32b244c63d2462fc44bbf831ad28a3
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 6 21:02:05 2023 +0100

    Update build.yml

commit 01ee24c8cf348c4d1738433e6dae4678e62f2858
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Fri Jan 6 21:11:24 2023 +0200

    Configurable tanker on-station time (#69)

commit 1deff6fa493f4c7cf4e690de917623a01a46d702
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jan 5 19:17:30 2023 +0100

    Bump json5 from 1.0.1 to 1.0.2 in /client (#68)

    Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 4404d31c7b4fe42fbfb89d3b9a593655b76976de
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Jan 5 19:05:31 2023 +0100

    Remove future from requirements.txt

    Dependabot warns us about this package having security issues, and it seems this package isn't used throughout the project.

commit 989562b90fbe405062849a797ec2f13c149dfd3b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Jan 5 18:37:09 2023 +0100

    Avoid appending triggers without actions

    Resolves #67

    The problem turned out to be split-triggers with no actions, which occurs when a STRIKE flight has no escorts in its package. Added a guard for this so the trigger isn't pushed to the mission in such a case.

commit bd63e4484d7f445cb2df1c7ca319a1f8c8f0d92a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Jan 3 20:52:17 2023 +0100

    Random 5-30min delay for ground force attack without CAS

commit df642fe7a199581271913a8d07ee66b8ef731155
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Jan 2 18:58:45 2023 +0100

    Set altitude for assault waypoint if Hercules

commit cb8f2619f2c9c6e1c9ef4f8d309558d4d7c9de59
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Jan 2 02:34:20 2023 +0100

    Update changelog

commit 2aed461b3a54a56d635b2338680dea58dcc95275
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Jan 2 02:26:00 2023 +0100

    Add custom name for packages in ATO overview

    Resolves #55

commit f4d75a2c6f114c23fb527547ec8bf693b317a07b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Jan 2 01:48:07 2023 +0100

    Allow edit of flight's custom name

commit e36d51a7c2b6485a6d6026f5bc35023eaaeb195c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Jan 2 01:22:22 2023 +0100

    Adjust string representation of Flight class

commit 7267b70066f4f1f5662b333b10678149af49e20f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Jan 2 00:45:50 2023 +0100

    Update issue templates according to new labels

commit 62d1a89269e4c044f34ec11ea4cf61e9061e84fd
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 1 23:39:00 2023 +0100

    Add clone buttons for flights & packages

    Resolves #56

commit 6d0ac603f2bdd0ccec2e3d4a1419e8671a493bcb
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 1 16:53:58 2023 +0100

    Generate packages according to TOT order (latest first, earliest last)

    This makes sure that aircraft spawning in the air due to a shortage of parking spots, will have the earliest TOT possible. Flights with later TOTs should be generated first so that they remain at the airfield as OCA target.

commit 37f2e5bf3aa241ba3defe1198274a6a4e41e0eda
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 1 16:53:18 2023 +0100

    Use stacking algorithm in "_generate_over_departure"

    Resolves #57

    "_generate_over_departure" is the method used to generate flights in the air when no more parking spots are available. Pydcs changes were required as it turned out aircraft were trying to spawn on helicopter parking spots, which forces them to start in the air by DCS itself.

commit 9ddaf50ad4cb5af97245c2c1765568c7d16af084
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 1 16:06:36 2023 +0100

    Refactor logic wrt "disable idle aircraft"

commit 42f488df0b6846f9f48b9f221798a5f8f15eb36c
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sun Jan 1 16:29:08 2023 +0200

    Renamed Liberation to Retribution in the following files: (#62)

commit d2a7de277596eb3820daba330e2010b8d9aac224
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sun Jan 1 16:21:08 2023 +0200

    Add new option in settings: OPFOR autoplanner aggressiveness (#61)

    "Threatened" threshold based on a suggestion from FinCenturion. (#61)

commit ee1fc53dd3ba06e569f290f4a07513a1ab649a59
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 1 00:43:58 2023 +0100

    Add button to rename pilots in air wing

commit 192741af36c424415004fb509c4f669c4556803e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 31 23:25:26 2022 +0100

    Make units selectable in faction overview during campaign gen

    Resolves #35
    Resolves #40

commit cd4ace4ad5615ae5109400d57a8f60241fbddd05
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 30 13:59:23 2022 +0100

    Rename custom factions folder

commit 39426dde45fe3eb79034318cde2a5eb26b7a5645
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Dec 27 22:29:08 2022 +0100

    Option to define culling exclusion radius in campaign yaml file

commit bd4eb3e105854fe631b59617dbea903b94d2215c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Dec 27 21:59:41 2022 +0100

    Fix wrong payload names for ANTISHIP in F16/18

commit c37c56c879c05c079fa8e44c12db4978b264fbd2
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Dec 27 19:48:09 2022 +0100

    Air Assault for C-130 mod

    Resolves #49

commit d26fc84316e971bf6ed50f0c09702c53b430a940
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 17:32:30 2022 +0100

    Automatically set 'herculescargo' plugin if present in air wing

commit 33586aaf4f1b87cea3f9fb16349828ca092f6695
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 16:13:11 2022 +0100

    Remove C47 from AI DB flight planner

    Until this aircraft actually drop troops, it's not air assault capable

commit 650b06d7c897f21b8ecddabba8634195e1161073
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 14:06:58 2022 +0100

    Avoid random squadrons in config using livery overrides

    Avoids choosing random squadrons during air wing configuration so that livery overrides takes precedence by default for a given aircraft type, unless the campaign file specifies a specific squadron. Users can still add a squadron manually which will automatically set the correct livery if they use a squadron preset.

    Resolves #52

commit 09807b25a80549037636e34aa2c69432865f535f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 02:38:24 2022 +0100

    Bumb version

commit 13d42c3f83f2761fa760b656163f7ed53355c107
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 02:20:07 2022 +0100

    Add icon & banner for Hercules mod

    Resolves #51

commit 6966b14c6bfbccc9b5bc055a05ed24ff30cbf9eb
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 01:55:45 2022 +0100

    Minor bugfix in squadron transfer destination combobox

commit 00ab0c4be220dc8b168ad2d5eb7dea1fb865c710
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 01:27:52 2022 +0100

    Add "Instant Squadron Transfer" cheat option

    Resolves #14

commit 5c06e746594877be31098323890e1cd7e2d99af7
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 25 16:29:49 2022 +0100

    Auto-swap ATFLIR to LITENING for land-based Hornets

    Resolves #50

commit b0a00507258904ffab25e8fcc863cf11b5e9aa05
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 25 16:29:09 2022 +0100

    Delay ground force attack until first friendly CAS TOT

    If no friendly CAS flight was planned, no delay is planned...

commit c5a7fbd15a00d456ce189eb36a1a82d7b57b7cee
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 25 16:27:16 2022 +0100

    Remove deprecated options

commit fa093ea237f3e978495abb796f9d3930b68172fd
Author: holyorangejuice <gehrettjm@gmail.com>
Date:   Sun Dec 25 08:42:05 2022 -0600

    Updated F18 and F16 payloads (#48)

    Following loadouts have been configured F-16C:
    - ANTISHIP: 2xAIM120C, 2xAIM9X, 2xAGM65K, 2x Fuel Tank, ALQ-184, TGP
    - BAI: 2xAIM120C, 2xAIM9X, 6xAGM65D, 2x Fuel Tank, ALQ-184, TGP
    - BARCAP: 4xAIM120C, 2xAIM9X, 2x Fuel Tank -> Inherited by TARCAP, Fighter Sweep & Escort
    - CAS: 2xAIM120C, 2xAIM9X, 6xAGM65H, 2x Fuel Tank, ALQ-184, TGP
    - DEAD: 2xAIM120C, 2xAIM9X, 2xAGM154A, 2x Fuel Tank, ALQ-184, TGP + HTS
    - Ferry: 2xAIM120C, 2xAIM9X, 2x Traveling Pod, 2x Fuel Tank
    - OCA Runway: 2xAIM120C, 2xAIM9X, 2xGBU31v3, 2x Fuel Tank, ALQ-184, TGP
    - SEAD: 2xAIM120C, 2xAIM9X, 2xAGM88C, 2x Fuel Tank, ALQ-184, TGP + HTS -> Inherited by SEAD Escort
    - STRIKE: 2xAIM120C, 2xAIM9X, 2xGBU31v1, 2x Fuel Tank, ALQ-184, TGP

    Following loadouts have been configured F-18C:
    - ANTISHIP: 1xAIM120C, 2xAIM9X, 4xAGM84D, 1x Fuel Tank, ATFLIR
    - BAI: 1xAIM120C, 2xAIM9X, 4xAGM65F, 1x Fuel Tank, ATFLIR
    - BARCAP: 5xAIM120C, 2xAIM9X, 2x Fuel Tank -> Inherited by TARCAP, Fighter Sweep & Escort
    - CAS: 1xAIM120C, 2xAIM9X, 4xAGM65F, 1x Fuel Tank, ATFLIR
    - DEAD: 1xAIM120C, 2xAIM9X, 4xAGM154C, 2x Fuel Tank, ATFLIR
    - Ferry: 1xAIM120C, 2xAIM9X, 3x Fuel Tank, ATFLIR
    - OCA Runway: 1xAIM120C, 2xAIM9X, 2xGBU31v4, 2x Fuel Tank, ATLFIR
    - SEAD: 1xAIM120C, 2xAIM9X, 2xAGM88C, 2x Fuel Tank, TGP + HTS -> Inherited by SEAD Escort
    - STRIKE: 1xAIM120C, 2xAIM9X, 2xGBU31v2, 2x Fuel Tank, ATFLIR

commit 782759bd48e40514684e3f99b18330f7e0d05c38
Author: holyorangejuice <gehrettjm@gmail.com>
Date:   Fri Dec 23 05:54:56 2022 -0600

    WRL mission yaml updates  (#47)

    - Removed/changed some units from WRL missions.
    - Minor changes across all missions.
    - Added frontline length recommendations to each mission yaml.

commit 653e507e89fef8fd61d539440b83095420aeb187
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Dec 20 20:56:30 2022 +0100

    Set "RTB on bingo" false for ferry flights

commit 4f9c7a73704022c93474d6419f77f58bafec5128
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 19 22:01:50 2022 +0100

    Adjust issue templates

commit c114256b820fc992fb4af0759265b1d63a5915f7
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 19 21:17:31 2022 +0100

    Renaming Liberation

    Resolves #42

commit cdd72820b4ad27cd80cabe05dd8a88dabd121b0a
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Mon Dec 19 21:22:10 2022 +0200

    A-4E-C mod support v2.1.0 (#43)

    * Updated a4ec.py to Community A-4E-C mod version 2.1.0

    * Updated changelog.

    Updated A-4E mod version in QNewGameWizard.py (#44)

    Co-Authored-By: Raffson <Raffson@users.noreply.github.com>

commit 4b8e7e972e350cc919cab4a9f80163deccdc9b20
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 19 19:08:25 2022 +0100

    Relocate layouts.p

commit 68b04b0e46caaf2ca25aaef9261287bd6e55c629
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 19 19:06:58 2022 +0100

    Fix broken factions

    Due to the F-16A MLU having a wrong filename, all factions that included it got broken. Also fixed an excessive comma in USN 1985

commit d00b7a176e0145375b91ae447173e32baa68707d
Author: holyorangejuice <gehrettjm@gmail.com>
Date:   Mon Dec 19 11:41:25 2022 -0600

    WRL Factions Update (#41)

    Changed WRL blue,red and added red insurgent faction.

commit 3c3abd484f8ae825930b1775b78dc040ef42255f
Author: Dan Albert <dan@gingerhq.net>
Date:   Mon Dec 12 18:50:07 2022 -0800

    Fix livery for VF-33 F-14A squadron.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2610.

commit 9d5eece5a561a105d25465b8020d36ef86858d14
Author: Dan Albert <dan@gingerhq.net>
Date:   Mon Dec 12 18:42:09 2022 -0800

    Fix encoding issues with the Peru faction.

    Not really sure what's going on here, but presumably it's UTF-16 and
    UTF-8 fighting.

commit f08df08c7e7b54063f718697d26f9432239065f8
Author: Dan Albert <dan@gingerhq.net>
Date:   Mon Dec 12 18:46:23 2022 -0800

    Add changelog notes that were missed in PRs.

commit 44e5bc646d8844c8ca0621a4e1fc0d8118ccc362
Author: DillieKoe <84970592+DillieKoe@users.noreply.github.com>
Date:   Tue Dec 13 03:39:21 2022 +0100

    Add Peru faction.

    A new Peru faction with a mirage squadon

commit 74eb8f38f9fd2e0e42905f06554b497feeae8f48
Author: ColonelAkirNakesh <93631947+ColonelAkirNakesh@users.noreply.github.com>
Date:   Mon Dec 12 18:21:12 2022 -0800

    Override liveries for Russian aircraft in bluefor faction.

commit 5ff8fb170d2b9db53114a7550e8c234922b9c46f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 18 16:42:26 2022 +0100

    Only check for ground units in capture triggers

commit 39a5b486d3da907953f51e162106bfae05ded46f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 18 16:35:59 2022 +0100

    Start using own pydcs fork

commit 6664a139d860581d6c8841ec361eb09345205086
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 17 21:13:36 2022 +0100

    Support for Ka-50 Black Shark 3

    Resolves #38

commit d5de5b3a781a26484d68ae23aab724f4087d8f6b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 17 23:09:21 2022 +0100

    Stack aircraft when spawning right above CP

    Should prevent mid-air collisions in most cases, though I'm still worried about "off map" spawns that can possibly collide, though an easy fix would be to manually use time-spacing.
    Alternatively we need to treat it as a special case, assigning different altitudes to avoid collisions during the first leg of the flight if that turns out to be the case...

commit c3024e38a60cf25e51d4623e16788d293b91ae26
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 17 14:57:33 2022 +0100

    Update WRL factions

commit cfd05400d20bf8ac1988cbb5fbfd4a8236298055
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 16 23:28:10 2022 +0100

    Update changelog

commit 64992a29496eb0ee8d50de8a55a88a33eb1ba006
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 16 23:23:28 2022 +0100

    Wrap target description for strike waypoints on kneeboard

    Resolve #39

commit 8ea76563620288af8aad31d4b8d989f95e6cad2e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 16 22:16:45 2022 +0100

    Fix exception when trying to add extra waypoints

commit cd760c45a8fa7308d41139ee33b4995b2ac0f88a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 16 20:30:33 2022 +0100

    Updating WRL campaigns

commit 15f6c8dd85dfc72a4ebf9a27d5d3e3b3b85c791e
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Fri Dec 16 19:59:21 2022 +0200

    Add new performance option: Disable idle aircraft at airfields (#37)

commit 7d2dd0bcbeb880db5e1996170ad9b7e070130f14
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Tue Dec 13 20:08:56 2022 +0200

    Add option to only generate night missions (#36)

    Replaces the existing checkbox to disable night missions with a selector that allows you to choose between Day/Night/Day&Night

commit 608525d5b4504ea4135c0d9f85f94f38bee6a145
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 11 21:36:41 2022 +0100

    Add game master slot & more observer/commander slots

commit 49d4d508d40751d77e06da06064df94a3280103b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 11 21:35:43 2022 +0100

    Add F-15E payload for DEAD

commit 0e286ab7b5babaa68c6a07dd356b757c3dfb66e6
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 11 19:36:01 2022 +0100

    Include B-1B payload for DEAD

commit 4e27591afa8def06f90d6ded8bfb38766cf32658
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Dec 11 12:21:48 2022 +0100

    Bump certifi from 2022.9.24 to 2022.12.7 (#34)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7.
    - [Release notes](https://github.com/certifi/python-certifi/releases)
    - [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07)

    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 01c5f3e2a9baf04d1323a5be8e0e7da781eaec55
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 19:06:17 2022 +0100

    Rename F-16A icon

    Fixes crash trying to access AIRCRAFT_ICONS["F-16A"]

commit 436d2f87da878e3973d321f7b69552f9ff3a170f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 17:24:18 2022 +0100

    Add F-16A MLU

    Resolves #10

commit 2e2a397312eeb44a135e85f22cd76fd7b127f1fe
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 16:55:20 2022 +0100

    Increase Mirage F1's priority for RUNWAY_ATTACK

commit 54a5461ecb2a2a443de54181aa4ebee7e81fde2d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 15:28:42 2022 +0100

    Remove duplicate campaign

commit 49ddd5ce96f6b2952a09b47a6623b07fc1b285a7
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 15:28:32 2022 +0100

    Add links in descriptions of WRL's factions and campaigns

commit e9c1e7b77062636e72e99a00e4ba722b744e4665
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 15:21:24 2022 +0100

    Allow external links in Campaign/Faction description

commit c298e5bc244c1650358fc561298717bcb516ab1d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 15:20:25 2022 +0100

    Add campaign: Kutaisi to Vaziani by WRL

    Resolves #31

    Co-Authored-By: holyorangejuice <4298744+holyorangejuice@users.noreply.github.com>

commit 48e5e7ca95f91b414b8f5104972fd4c9abb4b0f3
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Dec 10 18:24:22 2022 +0200

    F-100 Super Sabre mod version 2.7.18.30765 patch 20.10.22 support (#32)

    Also makes F-105G "SEAD Escort" capabale

commit 55fb5befb9a5300efcb69ca532e24abfe6ee21db
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Dec 10 18:17:35 2022 +0200

    F-104C is now correctly removed from the faction when the mod is not enabled. (#33)

commit 22c7e21a66a17d9a16f51f39da1f1a14d942736e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 4 21:32:23 2022 +0100

    Add battle4area51 by Oscar Juliet

    Still WIP as the IADS network is not fully connected

    Co-Authored-By: holyorangejuice <4298744+holyorangejuice@users.noreply.github.com>

commit a88f48f3ce272e336a3c9fa74d4fc2d6ac3b4180
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 4 21:27:43 2022 +0100

    Bump campaign version

commit 6c673697f0e26673d4c8df7b8d2df4aa6c3cbbea
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 3 21:28:13 2022 +0100

    Fix livery overrides

commit 4af7255917bc1f66657eb8cfb64c0e2d8807984f
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Dec 3 23:01:35 2022 +0200

    Cull FlightType.TRANSPORT, FlightType.AEWC & FlightType.REFUELING surroundings

    Don't create culling exclusion zones around FlightType.TRANSPORT, FlightType.AEWC & FlightType.REFUELING mission targets. (#30)

commit dfa33724e95b9f3d94876f6b68f4665de225b90a
Author: MetalStormGhost <ghosti@smytky.org>
Date:   Sat Dec 3 22:43:20 2022 +0200

    B1-B bomber strike ingress now has expend=Expend.All and WeaponType.Guided strike mission.

commit 568fd35ddcabd249bf943eb76d4028c78089fc26
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 3 16:05:25 2022 +0100

    Fix CAS' landing WPT

commit bc674edb3a26a2e38c212aac5ce0f0446f3ab204
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Dec 3 17:25:29 2022 +0200

    Updated the Caucasus landmap (#28)

     It is now also suitable for campaigns set in the forested regions of Caucasus. There are corridors for ground forces from Apsheronsk to Tuapse and from Maykop to Sochi. Also, the hilly area around Ambrolauri can now be used in campaigns as well.

commit f5c7935993f43fad209a1a162e08163ac6ea5484
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Dec 3 17:11:22 2022 +0200

    GroundForcePainter for applying custom liveries to ground units and ships (#26)

    See #26 for more info

commit 0c30ce3bb39be0b52597d03e75e48c7daad6f570
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Dec 3 15:31:40 2022 +0200

    Revert "Revert "Add support for the AI-only F-14A."" (#27)

    This reverts commit 920c9b15ff815b5df08ff90c4a6b0a10cce3e169.

commit e38a6cd9079a6165026afe8bccd3023a467df158
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 2 22:45:57 2022 +0100

    Support defining max frontline length in campaign

    Resolve #25

commit dd98a1d07896444e9ab2acb41655f2f5cbe64f3c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 2 16:45:59 2022 +0100

    Update operation_vectrons_claw.yaml

commit c9611cca99d220fb31e9c82d0b9ab7cf41fbe500
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 2 16:45:43 2022 +0100

    Update F-14B payloads

commit 8a17184ccc269b82e083f232ece945a8058505bc
Author: RndName <mail@rndname.de>
Date:   Wed Nov 30 13:09:17 2022 +0100

    Fix manual debrief submit not ending mission

commit e5b193f21ada1229d549de6d0497a91be5ee2bb8
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 27 21:08:48 2022 -0800

    Changelog section for 6.1.

commit b9c62bc44af820cefbccef16bc2436e371dd06a8
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 2 15:04:21 2022 +0100

    primary flight dead => escort RTB

    Make sure trigger isn't activated when split flag was already set to true

commit 243ded448d3b04b05889475915a303c38e2ada93
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 2 15:03:53 2022 +0100

    Improve bomber tasking

commit ae561e55640f84789fe3de4aec87b56938e58718
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 2 15:03:20 2022 +0100

    Remove 'initial' wpt from STRIKE

commit 5ffb8cbd96832a260ed4badc0e07ca112a7f655d
Author: ColonelAkirNakesh <93631947+ColonelAkirNakesh@users.noreply.github.com>
Date:   Tue Nov 29 12:58:17 2022 -0800

    Update uk_1990.json (#24)

    Replaced USS Tarawa with HMS Invincible.

commit 07d0e555e59cabb710933c991dd5b435d37a9e64
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 27 21:09:51 2022 +0100

    Limit spacing

commit e5c80ef3af9e958ebf5269a96b09d19e37b8065e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 27 21:09:13 2022 +0100

    Move Bronco down in CAS list, lowering priority

commit 11cc62d9a97358b8ee1545e767be24156f77bb1b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 26 21:45:25 2022 +0100

    Remove py

    Attempt to remove this as it seems to be unused and according to dependabot contains a ReDoS vulnerability

commit 8c9f07643f37c96bc8c3f7291f2fd210f55adfb7
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Nov 26 22:01:16 2022 +0200

    Add some South Atlantic naval assets (#23)

    - Unit yamls for several ships and added some new ones to uk_1990.json
    - 2 new layouts: Aircraft Carrier / LHA with Frigate escorts
    - Add "HMS Invincible" as Control Point

commit 85607b97d5f1c929dd3b1c3debbb798946a71dec
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 26 17:50:01 2022 +0100

    Update ai_flight_planner_db.py

commit 0bc67adea89201190e689d1da476b9ba8a31ec1d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 26 16:55:46 2022 +0100

    Remove references to liberation in issue templates

commit 1cfab07b8b5fbdd40a86c8f0f6b82b5f3b53c25d
Author: Starfire13 <72491792+Starfire13@users.noreply.github.com>
Date:   Sat Nov 26 09:55:56 2022 +1100

    Updates Khopa's Normandy and Channel campaign to 10.0

    Note that Operation Dynamo only requires a yaml file update. The .miz file is fine and is not included here.

commit 499e63e2c366da0b682c72de0f005494b9620a39
Author: Dan Albert <dan@gingerhq.net>
Date:   Fri Nov 25 14:04:42 2022 -0800

    Unfilter the custom waypoint targets.

    There doesn't appear to be any reason for us to be poking at
    implementation details here aside from changing the name from "unit" to
    "building" for that case. Just iterate over the known strike targets.

    Making this change uncovered some latent type errors.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2564.

commit bc8624d60519cd740973f1ffe058a08b47d1eee9
Author: Dan Albert <dan@gingerhq.net>
Date:   Fri Nov 25 13:47:00 2022 -0800

    Remove dead code.

commit 11a3c49464ff77a2ab9c6996e8dac9c84cc752cf
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 26 16:43:47 2022 +0100

    Correct radios for the MB-339A.

    Cherry picked from e208df16b2ed9ea50e93b16d2eb8b8f4ffb22e82

    Co-Authored-By: Dan Albert <danalbert@google.com>

commit 23becb49b2449a42ff626f3eba1143bd177f839a
Author: Dan Albert <dan@gingerhq.net>
Date:   Fri Nov 25 12:54:41 2022 -0800

    Update RoleplayingPleb's campaigns.

    https://github.com/dcs-liberation/dcs_liberation/issues/2558
    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2561.

commit 72b594934e5c466cb40d7e492de8e5b3a50473cc
Author: Dan Albert <dan@gingerhq.net>
Date:   Fri Nov 25 12:53:05 2022 -0800

    Make the casualty report scrollable.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2567.

commit d535d312a521264fc72c6b3fd5f3988e57ff0982
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 26 16:31:36 2022 +0100

    Update requirements.txt

commit 4b0215c16f9048e671b32f894d6b75d19e63a544
Author: RndName <mail@rndname.de>
Date:   Wed Nov 23 10:32:41 2022 +0100

    Remove dcs capture event from state json

    With the latest change we added capture zones and corresponding trigger rules for all Airfields as well so we do not need to rely on the dcs capture event S_EVENT_BASE_CAPTURED anymore.

commit 8292da414d677a31692f39eaa3c8a443f97c243b
Author: RndName <mail@rndname.de>
Date:   Wed Nov 23 09:26:33 2022 +0100

    Add Airfield to list of capture zone types

    This will create capture zones and the trigger rules to check for a base capture. Will fix an issue where the dcs capture event is not fired and therefore the capture not recognized by liberation

commit b2cce52b34cb56a07fa67fed2e50b6111666089d
Author: SnappyComebacks <74509817+SnappyComebacks@users.noreply.github.com>
Date:   Sun Nov 20 17:17:48 2022 -0700

    Update pydcs.

    Added ice halo generation.

commit 6ec248dfbf68234884abd68e75db5d33a16f5a6a
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 20 12:49:35 2022 -0800

    Move develop forward to 7.0.

commit 634d48e3e786de7e4224e387c6f4d2fc850f0e48
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 20 12:31:20 2022 -0800

    Attribution compliance for OSM data.

    https://github.com/dcs-liberation/dcs_liberation/issues/2434

commit 391efb1b2b24ec17af4ada2c4e4c339506fd8f3d
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 20 12:01:22 2022 -0800

    Fuzzle's campaign updates.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2425.

commit 07e64cfa0266885ea18112cc14a0eaa5879bcc58
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 20 11:59:10 2022 -0800

    Add Gran Polvorin campaign.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2424.

commit 594a8dd3cc2438e029204bda40757368d4ee7daa
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 20 11:54:12 2022 -0800

    Add Up the Coast campaign.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2223.

commit f5ef509af67166802ad893c99a37509f43e9c116
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 20 11:29:34 2022 -0800

    Fix drop zone display for air assault.

    Troops must be dropped inside this zone or they won't attack the target.
    The zone needs to be drawn in the map so players don't break the flight
    plan by accidentally moving the drop waypoint outside the DZ.

    I've move the API for doing this out of `PatrollingFlightPlan` in favor
    of a mixin so this is no longer presented as `engagement_distance` by
    the flight plan. I don't love that it's still the `commit-boundary`
    endpoint, but it's fine for now.

    I don't know why mypy wasn't able to catch this. pycharm is also
    struggling to understand this class.

commit e541111a2731e066279e71bb4ab8a6a2041e5403
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 20 16:29:19 2022 +0100

    Remove obsolete files

commit c0c310862ad976c8575b53eb9aadb79533639c1a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 20 16:20:09 2022 +0100

    Increase default AI skill to Veteran

commit 65f09c46ca5ce200380cb750c2ecb41ee3db8d62
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 18:39:33 2022 -0800

    Fix typo.

commit f199dd5b9fc1fb0e49c056908d88e469918c2459
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 18:35:00 2022 -0800

    Note the start time feature in the changelog.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2400.

commit 56e53219c25740f124333bef29914041acd29bd4
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 18:27:44 2022 -0800

    Changelog 6 cleanup.

    Typo fixes, sort, recategorize.

commit cee00d831579b9fd69645459f3fae74b97848eb0
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 16:17:24 2022 -0800

    Update pydcs.

    Includes all the new airfields in the South Atlantic.

commit cbc124eff67fc37c9fe5045a6f73d830c72747e6
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 15:47:22 2022 -0800

    Hide sim speed controls behind a flag.

    Flag is only controlled from the command-line because redoing Qt layout
    usually breaks things. Off by default in 6 since this feature is nowhere
    near done enough to even be used experimentally (most changes to the ATO
    made after the sim begins will break the game).

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2535.

commit 219b52fc12ef229adf0ef7d7354ffa89a209357a
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 15:33:20 2022 -0800

    Fix adding and removing waypoints in the UI.

    This moves more of the logic out of the UI so mypy can actually spot
    these mistakes more often.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2495.

commit 98e8fc88bd794740732c39dc5d172f231dcc36d7
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 15:12:23 2022 -0800

    Add bug link for refuelzonegeometry.

commit 9a73a10a09a350961f6f318ab6fe7a5ad862b65d
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 13:05:06 2022 -0800

    Remove refueling from sweep flights.

    The timing for these doesn't work. Sweep RTBs at the same time the
    package reaches its TOT. The tanker won't be on station until 1m30s
    before the package reaches the refueling point.

commit 6ff3a34c14c05b7ae58e9299845d54bc0b872999
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 13:01:43 2022 -0800

    Fix layout for TARCAP, Escort, and strike-like.

    If there's a refuel point, nav from that, not from the patrol end/split.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1749.

commit 0499ded1b3a94b9c850122a27fe1820e9a76be74
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 12:38:23 2022 -0800

    Clarify `AirAssault` flight plan method name.

    `engagement_distance` is used elsewhere to mean commit distance, so this
    looked like a bug when I stumbled across it. Rename it to be more
    explicit.

commit 9fa04702aff79b38984bb0cba80c5c6444fa1f3d
Author: SnappyComebacks <74509817+SnappyComebacks@users.noreply.github.com>
Date:   Fri Nov 18 00:58:15 2022 -0700

    Wind & Turbulence updates from Liberation

    Tune turbulence values.

    Modify the range of values used to choose a wind speed.

    Wind speed at high elevation IRL can range from 20 to 160 knots around the globe.
    You may see wind speed generated here up to 100+ knots, but generally around 40 or so.
    IRL wind speed appears to depend on the latitude of the sun, not in this implementation.

    Note increased wind speeds in the changelog.

    Limit wind speed to 97 knots.

    Made minor adjustments to wind speed calculation.

    Calculate turbulance.

    Turbulance is based off time of day, and day of year.
    Each theatre may adjust their turbulance parameters.

    Spell turbulence correctly.

commit 89c4cc9d79d78b7e841c311c3d0b7c6757d330b6
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 20 13:51:18 2022 +0100

    Advanced IADS: Reconnect from config

    Co-Authored-By: RndName <mail@rndname.de>

commit b49562f4bc3150788ddde900dd949c38dc0d5191
Author: RndName <mail@rndname.de>
Date:   Tue Nov 1 20:30:50 2022 +0100

    Airlift & AirAssault updates from Liberation

    Cleanup and reword refuel waypoints

    - rename Stopover back to CargoStop
    - precise some waypoint naming

    Cleanup and refine airlift and airassault waypoints

    - Drop Off and Pickup now correctly worded
    - Helo waypoints now represent LandingZones for pickup and dropoff

    Forbid planes from air assault.

    Make air assault drop-off non-optional.

    There is always a drop-off location for troops.

    Add docs explaining what the assault area is.

    Add error handling for cargo drop waypoints.

    Document some airlift waypoint behavior.

    Remove unnecessary refuel waypoint in airlifts.

    Remove CTLD logic from Airlift flightplan for AI

    Add Ingress Point to AirAssault FlightPlan

    Add simulation halt at AirAssault ingress

    Remove AirAssault completly from AutoPlanner

    Remove unneeded LandRefuel from Airlift

    Clarify cargo waypoints for AirLift and AirAssault

commit 5f15ddc52c127975acb082d0b25083a1965aaf1b
Author: Nosajthedevil <78634843+Nosajthedevil@users.noreply.github.com>
Date:   Mon Nov 7 13:06:56 2022 -0600

    Add OV-10A Bronco Mod

commit 5bde9804d6656969d46be1a912b0cfad2ac3e7c1
Author: Starfire13 <72491792+Starfire13@users.noreply.github.com>
Date:   Sat Nov 5 11:06:31 2022 +1100

    Starfire's campaign updates for 10.5.

commit 547f1aed75c3aaf4f47f5dc1672925b1045b68fd
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 19 22:47:26 2022 +0100

    Use flag to indicate end of escort task

commit 5aed3fbb87fb82f9df95534e6f5495a6bf80081c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 19 18:10:49 2022 +0100

    Add migrator

    Attempts to fix incompatibilities in save files across builds. The idea is to try and handle the incompatibility as graceful as possible, and adding more "incompatibility fixes" in the future.

commit 13cb4d321af7572902cdc84a993d155f32301411
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Nov 19 16:39:49 2022 +0100

    Bump loader-utils from 1.4.1 to 1.4.2 in /client (#20)

    Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
    - [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2)

    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 004a99e080e5a1fd9841fc4204413124c7edda04
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 13 22:22:57 2022 +0100

    Cleanup

commit 2aee878a40282dee5aab6f2986ed6f92a710d9cf
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 13 21:38:12 2022 +0100

    Adjust ai flight planner for (sead) escort

commit ca042631b7993dbb5e92cc797d2ae6bc6d63f9bb
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 13 21:37:00 2022 +0100

    Always propose SEAD Escort

commit 7e51061582b548bc8526f0c1af7192dd79fa7e2f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 13 11:42:58 2022 +0100

    Formatting

commit e71ff17a2369bc7bea610f3b9d2f906738f409c4
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 13 11:40:47 2022 +0100

    Fix mypy errors

commit 2270300177187bf02c367e90353ef5ff40074cac
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 23:13:23 2022 +0100

    Adjust flightplans for escorts

commit 3f79fa5b9d5fcb19c7abbad7eeaeffa6ce72508d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 22:08:02 2022 +0100

    Lock speed during strike ingress

commit 322a6a700a8772b5fd4acd6bdf9a3f0d2ed39681
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 22:07:29 2022 +0100

    Reconfigure escort task

commit ba66c18f286ab81c9773335e2d1c12e9740ac42f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 22:04:14 2022 +0100

    Allow AI to jettison empty tanks

commit 5f10154000cc1d57dfbe796f7f3241287884c163
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 21:35:59 2022 +0100

    Add triggered waypoint switch to strike escorts

commit 66290fe1ceffb96e8932387644f360f90936e6b7
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 21:26:57 2022 +0100

    Lock speed towards split & set flag upon arrival

commit 0c3340b543c8adc423a3613f38a30743c9537b53
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 12:41:50 2022 +0100

    Set refueling probability to 10%

commit c7ba4e8db66a4676fb145850629af00f4ae9e11e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 12:38:36 2022 +0100

    Update requirements.txt

commit 65ec41c6ce207d870d27557fdcaa6fa4e651a70a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 12:32:01 2022 +0100

    Bump pydcs

    Introduces option for jettisoning empty tanks

commit 395969a37192d72f27cda10618e82cd9ccbd7345
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 31 18:19:46 2022 +0100

    Initial attempt at fixing escorts

commit f2f818acb3e170416f98bfb6ca73c0119f13b002
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 13 22:38:01 2022 +0100

    Update changelog.md

commit 5668c3712753a6fc9ec26f37192b0eab326b7f80
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Nov 10 17:43:05 2022 +0100

    Fine-tune briefing formatting

commit 5f67f02cde887afbcaa45b91cfe280c8ec586a0f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Nov 10 17:42:47 2022 +0100

    Add tanker info to briefing

commit f0fcd7155c1f524777ebda9b3c5e1bf150b1e338
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Nov 10 16:07:57 2022 +0100

    Bump loader-utils from 1.4.0 to 1.4.1 in /client (#18)

    Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1.
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md)
    - [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1)

    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f96348cf59bf1d4e7a0822c87da28bfe9ebe1fdb
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Thu Nov 10 14:14:48 2022 +0200

    Add banner for the F-100 & add the VSN Century Series logo for F-4B (#16)

    Added a banner for the F-100 Super Sabre (by datoneslav, used with permission) and added the VSN Century Series logo for the F-4B Phantom.

commit f7f4803fdcc2ca6861d79c1a6ca144cc06f4b914
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Nov 7 20:58:03 2022 +0100

    Update Skynet to 3.0.1

commit 810c202f1b8cc3306febcaab67d081e61de5e215
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Nov 7 18:45:28 2022 +0100

    Add "save before quit" in closing dialog

commit 2d770ae05e9bc53e96905db67418eb283460a06a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 29 14:58:58 2022 +0200

    Support for MB-339A

commit 5dfeb60a13e73a3af62960ec140b9d3ee7d6ff45
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 5 16:03:19 2022 +0100

    Tweak weather

    Hopefully this prevents the generation of thunderstorms in clear skies

commit 5896bdccc1f196f2b636fd2e3812b1de38800d55
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Nov 4 18:47:46 2022 +0100

    Fix IADS exception

    Exception was caused by `skynet_nodes` trying to generate node for dead units, which would eventually be thrown by `dcs_name_for_group`

commit 206c0463828788e728cac8d2076f36a1c7d47bdc
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Nov 1 14:40:48 2022 +0100

    Update build.yml

commit 3ce66894f03aec230ee93cb5a368c899359de260
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 31 18:19:46 2022 +0100

    Stop loiter 60 seconds earlier

commit cfcdcd08389a18d37ed00c9f87a2088629558c14
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 31 14:57:37 2022 +0100

    Update README.md

commit 474980060e58cd93bea1a19dd82729587d44fc69
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 31 14:39:12 2022 +0100

    Change STRIKE payloads of F-15E to 4xGBU-31

commit e816b4e58bd00d8afc16da11b740e5fc6f07c75e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 30 20:48:35 2022 +0100

    Update requirements.txt

commit 3f4460ad6ff9cb7d52f7a86a13d24b70577b776a
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sun Oct 30 20:49:33 2022 +0200

    Squadron pilot limits enabled by default (#13)

commit 92e2d45f0d7059e6b7387f40a3a1ae4ccf50d6d0
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 30 17:09:22 2022 +0100

    Refactor mod labels/checkboxes in NewGameWizard (#12)

commit 7e7c920816d384001ac1dbf1bcbcf8ccaad4a093
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 29 23:54:01 2022 +0200

    Fix for orbit's broken stop condition

commit 6606f0f58b9ec03927bac759b401e5f263543197
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 29 21:08:22 2022 +0200

    Also look for Liberation payloads

commit b64a0f17eb51ce183e7a2da003b15a6ccca332a1
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Oct 29 18:12:50 2022 +0300

    F-16I mod v2.2 support (by IDF Mods Project) (#9)

commit 7a5e87873348c767e604ba0764f92c68763dde20
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 29 12:59:08 2022 +0200

    Corrected Polish faction Leopard 2 variants

    Co-Authored-By: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>

commit 5edec0c0cbc61043ddfa19587e5fb0dfc0ce0cc2
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 29 12:49:06 2022 +0200

    Update changelog.md

commit 8912b1de62ef5ce247e95bd15e7d34fdbecb69fc
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Oct 28 19:21:35 2022 +0200

    Reduce price of A-6A to 12M

commit 93328d44434a52bb8917d7dde2832828e37307de
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Oct 27 20:28:53 2022 +0200

    (Mod)Support for VSN A-6A Intruder v2.7.5.01

    Co-Authored-By: HellAngelic <108198242+HellAngelic@users.noreply.github.com>

commit dbb9152b9a84e30b2d114937a755ab744cc9cb0d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Oct 27 18:15:17 2022 +0200

    Forgotten imports in __init__.py for mods

commit 5b8caea9ff840721643bfa0e86acba28b756f64e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Oct 27 17:55:17 2022 +0200

    Remove unused imports from pydcs extension f4b.py

commit 24e9936f28f46978c774c9a786ed6fc4fa51c46a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 25 19:59:21 2022 +0200

    Add F-16A to CAS/ANTI-SHIP/DEAD in ai_flight_planner_db.py

commit 3e9776dc8917e690ec65c1fadeb511cc66d5e941
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 25 19:17:45 2022 +0200

    Update requirements.txt

commit 07de598aec2841dcc54f2105c11431debdf79444
Author: MetalStormGhost <ghosti@smytky.org>
Date:   Sun Sep 4 14:40:18 2022 +0300

    Enabled SEAD Escort missions to be tasked on Naval targets and OCA/Aircraft missions on FARPs. When SEAD Escorts are tasked on Naval groups, they will also target ships.

commit 2ea74d74355a17c3b1f9f916541085305fbbf9c8
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 25 19:08:57 2022 +0200

    Update README.md

commit 3c3b81cb1f7d2e31c3aa47ac1692d353e3f6a371
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 24 19:49:40 2022 +0200

    Update requirements.txt

commit a736bf9b091726a7a49043f59364a8e0bbc886c9
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 24 18:54:41 2022 +0200

    "Optimize Imports" in game & qt-ui

    Adjustments made by PyCharm

commit ada297d331b7377b54ab8016b5ee3aeb8985547e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 24 17:37:50 2022 +0200

    Rename custom payload names

    F-105 & F-4B still had payloads with "Liberation" in their name

commit 515d28313dc09e72c4c27c9bc2dadd9e4dccf62a
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sun Oct 23 20:00:11 2022 +0300

    Support F-84G Thunderjet mod v2.5.7.01 (#8)

    * Implemented support for the VSN F-84G Thunderjet version 2.5.7.01

commit 303ae3ac146557501e81ee8083d80c74cef3aabc
Author: Paul Dockar <pdockar@gmail.com>
Date:   Mon Oct 17 16:35:28 2022 +1100

    Fix barely visible text in the Intel box

commit 426cbdec89a378e8e6f6a8bc6e9435e757603b60
Author: Paul Dockar <pdockar@gmail.com>
Date:   Mon Oct 17 16:02:33 2022 +1100

    update changelog

commit dcc2256195f7e10beddf1ff0223ecc5599a4f301
Author: Paul Dockar <pdockar@gmail.com>
Date:   Mon Oct 17 15:51:42 2022 +1100

    Adding conditions vanilla theme icons

    Update uiconstants.py to include theme icon path for all weather conditions.
    Moving DCS theme icons.
    Created Vanilla theme icons
    Fixes #1062

commit bdbfc19c7cf9218f67d2d2eceb6479fa20c59070
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 23 17:42:42 2022 +0200

    Attempt at fixing Dependabot issues in front-end

commit 041202d2425533a8fe7b8c318936a2d65f499501
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 23 17:33:04 2022 +0200

    Update changelog.md

commit 92199b7b958efeb04aeb4ddbc488818b1a4a7dde
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 23 17:22:03 2022 +0200

    Remove SON-9 from Cold-War-Flak group

    Interferes with factions that shouldn't have EWR units available, like Russia/USA 1955

commit 8bc530ee81f48959125a94d98df6f938593c9d78
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 23 15:00:43 2022 +0200

    Fix mistakes in factions after adding KS-19/SON-9

commit ffb9bee5af61c4ba50365c47aac2904ac8b91ac5
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 23 14:53:18 2022 +0200

    Increase minimum number of armored units in layouts

commit 7413df4ccc56227358c975bfb193dadd42e55826
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 23 14:52:14 2022 +0200

    Add WRL campaigns

    - Syria - Assault on Damascus
    - Caucasus - Battle for Georgia (v8)
    - Caucasus - Up The Coast

    Adds recommended factions for the given campaigns

    Co-Authored-By: holyorangejuice <4298744+holyorangejuice@users.noreply.github.com>

commit 12d67c71c8ee9352661632b102342ba12536ed08
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 16:02:32 2022 +0200

    Make option pages/sections scrollable

commit 8f40a507b957d33b3fd0893b69a373b354689ffe
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 15:14:32 2022 +0200

    Update changelog.md

commit 4adf1ee89898fc6f175a29705f981897b5309adf
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 00:44:59 2022 +0200

    Adjust Cold-War-Flak group/layout

commit 4d155f0a26930a2024d8ece572cd063a863a2d4f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 00:43:18 2022 +0200

    Update factions for KS-19/SON-9

commit 040addc1f5a76a4d46b4b085168357c54ad4a8e0
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 00:42:50 2022 +0200

    Adjust AAA_Site layout

    Making this compatible with KS-19/SON-9

commit 42d1ef648ed50eab296ba7011c1ce4eee668616d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 00:41:12 2022 +0200

    Adjust KS-19 preset

    Renamed present KS-19 group to KS-19_HDS, as this used to be a preset for the KS-19 of the High Digit SAMs mod.

commit f68159810407fe29950dbd86bd36556927258b3d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 00:40:03 2022 +0200

    Add data files for KS-19 & SON-9

commit 5810bd62014d4cd79ebd45041cd70a7eac6b0a1c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Oct 21 23:03:07 2022 +0200

    Update mission_start_EN.j2

commit 547136adc7383048f5661cff65fc1d04f5e8c689
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 18 21:24:05 2022 +0200

    Update F-104 banners

    Update banners of VSN_F104S_AG by GLOBAL HAWK as well as VSN_F104G & VSN_F104S banners by Datoneslav. Banners include the official VSN logos by J.P. Ferré. All used with permission.

    Co-Authored-By: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>

commit ce12047fa34e6d5ed74d0ba40f7e1a7c0ca58c4d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 18 21:22:56 2022 +0200

    Add F-104G to Netherlands faction

    Co-Authored-By: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>

commit 5ab4c70013c714a73bb3372aee98ba4f2113aed0
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 18 21:13:19 2022 +0200

    Update changelog.md

    Indicate current supported version of F-104, which was forgotten during the update introduced after the addition of the livery scanner

    Co-Authored-By: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>

commit 7bbb07c927d7e1e1b198c7dbc965cdcc12537919
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 18 21:12:31 2022 +0200

    Finish F-104C mod support v2.7.11.222.01 (#6)

    Finished the F-104C mod support of version 2.7.11.222.01, which was included during a new export after the livery-scanner was introduced. Includes VSN_F104C banner by GLOBAL HAWK. Banner includes the official VSN logo by J.P. Ferré. Used with permission.

    Co-Authored-By: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>

commit db20ad32328062acafbe36dae291df5991c59535
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Oct 15 17:19:46 2022 -0700

    Stop using shapely's almost_equals.

    The docs say it was deprecated in favor of equals_exact with an explicit
    tolerance.

commit eccbfa7a64294e3d8741e215a4701defba052979
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Oct 15 15:39:06 2022 -0700

    Update pydcs.

    Includes a new data export with a fix for the Apache property bug.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2470.

commit 6e126bd562c0e2a69b55b429f114922fd096f59b
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Oct 15 14:40:46 2022 -0700

    Send the new turn event from turn initialization.

    We'll have to get smarter about this some day (since turn initialization
    won't always exist), but for now we can avoid stale UI data by doing
    what we've always done and refreshing the world on turn init.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2397.

commit 2ac9d6bd985234ac2fe08e43777227da279567be
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Oct 15 12:28:38 2022 -0700

    Add the git SHA to the build ID.

    The build number is actually a pain to use. The git SHA is much more
    useful.

commit 9ad92d26d4116ef9f2d9c3b3b65cb847c51c6e0f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 16 14:49:13 2022 +0200

    Forgot check if advanced_iads is active

commit ace3af8f50692c306921d188140f1940cc8674cb
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 15 13:56:43 2022 +0200

    Avoid targeting convoys if disabled

commit 81f459c5712a3387cfad543785a6be388ccd9c74
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 15 13:42:43 2022 +0200

    Update changelog.md

commit a215af13f584ae16b9ce68b0ed0beeb9f22b3a3c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 15 13:35:55 2022 +0200

    Update README.md

commit 1bbe023e201e87e7374186522dff6df6f85c67f2
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Oct 15 01:47:39 2022 -0700

    Faction update for insurgents (hard).

    https://github.com/dcs-liberation/dcs_liberation/issues/2482

commit 34d208c19ed334a9fd2bfd14d45d595c3de80118
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu Oct 13 22:17:27 2022 -0700

    Updated insurgent faction.

    https://github.com/dcs-liberation/dcs_liberation/issues/2482

commit b0c53152efeafcf1e3f44939c8fe1a6253c7119c
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu Oct 13 22:13:12 2022 -0700

    Campaign update: The Valley of Rotary.

    https://github.com/dcs-liberation/dcs_liberation/issues/2481

commit 35f9d6ed994f71a75bf8f19f7e95f28ef091fdab
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu Oct 13 22:12:48 2022 -0700

    Campaign update: Tblisi Gap.

    https://github.com/dcs-liberation/dcs_liberation/issues/2481

commit d508c1855c9ab6c21aff6a482b8fc4099ff38549
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu Oct 13 22:12:14 2022 -0700

    New campaign: The Falcon Went Over the Mountain.

    https://github.com/dcs-liberation/dcs_liberation/issues/2481

commit 9e5f1d08d20e51cce579d62a007b4672aac36b4b
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Oct 9 22:45:26 2022 -0700

    Add a comment explaining a wtf in alt estimation.

commit 0135e40f1a8a9881598cc31789751320a700707b
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Oct 9 18:57:31 2022 -0700

    Fix offshore targets for WW2 factions.

    This makes the oil platform a required building so that all factions can
    use it. Alternatively, we could pick a different offshore target for WW2
    factions, …
Dragonius added a commit to Dragonius/dcs_liberation that referenced this issue May 18, 2023
commit 86672d882ecc4e2d9ae43082afe1d907940a248f
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Feb 5 13:11:31 2023 -0800

    Don't generate runway data for heliports.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2710.

commit 3fc82af3ac1bdd81ea6a062b68b3a77a55bd1e8a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Feb 5 23:29:01 2023 +0100

    Add slider option for weighted AI procurement

    Resolves #81

commit 22835e753542c41885d1506e1a392c34ca202684
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Feb 5 19:32:16 2023 +0100

    Pydcs bump to avoid heli's spawning in slot 37 at Ramat David

    Slot 37 in particular is a hangar, which was obviously causing issues...

commit f979a0c23d5acc2d2c11480241c710c758e0ba08
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Feb 5 18:10:07 2023 +0100

    Fix heli spawn/landing at FOB/FARP

    Resolves #45

commit 5f1f2b34b77a3c62cfd1cf94c4f86ff77e8de6a8
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Feb 5 12:05:16 2023 +0100

    Remove obsolete installer

commit 9ab2fc1714c2189425af00788a3203385801d2fc
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 23:57:28 2023 +0100

    Add options for number of Combined Arms slots

    Resolves #74

    - Game masters
    - Tactical commanders
    - JTAC
    - Observers

commit b25f484ef37c4269de8f30ee1f84cc8012605582
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 22:38:15 2023 +0100

    More renaming of Liberation into Retribution

commit dd0b565de9d30583944b1a94adf1daa0c1b76730
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 22:18:20 2023 +0100

    Update changelog

commit 29d88fd61d79c7ab283f2da75f987463ab347a2b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 19:56:06 2023 +0100

    Add TOT/TOS to kneeboard for AWACS & Tankers

commit 7625725fd8f505d82dc2491afe94ee29346e955d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 21:39:31 2023 +0100

    Allow F11 free camera & spectating if "external views" is allowed

commit cef25bd2f398701db7d9e544ef8e8a9a925d680d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 20:02:33 2023 +0100

    Ignore TOT & spawn immediately for player flights by default

commit 1e9cee10031fa4a9c7a3eedd8b6fa5365df9c7a4
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 19:56:51 2023 +0100

    Bump pydcs

    Fixing a mistake that could cause an exception + improvement to callsign selection

commit 15bcc2d947e13452afd6c61d59b22fc8e286ead4
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 18:45:38 2023 +0100

    Add TOTs in briefing

commit 763dbebf131b29a183d3fc2241c59b1ba3957143
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 17:06:40 2023 +0100

    Increase random horizontal separation for escort flights

commit 667addf25bb16e7b8712540ade778508f3a4c9ff
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 17:03:31 2023 +0100

    Wrap aircraft_type in kneeboard support page

commit 1033923f68500174c21cc74098920238d834f355
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Feb 4 17:02:44 2023 +0100

    Update React dependencies

commit d410f9d3c481d65b0d4d84ac1e237a102ee39e1b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Feb 2 21:37:53 2023 +0100

    Formatting...

commit a1cc3412e86f351a21af6fe782e84cfa4349dbc6
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Feb 2 21:37:07 2023 +0100

    Update 'black'

commit a98c9ffe8db1b0dd99886a747aa4cd5b0daf1613
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Feb 2 21:33:54 2023 +0100

    When using 'isinstance', TYPE_CHECKING is NOT ENOUGH!!!

commit 5d506ca97edb61958b7bf59c03bf88a554fb1e3f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Feb 2 21:28:17 2023 +0100

    Fixes for Tanker TACAN

    - Y band was not having range info
    - Callsign number was missing

commit 51c0bfa97013790a27f3226e939f0d82ec871ed3
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 29 22:19:24 2023 +0100

    Update changelog

commit 5c8e7839808515bfbd5e63357121c31eb5659efa
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 29 18:34:27 2023 +0100

    Fix AAR TCN on Yankee band

commit b7d95819c1876b73e676333e6c383bc1b82cd0d5
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 29 18:18:29 2023 +0100

    Don't strip all digits from air support's callsign

commit bb0bf66eac969d612849317f6f66a68ec20f8b8c
Author: MetalStormGhost <ghosti@smytky.org>
Date:   Fri Jan 27 23:52:39 2023 +0200

    Improved the F-16I Sufa & F-16D mod v3.2 loadouts.

commit be7008722b179db67a250f10ffa48a906cd808ef
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Jan 28 00:30:42 2023 +0100

    Bump pydcs

commit 5535282894b3c38ed4e0829f2ef628ac299365a0
Author: MetalStormGhost <ghosti@smytky.org>
Date:   Thu Jan 26 11:33:33 2023 +0200

    F-16D Barak Block 30 and Block 40 support
    Added support for F-16D Barak Block 30 and Block 40 variants. Still using F-16C Barak banners as placeholders until I snap some good ones from the two-seaters.

    Resolves #78

commit 2fb5f2b7387c3148a1fe364492496018fca78a1d
Author: MetalStormGhost <ghosti@smytky.org>
Date:   Sun Jan 22 16:48:33 2023 +0200

    Updated the IDF Mods Project F-16I mod support to version 3.2

commit e87621576dfff7f3cba9a364e0cbc5c75ac243a5
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 20 23:28:47 2023 +0100

    Add CTLD zones to AOD campaign + version bump

commit 531625ff08ec08e03c7825c9be939c1153e6c891
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 20 23:00:13 2023 +0100

    Designated CTLD zones for ControlPoints (AB/FOB/FARP)

    Resolves #46

commit 0d57f710aa0521470e3bb6bc570ef45b9934c41d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 20 22:10:02 2023 +0100

    Fix exception when airfields use GUARD freqs

commit 0da431fe33b2e87a1e27cb7d26777918bf41c7e5
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 20 20:41:47 2023 +0100

    Cleanup print statement

commit 88f984b0a8f01fcaaf5d7bf3b577d9a6129e45af
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Jan 14 15:42:13 2023 +0100

    Configurable RF/TCN/ICLS/LINK4 with UI feedback

    Resolves #70

    Freq/Channel will turn orange when double booked.
    Freq will turn red if GUARD freq was assigned.

commit ddb9d6968bc50d0156677dbcb1b68c8fa70e4e7a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Jan 14 17:49:54 2023 +0100

    Reserve VHF Guard FREQ 121.5

commit 3313535b275170cca111b8b5963d6bb544e04075
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Jan 14 16:33:05 2023 +0200

    Add fallback terrain icons in campaign selector (#80)

commit cccc6e5a44ca9baf5af3c554d096ccdaf18c6f5c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 13 21:23:31 2023 +0100

    Reserve GUARD freq. 243MHz

    Fix #79

commit 8b802a9cbc9a320c6da8602202e3c1a785e71407
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 13 21:19:42 2023 +0100

    Fix issue in migrator when package has no flights

    Would cause an exception because `PackageWaypoints.create(p, c)` would call `package.departure_closest_to_target()` on its turn which raises a runtime exception if no flights are present. Makes total sense when you think about it...

    Fixes #66

commit 0a3a56d4bc4346cd1ec09ea2863933618bd91e27
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 13 21:17:33 2023 +0100

    Propagate update_flight event in '_instant_relocate' instead

    Dropped the ball here, and pretty hard too...

commit 7bae6cd5629d2f510db0b21abee70b2345eae45f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 13 20:27:13 2023 +0100

    Add package frequency

    Part of #70

commit e8151678ddc9fcb5d82b783247b0596c7e003b2b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 13 20:06:35 2023 +0100

    Fix UI bug in CreateFlight window

    Pilot's player checkbox would be enabled for non-flyable aircraft if the initially selected aircraft that was flyable.

commit 9dd602290762cd41af558323369fce0c0e80ba6d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 8 23:21:36 2023 +0100

    Fix Apache radios

    Co-Authored-By: Grizzly35 <116302517+Grizzly35@users.noreply.github.com>

commit 48e0d579cff2172a5c2f62ea4f8f23538c9af91d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 8 19:14:51 2023 +0100

    Add package frequency & show package info on kneeboard

    Resolves #71

commit cc9f61005b3b857ae248ecf371c0ea3e410f1d45
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Jan 7 18:05:29 2023 +0100

    Update pydcs

    Solves callsign problem mentioned in discord, where they would always look like "Callsign 1X"

commit 48ba8ff255e7b1b418386e96e2eab0d70b45f955
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Jan 7 14:54:30 2023 +0200

    Fixed a FrontLine import bug in flightplanbuilder.py (#72)

    Restored the default patrol duration handling in PackageRefuelingFlightPlan. Desired tanker on-station time will now only apply to TheaterRefuelingFlightPlan.

commit 3f570cce5e32b244c63d2462fc44bbf831ad28a3
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Jan 6 21:02:05 2023 +0100

    Update build.yml

commit 01ee24c8cf348c4d1738433e6dae4678e62f2858
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Fri Jan 6 21:11:24 2023 +0200

    Configurable tanker on-station time (#69)

commit 1deff6fa493f4c7cf4e690de917623a01a46d702
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jan 5 19:17:30 2023 +0100

    Bump json5 from 1.0.1 to 1.0.2 in /client (#68)

    Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 4404d31c7b4fe42fbfb89d3b9a593655b76976de
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Jan 5 19:05:31 2023 +0100

    Remove future from requirements.txt

    Dependabot warns us about this package having security issues, and it seems this package isn't used throughout the project.

commit 989562b90fbe405062849a797ec2f13c149dfd3b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Jan 5 18:37:09 2023 +0100

    Avoid appending triggers without actions

    Resolves #67

    The problem turned out to be split-triggers with no actions, which occurs when a STRIKE flight has no escorts in its package. Added a guard for this so the trigger isn't pushed to the mission in such a case.

commit bd63e4484d7f445cb2df1c7ca319a1f8c8f0d92a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Jan 3 20:52:17 2023 +0100

    Random 5-30min delay for ground force attack without CAS

commit df642fe7a199581271913a8d07ee66b8ef731155
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Jan 2 18:58:45 2023 +0100

    Set altitude for assault waypoint if Hercules

commit cb8f2619f2c9c6e1c9ef4f8d309558d4d7c9de59
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Jan 2 02:34:20 2023 +0100

    Update changelog

commit 2aed461b3a54a56d635b2338680dea58dcc95275
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Jan 2 02:26:00 2023 +0100

    Add custom name for packages in ATO overview

    Resolves #55

commit f4d75a2c6f114c23fb527547ec8bf693b317a07b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Jan 2 01:48:07 2023 +0100

    Allow edit of flight's custom name

commit e36d51a7c2b6485a6d6026f5bc35023eaaeb195c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Jan 2 01:22:22 2023 +0100

    Adjust string representation of Flight class

commit 7267b70066f4f1f5662b333b10678149af49e20f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Jan 2 00:45:50 2023 +0100

    Update issue templates according to new labels

commit 62d1a89269e4c044f34ec11ea4cf61e9061e84fd
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 1 23:39:00 2023 +0100

    Add clone buttons for flights & packages

    Resolves #56

commit 6d0ac603f2bdd0ccec2e3d4a1419e8671a493bcb
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 1 16:53:58 2023 +0100

    Generate packages according to TOT order (latest first, earliest last)

    This makes sure that aircraft spawning in the air due to a shortage of parking spots, will have the earliest TOT possible. Flights with later TOTs should be generated first so that they remain at the airfield as OCA target.

commit 37f2e5bf3aa241ba3defe1198274a6a4e41e0eda
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 1 16:53:18 2023 +0100

    Use stacking algorithm in "_generate_over_departure"

    Resolves #57

    "_generate_over_departure" is the method used to generate flights in the air when no more parking spots are available. Pydcs changes were required as it turned out aircraft were trying to spawn on helicopter parking spots, which forces them to start in the air by DCS itself.

commit 9ddaf50ad4cb5af97245c2c1765568c7d16af084
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 1 16:06:36 2023 +0100

    Refactor logic wrt "disable idle aircraft"

commit 42f488df0b6846f9f48b9f221798a5f8f15eb36c
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sun Jan 1 16:29:08 2023 +0200

    Renamed Liberation to Retribution in the following files: (#62)

commit d2a7de277596eb3820daba330e2010b8d9aac224
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sun Jan 1 16:21:08 2023 +0200

    Add new option in settings: OPFOR autoplanner aggressiveness (#61)

    "Threatened" threshold based on a suggestion from FinCenturion. (#61)

commit ee1fc53dd3ba06e569f290f4a07513a1ab649a59
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Jan 1 00:43:58 2023 +0100

    Add button to rename pilots in air wing

commit 192741af36c424415004fb509c4f669c4556803e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 31 23:25:26 2022 +0100

    Make units selectable in faction overview during campaign gen

    Resolves #35
    Resolves #40

commit cd4ace4ad5615ae5109400d57a8f60241fbddd05
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 30 13:59:23 2022 +0100

    Rename custom factions folder

commit 39426dde45fe3eb79034318cde2a5eb26b7a5645
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Dec 27 22:29:08 2022 +0100

    Option to define culling exclusion radius in campaign yaml file

commit bd4eb3e105854fe631b59617dbea903b94d2215c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Dec 27 21:59:41 2022 +0100

    Fix wrong payload names for ANTISHIP in F16/18

commit c37c56c879c05c079fa8e44c12db4978b264fbd2
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Dec 27 19:48:09 2022 +0100

    Air Assault for C-130 mod

    Resolves #49

commit d26fc84316e971bf6ed50f0c09702c53b430a940
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 17:32:30 2022 +0100

    Automatically set 'herculescargo' plugin if present in air wing

commit 33586aaf4f1b87cea3f9fb16349828ca092f6695
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 16:13:11 2022 +0100

    Remove C47 from AI DB flight planner

    Until this aircraft actually drop troops, it's not air assault capable

commit 650b06d7c897f21b8ecddabba8634195e1161073
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 14:06:58 2022 +0100

    Avoid random squadrons in config using livery overrides

    Avoids choosing random squadrons during air wing configuration so that livery overrides takes precedence by default for a given aircraft type, unless the campaign file specifies a specific squadron. Users can still add a squadron manually which will automatically set the correct livery if they use a squadron preset.

    Resolves #52

commit 09807b25a80549037636e34aa2c69432865f535f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 02:38:24 2022 +0100

    Bumb version

commit 13d42c3f83f2761fa760b656163f7ed53355c107
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 02:20:07 2022 +0100

    Add icon & banner for Hercules mod

    Resolves #51

commit 6966b14c6bfbccc9b5bc055a05ed24ff30cbf9eb
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 01:55:45 2022 +0100

    Minor bugfix in squadron transfer destination combobox

commit 00ab0c4be220dc8b168ad2d5eb7dea1fb865c710
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 26 01:27:52 2022 +0100

    Add "Instant Squadron Transfer" cheat option

    Resolves #14

commit 5c06e746594877be31098323890e1cd7e2d99af7
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 25 16:29:49 2022 +0100

    Auto-swap ATFLIR to LITENING for land-based Hornets

    Resolves #50

commit b0a00507258904ffab25e8fcc863cf11b5e9aa05
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 25 16:29:09 2022 +0100

    Delay ground force attack until first friendly CAS TOT

    If no friendly CAS flight was planned, no delay is planned...

commit c5a7fbd15a00d456ce189eb36a1a82d7b57b7cee
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 25 16:27:16 2022 +0100

    Remove deprecated options

commit fa093ea237f3e978495abb796f9d3930b68172fd
Author: holyorangejuice <gehrettjm@gmail.com>
Date:   Sun Dec 25 08:42:05 2022 -0600

    Updated F18 and F16 payloads (#48)

    Following loadouts have been configured F-16C:
    - ANTISHIP: 2xAIM120C, 2xAIM9X, 2xAGM65K, 2x Fuel Tank, ALQ-184, TGP
    - BAI: 2xAIM120C, 2xAIM9X, 6xAGM65D, 2x Fuel Tank, ALQ-184, TGP
    - BARCAP: 4xAIM120C, 2xAIM9X, 2x Fuel Tank -> Inherited by TARCAP, Fighter Sweep & Escort
    - CAS: 2xAIM120C, 2xAIM9X, 6xAGM65H, 2x Fuel Tank, ALQ-184, TGP
    - DEAD: 2xAIM120C, 2xAIM9X, 2xAGM154A, 2x Fuel Tank, ALQ-184, TGP + HTS
    - Ferry: 2xAIM120C, 2xAIM9X, 2x Traveling Pod, 2x Fuel Tank
    - OCA Runway: 2xAIM120C, 2xAIM9X, 2xGBU31v3, 2x Fuel Tank, ALQ-184, TGP
    - SEAD: 2xAIM120C, 2xAIM9X, 2xAGM88C, 2x Fuel Tank, ALQ-184, TGP + HTS -> Inherited by SEAD Escort
    - STRIKE: 2xAIM120C, 2xAIM9X, 2xGBU31v1, 2x Fuel Tank, ALQ-184, TGP

    Following loadouts have been configured F-18C:
    - ANTISHIP: 1xAIM120C, 2xAIM9X, 4xAGM84D, 1x Fuel Tank, ATFLIR
    - BAI: 1xAIM120C, 2xAIM9X, 4xAGM65F, 1x Fuel Tank, ATFLIR
    - BARCAP: 5xAIM120C, 2xAIM9X, 2x Fuel Tank -> Inherited by TARCAP, Fighter Sweep & Escort
    - CAS: 1xAIM120C, 2xAIM9X, 4xAGM65F, 1x Fuel Tank, ATFLIR
    - DEAD: 1xAIM120C, 2xAIM9X, 4xAGM154C, 2x Fuel Tank, ATFLIR
    - Ferry: 1xAIM120C, 2xAIM9X, 3x Fuel Tank, ATFLIR
    - OCA Runway: 1xAIM120C, 2xAIM9X, 2xGBU31v4, 2x Fuel Tank, ATLFIR
    - SEAD: 1xAIM120C, 2xAIM9X, 2xAGM88C, 2x Fuel Tank, TGP + HTS -> Inherited by SEAD Escort
    - STRIKE: 1xAIM120C, 2xAIM9X, 2xGBU31v2, 2x Fuel Tank, ATFLIR

commit 782759bd48e40514684e3f99b18330f7e0d05c38
Author: holyorangejuice <gehrettjm@gmail.com>
Date:   Fri Dec 23 05:54:56 2022 -0600

    WRL mission yaml updates  (#47)

    - Removed/changed some units from WRL missions.
    - Minor changes across all missions.
    - Added frontline length recommendations to each mission yaml.

commit 653e507e89fef8fd61d539440b83095420aeb187
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Dec 20 20:56:30 2022 +0100

    Set "RTB on bingo" false for ferry flights

commit 4f9c7a73704022c93474d6419f77f58bafec5128
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 19 22:01:50 2022 +0100

    Adjust issue templates

commit c114256b820fc992fb4af0759265b1d63a5915f7
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 19 21:17:31 2022 +0100

    Renaming Liberation

    Resolves #42

commit cdd72820b4ad27cd80cabe05dd8a88dabd121b0a
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Mon Dec 19 21:22:10 2022 +0200

    A-4E-C mod support v2.1.0 (#43)

    * Updated a4ec.py to Community A-4E-C mod version 2.1.0

    * Updated changelog.

    Updated A-4E mod version in QNewGameWizard.py (#44)

    Co-Authored-By: Raffson <Raffson@users.noreply.github.com>

commit 4b8e7e972e350cc919cab4a9f80163deccdc9b20
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 19 19:08:25 2022 +0100

    Relocate layouts.p

commit 68b04b0e46caaf2ca25aaef9261287bd6e55c629
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Dec 19 19:06:58 2022 +0100

    Fix broken factions

    Due to the F-16A MLU having a wrong filename, all factions that included it got broken. Also fixed an excessive comma in USN 1985

commit d00b7a176e0145375b91ae447173e32baa68707d
Author: holyorangejuice <gehrettjm@gmail.com>
Date:   Mon Dec 19 11:41:25 2022 -0600

    WRL Factions Update (#41)

    Changed WRL blue,red and added red insurgent faction.

commit 3c3abd484f8ae825930b1775b78dc040ef42255f
Author: Dan Albert <dan@gingerhq.net>
Date:   Mon Dec 12 18:50:07 2022 -0800

    Fix livery for VF-33 F-14A squadron.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2610.

commit 9d5eece5a561a105d25465b8020d36ef86858d14
Author: Dan Albert <dan@gingerhq.net>
Date:   Mon Dec 12 18:42:09 2022 -0800

    Fix encoding issues with the Peru faction.

    Not really sure what's going on here, but presumably it's UTF-16 and
    UTF-8 fighting.

commit f08df08c7e7b54063f718697d26f9432239065f8
Author: Dan Albert <dan@gingerhq.net>
Date:   Mon Dec 12 18:46:23 2022 -0800

    Add changelog notes that were missed in PRs.

commit 44e5bc646d8844c8ca0621a4e1fc0d8118ccc362
Author: DillieKoe <84970592+DillieKoe@users.noreply.github.com>
Date:   Tue Dec 13 03:39:21 2022 +0100

    Add Peru faction.

    A new Peru faction with a mirage squadon

commit 74eb8f38f9fd2e0e42905f06554b497feeae8f48
Author: ColonelAkirNakesh <93631947+ColonelAkirNakesh@users.noreply.github.com>
Date:   Mon Dec 12 18:21:12 2022 -0800

    Override liveries for Russian aircraft in bluefor faction.

commit 5ff8fb170d2b9db53114a7550e8c234922b9c46f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 18 16:42:26 2022 +0100

    Only check for ground units in capture triggers

commit 39a5b486d3da907953f51e162106bfae05ded46f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 18 16:35:59 2022 +0100

    Start using own pydcs fork

commit 6664a139d860581d6c8841ec361eb09345205086
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 17 21:13:36 2022 +0100

    Support for Ka-50 Black Shark 3

    Resolves #38

commit d5de5b3a781a26484d68ae23aab724f4087d8f6b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 17 23:09:21 2022 +0100

    Stack aircraft when spawning right above CP

    Should prevent mid-air collisions in most cases, though I'm still worried about "off map" spawns that can possibly collide, though an easy fix would be to manually use time-spacing.
    Alternatively we need to treat it as a special case, assigning different altitudes to avoid collisions during the first leg of the flight if that turns out to be the case...

commit c3024e38a60cf25e51d4623e16788d293b91ae26
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 17 14:57:33 2022 +0100

    Update WRL factions

commit cfd05400d20bf8ac1988cbb5fbfd4a8236298055
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 16 23:28:10 2022 +0100

    Update changelog

commit 64992a29496eb0ee8d50de8a55a88a33eb1ba006
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 16 23:23:28 2022 +0100

    Wrap target description for strike waypoints on kneeboard

    Resolve #39

commit 8ea76563620288af8aad31d4b8d989f95e6cad2e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 16 22:16:45 2022 +0100

    Fix exception when trying to add extra waypoints

commit cd760c45a8fa7308d41139ee33b4995b2ac0f88a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 16 20:30:33 2022 +0100

    Updating WRL campaigns

commit 15f6c8dd85dfc72a4ebf9a27d5d3e3b3b85c791e
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Fri Dec 16 19:59:21 2022 +0200

    Add new performance option: Disable idle aircraft at airfields (#37)

commit 7d2dd0bcbeb880db5e1996170ad9b7e070130f14
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Tue Dec 13 20:08:56 2022 +0200

    Add option to only generate night missions (#36)

    Replaces the existing checkbox to disable night missions with a selector that allows you to choose between Day/Night/Day&Night

commit 608525d5b4504ea4135c0d9f85f94f38bee6a145
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 11 21:36:41 2022 +0100

    Add game master slot & more observer/commander slots

commit 49d4d508d40751d77e06da06064df94a3280103b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 11 21:35:43 2022 +0100

    Add F-15E payload for DEAD

commit 0e286ab7b5babaa68c6a07dd356b757c3dfb66e6
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 11 19:36:01 2022 +0100

    Include B-1B payload for DEAD

commit 4e27591afa8def06f90d6ded8bfb38766cf32658
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Dec 11 12:21:48 2022 +0100

    Bump certifi from 2022.9.24 to 2022.12.7 (#34)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7.
    - [Release notes](https://github.com/certifi/python-certifi/releases)
    - [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07)

    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 01c5f3e2a9baf04d1323a5be8e0e7da781eaec55
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 19:06:17 2022 +0100

    Rename F-16A icon

    Fixes crash trying to access AIRCRAFT_ICONS["F-16A"]

commit 436d2f87da878e3973d321f7b69552f9ff3a170f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 17:24:18 2022 +0100

    Add F-16A MLU

    Resolves #10

commit 2e2a397312eeb44a135e85f22cd76fd7b127f1fe
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 16:55:20 2022 +0100

    Increase Mirage F1's priority for RUNWAY_ATTACK

commit 54a5461ecb2a2a443de54181aa4ebee7e81fde2d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 15:28:42 2022 +0100

    Remove duplicate campaign

commit 49ddd5ce96f6b2952a09b47a6623b07fc1b285a7
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 15:28:32 2022 +0100

    Add links in descriptions of WRL's factions and campaigns

commit e9c1e7b77062636e72e99a00e4ba722b744e4665
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 15:21:24 2022 +0100

    Allow external links in Campaign/Faction description

commit c298e5bc244c1650358fc561298717bcb516ab1d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 10 15:20:25 2022 +0100

    Add campaign: Kutaisi to Vaziani by WRL

    Resolves #31

    Co-Authored-By: holyorangejuice <4298744+holyorangejuice@users.noreply.github.com>

commit 48e5e7ca95f91b414b8f5104972fd4c9abb4b0f3
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Dec 10 18:24:22 2022 +0200

    F-100 Super Sabre mod version 2.7.18.30765 patch 20.10.22 support (#32)

    Also makes F-105G "SEAD Escort" capabale

commit 55fb5befb9a5300efcb69ca532e24abfe6ee21db
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Dec 10 18:17:35 2022 +0200

    F-104C is now correctly removed from the faction when the mod is not enabled. (#33)

commit 22c7e21a66a17d9a16f51f39da1f1a14d942736e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 4 21:32:23 2022 +0100

    Add battle4area51 by Oscar Juliet

    Still WIP as the IADS network is not fully connected

    Co-Authored-By: holyorangejuice <4298744+holyorangejuice@users.noreply.github.com>

commit a88f48f3ce272e336a3c9fa74d4fc2d6ac3b4180
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Dec 4 21:27:43 2022 +0100

    Bump campaign version

commit 6c673697f0e26673d4c8df7b8d2df4aa6c3cbbea
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 3 21:28:13 2022 +0100

    Fix livery overrides

commit 4af7255917bc1f66657eb8cfb64c0e2d8807984f
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Dec 3 23:01:35 2022 +0200

    Cull FlightType.TRANSPORT, FlightType.AEWC & FlightType.REFUELING surroundings

    Don't create culling exclusion zones around FlightType.TRANSPORT, FlightType.AEWC & FlightType.REFUELING mission targets. (#30)

commit dfa33724e95b9f3d94876f6b68f4665de225b90a
Author: MetalStormGhost <ghosti@smytky.org>
Date:   Sat Dec 3 22:43:20 2022 +0200

    B1-B bomber strike ingress now has expend=Expend.All and WeaponType.Guided strike mission.

commit 568fd35ddcabd249bf943eb76d4028c78089fc26
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Dec 3 16:05:25 2022 +0100

    Fix CAS' landing WPT

commit bc674edb3a26a2e38c212aac5ce0f0446f3ab204
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Dec 3 17:25:29 2022 +0200

    Updated the Caucasus landmap (#28)

     It is now also suitable for campaigns set in the forested regions of Caucasus. There are corridors for ground forces from Apsheronsk to Tuapse and from Maykop to Sochi. Also, the hilly area around Ambrolauri can now be used in campaigns as well.

commit f5c7935993f43fad209a1a162e08163ac6ea5484
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Dec 3 17:11:22 2022 +0200

    GroundForcePainter for applying custom liveries to ground units and ships (#26)

    See #26 for more info

commit 0c30ce3bb39be0b52597d03e75e48c7daad6f570
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Dec 3 15:31:40 2022 +0200

    Revert "Revert "Add support for the AI-only F-14A."" (#27)

    This reverts commit 920c9b15ff815b5df08ff90c4a6b0a10cce3e169.

commit e38a6cd9079a6165026afe8bccd3023a467df158
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 2 22:45:57 2022 +0100

    Support defining max frontline length in campaign

    Resolve #25

commit dd98a1d07896444e9ab2acb41655f2f5cbe64f3c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 2 16:45:59 2022 +0100

    Update operation_vectrons_claw.yaml

commit c9611cca99d220fb31e9c82d0b9ab7cf41fbe500
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 2 16:45:43 2022 +0100

    Update F-14B payloads

commit 8a17184ccc269b82e083f232ece945a8058505bc
Author: RndName <mail@rndname.de>
Date:   Wed Nov 30 13:09:17 2022 +0100

    Fix manual debrief submit not ending mission

commit e5b193f21ada1229d549de6d0497a91be5ee2bb8
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 27 21:08:48 2022 -0800

    Changelog section for 6.1.

commit b9c62bc44af820cefbccef16bc2436e371dd06a8
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 2 15:04:21 2022 +0100

    primary flight dead => escort RTB

    Make sure trigger isn't activated when split flag was already set to true

commit 243ded448d3b04b05889475915a303c38e2ada93
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 2 15:03:53 2022 +0100

    Improve bomber tasking

commit ae561e55640f84789fe3de4aec87b56938e58718
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Dec 2 15:03:20 2022 +0100

    Remove 'initial' wpt from STRIKE

commit 5ffb8cbd96832a260ed4badc0e07ca112a7f655d
Author: ColonelAkirNakesh <93631947+ColonelAkirNakesh@users.noreply.github.com>
Date:   Tue Nov 29 12:58:17 2022 -0800

    Update uk_1990.json (#24)

    Replaced USS Tarawa with HMS Invincible.

commit 07d0e555e59cabb710933c991dd5b435d37a9e64
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 27 21:09:51 2022 +0100

    Limit spacing

commit e5c80ef3af9e958ebf5269a96b09d19e37b8065e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 27 21:09:13 2022 +0100

    Move Bronco down in CAS list, lowering priority

commit 11cc62d9a97358b8ee1545e767be24156f77bb1b
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 26 21:45:25 2022 +0100

    Remove py

    Attempt to remove this as it seems to be unused and according to dependabot contains a ReDoS vulnerability

commit 8c9f07643f37c96bc8c3f7291f2fd210f55adfb7
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Nov 26 22:01:16 2022 +0200

    Add some South Atlantic naval assets (#23)

    - Unit yamls for several ships and added some new ones to uk_1990.json
    - 2 new layouts: Aircraft Carrier / LHA with Frigate escorts
    - Add "HMS Invincible" as Control Point

commit 85607b97d5f1c929dd3b1c3debbb798946a71dec
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 26 17:50:01 2022 +0100

    Update ai_flight_planner_db.py

commit 0bc67adea89201190e689d1da476b9ba8a31ec1d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 26 16:55:46 2022 +0100

    Remove references to liberation in issue templates

commit 1cfab07b8b5fbdd40a86c8f0f6b82b5f3b53c25d
Author: Starfire13 <72491792+Starfire13@users.noreply.github.com>
Date:   Sat Nov 26 09:55:56 2022 +1100

    Updates Khopa's Normandy and Channel campaign to 10.0

    Note that Operation Dynamo only requires a yaml file update. The .miz file is fine and is not included here.

commit 499e63e2c366da0b682c72de0f005494b9620a39
Author: Dan Albert <dan@gingerhq.net>
Date:   Fri Nov 25 14:04:42 2022 -0800

    Unfilter the custom waypoint targets.

    There doesn't appear to be any reason for us to be poking at
    implementation details here aside from changing the name from "unit" to
    "building" for that case. Just iterate over the known strike targets.

    Making this change uncovered some latent type errors.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2564.

commit bc8624d60519cd740973f1ffe058a08b47d1eee9
Author: Dan Albert <dan@gingerhq.net>
Date:   Fri Nov 25 13:47:00 2022 -0800

    Remove dead code.

commit 11a3c49464ff77a2ab9c6996e8dac9c84cc752cf
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 26 16:43:47 2022 +0100

    Correct radios for the MB-339A.

    Cherry picked from e208df16b2ed9ea50e93b16d2eb8b8f4ffb22e82

    Co-Authored-By: Dan Albert <danalbert@google.com>

commit 23becb49b2449a42ff626f3eba1143bd177f839a
Author: Dan Albert <dan@gingerhq.net>
Date:   Fri Nov 25 12:54:41 2022 -0800

    Update RoleplayingPleb's campaigns.

    https://github.com/dcs-liberation/dcs_liberation/issues/2558
    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2561.

commit 72b594934e5c466cb40d7e492de8e5b3a50473cc
Author: Dan Albert <dan@gingerhq.net>
Date:   Fri Nov 25 12:53:05 2022 -0800

    Make the casualty report scrollable.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2567.

commit d535d312a521264fc72c6b3fd5f3988e57ff0982
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 26 16:31:36 2022 +0100

    Update requirements.txt

commit 4b0215c16f9048e671b32f894d6b75d19e63a544
Author: RndName <mail@rndname.de>
Date:   Wed Nov 23 10:32:41 2022 +0100

    Remove dcs capture event from state json

    With the latest change we added capture zones and corresponding trigger rules for all Airfields as well so we do not need to rely on the dcs capture event S_EVENT_BASE_CAPTURED anymore.

commit 8292da414d677a31692f39eaa3c8a443f97c243b
Author: RndName <mail@rndname.de>
Date:   Wed Nov 23 09:26:33 2022 +0100

    Add Airfield to list of capture zone types

    This will create capture zones and the trigger rules to check for a base capture. Will fix an issue where the dcs capture event is not fired and therefore the capture not recognized by liberation

commit b2cce52b34cb56a07fa67fed2e50b6111666089d
Author: SnappyComebacks <74509817+SnappyComebacks@users.noreply.github.com>
Date:   Sun Nov 20 17:17:48 2022 -0700

    Update pydcs.

    Added ice halo generation.

commit 6ec248dfbf68234884abd68e75db5d33a16f5a6a
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 20 12:49:35 2022 -0800

    Move develop forward to 7.0.

commit 634d48e3e786de7e4224e387c6f4d2fc850f0e48
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 20 12:31:20 2022 -0800

    Attribution compliance for OSM data.

    https://github.com/dcs-liberation/dcs_liberation/issues/2434

commit 391efb1b2b24ec17af4ada2c4e4c339506fd8f3d
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 20 12:01:22 2022 -0800

    Fuzzle's campaign updates.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2425.

commit 07e64cfa0266885ea18112cc14a0eaa5879bcc58
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 20 11:59:10 2022 -0800

    Add Gran Polvorin campaign.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2424.

commit 594a8dd3cc2438e029204bda40757368d4ee7daa
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 20 11:54:12 2022 -0800

    Add Up the Coast campaign.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2223.

commit f5ef509af67166802ad893c99a37509f43e9c116
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Nov 20 11:29:34 2022 -0800

    Fix drop zone display for air assault.

    Troops must be dropped inside this zone or they won't attack the target.
    The zone needs to be drawn in the map so players don't break the flight
    plan by accidentally moving the drop waypoint outside the DZ.

    I've move the API for doing this out of `PatrollingFlightPlan` in favor
    of a mixin so this is no longer presented as `engagement_distance` by
    the flight plan. I don't love that it's still the `commit-boundary`
    endpoint, but it's fine for now.

    I don't know why mypy wasn't able to catch this. pycharm is also
    struggling to understand this class.

commit e541111a2731e066279e71bb4ab8a6a2041e5403
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 20 16:29:19 2022 +0100

    Remove obsolete files

commit c0c310862ad976c8575b53eb9aadb79533639c1a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 20 16:20:09 2022 +0100

    Increase default AI skill to Veteran

commit 65f09c46ca5ce200380cb750c2ecb41ee3db8d62
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 18:39:33 2022 -0800

    Fix typo.

commit f199dd5b9fc1fb0e49c056908d88e469918c2459
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 18:35:00 2022 -0800

    Note the start time feature in the changelog.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2400.

commit 56e53219c25740f124333bef29914041acd29bd4
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 18:27:44 2022 -0800

    Changelog 6 cleanup.

    Typo fixes, sort, recategorize.

commit cee00d831579b9fd69645459f3fae74b97848eb0
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 16:17:24 2022 -0800

    Update pydcs.

    Includes all the new airfields in the South Atlantic.

commit cbc124eff67fc37c9fe5045a6f73d830c72747e6
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 15:47:22 2022 -0800

    Hide sim speed controls behind a flag.

    Flag is only controlled from the command-line because redoing Qt layout
    usually breaks things. Off by default in 6 since this feature is nowhere
    near done enough to even be used experimentally (most changes to the ATO
    made after the sim begins will break the game).

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2535.

commit 219b52fc12ef229adf0ef7d7354ffa89a209357a
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 15:33:20 2022 -0800

    Fix adding and removing waypoints in the UI.

    This moves more of the logic out of the UI so mypy can actually spot
    these mistakes more often.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2495.

commit 98e8fc88bd794740732c39dc5d172f231dcc36d7
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 15:12:23 2022 -0800

    Add bug link for refuelzonegeometry.

commit 9a73a10a09a350961f6f318ab6fe7a5ad862b65d
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 13:05:06 2022 -0800

    Remove refueling from sweep flights.

    The timing for these doesn't work. Sweep RTBs at the same time the
    package reaches its TOT. The tanker won't be on station until 1m30s
    before the package reaches the refueling point.

commit 6ff3a34c14c05b7ae58e9299845d54bc0b872999
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 13:01:43 2022 -0800

    Fix layout for TARCAP, Escort, and strike-like.

    If there's a refuel point, nav from that, not from the patrol end/split.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1749.

commit 0499ded1b3a94b9c850122a27fe1820e9a76be74
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Nov 19 12:38:23 2022 -0800

    Clarify `AirAssault` flight plan method name.

    `engagement_distance` is used elsewhere to mean commit distance, so this
    looked like a bug when I stumbled across it. Rename it to be more
    explicit.

commit 9fa04702aff79b38984bb0cba80c5c6444fa1f3d
Author: SnappyComebacks <74509817+SnappyComebacks@users.noreply.github.com>
Date:   Fri Nov 18 00:58:15 2022 -0700

    Wind & Turbulence updates from Liberation

    Tune turbulence values.

    Modify the range of values used to choose a wind speed.

    Wind speed at high elevation IRL can range from 20 to 160 knots around the globe.
    You may see wind speed generated here up to 100+ knots, but generally around 40 or so.
    IRL wind speed appears to depend on the latitude of the sun, not in this implementation.

    Note increased wind speeds in the changelog.

    Limit wind speed to 97 knots.

    Made minor adjustments to wind speed calculation.

    Calculate turbulance.

    Turbulance is based off time of day, and day of year.
    Each theatre may adjust their turbulance parameters.

    Spell turbulence correctly.

commit 89c4cc9d79d78b7e841c311c3d0b7c6757d330b6
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 20 13:51:18 2022 +0100

    Advanced IADS: Reconnect from config

    Co-Authored-By: RndName <mail@rndname.de>

commit b49562f4bc3150788ddde900dd949c38dc0d5191
Author: RndName <mail@rndname.de>
Date:   Tue Nov 1 20:30:50 2022 +0100

    Airlift & AirAssault updates from Liberation

    Cleanup and reword refuel waypoints

    - rename Stopover back to CargoStop
    - precise some waypoint naming

    Cleanup and refine airlift and airassault waypoints

    - Drop Off and Pickup now correctly worded
    - Helo waypoints now represent LandingZones for pickup and dropoff

    Forbid planes from air assault.

    Make air assault drop-off non-optional.

    There is always a drop-off location for troops.

    Add docs explaining what the assault area is.

    Add error handling for cargo drop waypoints.

    Document some airlift waypoint behavior.

    Remove unnecessary refuel waypoint in airlifts.

    Remove CTLD logic from Airlift flightplan for AI

    Add Ingress Point to AirAssault FlightPlan

    Add simulation halt at AirAssault ingress

    Remove AirAssault completly from AutoPlanner

    Remove unneeded LandRefuel from Airlift

    Clarify cargo waypoints for AirLift and AirAssault

commit 5f15ddc52c127975acb082d0b25083a1965aaf1b
Author: Nosajthedevil <78634843+Nosajthedevil@users.noreply.github.com>
Date:   Mon Nov 7 13:06:56 2022 -0600

    Add OV-10A Bronco Mod

commit 5bde9804d6656969d46be1a912b0cfad2ac3e7c1
Author: Starfire13 <72491792+Starfire13@users.noreply.github.com>
Date:   Sat Nov 5 11:06:31 2022 +1100

    Starfire's campaign updates for 10.5.

commit 547f1aed75c3aaf4f47f5dc1672925b1045b68fd
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 19 22:47:26 2022 +0100

    Use flag to indicate end of escort task

commit 5aed3fbb87fb82f9df95534e6f5495a6bf80081c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 19 18:10:49 2022 +0100

    Add migrator

    Attempts to fix incompatibilities in save files across builds. The idea is to try and handle the incompatibility as graceful as possible, and adding more "incompatibility fixes" in the future.

commit 13cb4d321af7572902cdc84a993d155f32301411
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Nov 19 16:39:49 2022 +0100

    Bump loader-utils from 1.4.1 to 1.4.2 in /client (#20)

    Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
    - [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2)

    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 004a99e080e5a1fd9841fc4204413124c7edda04
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 13 22:22:57 2022 +0100

    Cleanup

commit 2aee878a40282dee5aab6f2986ed6f92a710d9cf
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 13 21:38:12 2022 +0100

    Adjust ai flight planner for (sead) escort

commit ca042631b7993dbb5e92cc797d2ae6bc6d63f9bb
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 13 21:37:00 2022 +0100

    Always propose SEAD Escort

commit 7e51061582b548bc8526f0c1af7192dd79fa7e2f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 13 11:42:58 2022 +0100

    Formatting

commit e71ff17a2369bc7bea610f3b9d2f906738f409c4
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 13 11:40:47 2022 +0100

    Fix mypy errors

commit 2270300177187bf02c367e90353ef5ff40074cac
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 23:13:23 2022 +0100

    Adjust flightplans for escorts

commit 3f79fa5b9d5fcb19c7abbad7eeaeffa6ce72508d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 22:08:02 2022 +0100

    Lock speed during strike ingress

commit 322a6a700a8772b5fd4acd6bdf9a3f0d2ed39681
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 22:07:29 2022 +0100

    Reconfigure escort task

commit ba66c18f286ab81c9773335e2d1c12e9740ac42f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 22:04:14 2022 +0100

    Allow AI to jettison empty tanks

commit 5f10154000cc1d57dfbe796f7f3241287884c163
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 21:35:59 2022 +0100

    Add triggered waypoint switch to strike escorts

commit 66290fe1ceffb96e8932387644f360f90936e6b7
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 21:26:57 2022 +0100

    Lock speed towards split & set flag upon arrival

commit 0c3340b543c8adc423a3613f38a30743c9537b53
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 12:41:50 2022 +0100

    Set refueling probability to 10%

commit c7ba4e8db66a4676fb145850629af00f4ae9e11e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 12:38:36 2022 +0100

    Update requirements.txt

commit 65ec41c6ce207d870d27557fdcaa6fa4e651a70a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 12 12:32:01 2022 +0100

    Bump pydcs

    Introduces option for jettisoning empty tanks

commit 395969a37192d72f27cda10618e82cd9ccbd7345
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 31 18:19:46 2022 +0100

    Initial attempt at fixing escorts

commit f2f818acb3e170416f98bfb6ca73c0119f13b002
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Nov 13 22:38:01 2022 +0100

    Update changelog.md

commit 5668c3712753a6fc9ec26f37192b0eab326b7f80
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Nov 10 17:43:05 2022 +0100

    Fine-tune briefing formatting

commit 5f67f02cde887afbcaa45b91cfe280c8ec586a0f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Nov 10 17:42:47 2022 +0100

    Add tanker info to briefing

commit f0fcd7155c1f524777ebda9b3c5e1bf150b1e338
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Nov 10 16:07:57 2022 +0100

    Bump loader-utils from 1.4.0 to 1.4.1 in /client (#18)

    Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1.
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md)
    - [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1)

    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f96348cf59bf1d4e7a0822c87da28bfe9ebe1fdb
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Thu Nov 10 14:14:48 2022 +0200

    Add banner for the F-100 & add the VSN Century Series logo for F-4B (#16)

    Added a banner for the F-100 Super Sabre (by datoneslav, used with permission) and added the VSN Century Series logo for the F-4B Phantom.

commit f7f4803fdcc2ca6861d79c1a6ca144cc06f4b914
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Nov 7 20:58:03 2022 +0100

    Update Skynet to 3.0.1

commit 810c202f1b8cc3306febcaab67d081e61de5e215
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Nov 7 18:45:28 2022 +0100

    Add "save before quit" in closing dialog

commit 2d770ae05e9bc53e96905db67418eb283460a06a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 29 14:58:58 2022 +0200

    Support for MB-339A

commit 5dfeb60a13e73a3af62960ec140b9d3ee7d6ff45
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Nov 5 16:03:19 2022 +0100

    Tweak weather

    Hopefully this prevents the generation of thunderstorms in clear skies

commit 5896bdccc1f196f2b636fd2e3812b1de38800d55
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Nov 4 18:47:46 2022 +0100

    Fix IADS exception

    Exception was caused by `skynet_nodes` trying to generate node for dead units, which would eventually be thrown by `dcs_name_for_group`

commit 206c0463828788e728cac8d2076f36a1c7d47bdc
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Nov 1 14:40:48 2022 +0100

    Update build.yml

commit 3ce66894f03aec230ee93cb5a368c899359de260
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 31 18:19:46 2022 +0100

    Stop loiter 60 seconds earlier

commit cfcdcd08389a18d37ed00c9f87a2088629558c14
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 31 14:57:37 2022 +0100

    Update README.md

commit 474980060e58cd93bea1a19dd82729587d44fc69
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 31 14:39:12 2022 +0100

    Change STRIKE payloads of F-15E to 4xGBU-31

commit e816b4e58bd00d8afc16da11b740e5fc6f07c75e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 30 20:48:35 2022 +0100

    Update requirements.txt

commit 3f4460ad6ff9cb7d52f7a86a13d24b70577b776a
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sun Oct 30 20:49:33 2022 +0200

    Squadron pilot limits enabled by default (#13)

commit 92e2d45f0d7059e6b7387f40a3a1ae4ccf50d6d0
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 30 17:09:22 2022 +0100

    Refactor mod labels/checkboxes in NewGameWizard (#12)

commit 7e7c920816d384001ac1dbf1bcbcf8ccaad4a093
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 29 23:54:01 2022 +0200

    Fix for orbit's broken stop condition

commit 6606f0f58b9ec03927bac759b401e5f263543197
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 29 21:08:22 2022 +0200

    Also look for Liberation payloads

commit b64a0f17eb51ce183e7a2da003b15a6ccca332a1
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sat Oct 29 18:12:50 2022 +0300

    F-16I mod v2.2 support (by IDF Mods Project) (#9)

commit 7a5e87873348c767e604ba0764f92c68763dde20
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 29 12:59:08 2022 +0200

    Corrected Polish faction Leopard 2 variants

    Co-Authored-By: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>

commit 5edec0c0cbc61043ddfa19587e5fb0dfc0ce0cc2
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 29 12:49:06 2022 +0200

    Update changelog.md

commit 8912b1de62ef5ce247e95bd15e7d34fdbecb69fc
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Oct 28 19:21:35 2022 +0200

    Reduce price of A-6A to 12M

commit 93328d44434a52bb8917d7dde2832828e37307de
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Oct 27 20:28:53 2022 +0200

    (Mod)Support for VSN A-6A Intruder v2.7.5.01

    Co-Authored-By: HellAngelic <108198242+HellAngelic@users.noreply.github.com>

commit dbb9152b9a84e30b2d114937a755ab744cc9cb0d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Oct 27 18:15:17 2022 +0200

    Forgotten imports in __init__.py for mods

commit 5b8caea9ff840721643bfa0e86acba28b756f64e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Thu Oct 27 17:55:17 2022 +0200

    Remove unused imports from pydcs extension f4b.py

commit 24e9936f28f46978c774c9a786ed6fc4fa51c46a
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 25 19:59:21 2022 +0200

    Add F-16A to CAS/ANTI-SHIP/DEAD in ai_flight_planner_db.py

commit 3e9776dc8917e690ec65c1fadeb511cc66d5e941
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 25 19:17:45 2022 +0200

    Update requirements.txt

commit 07de598aec2841dcc54f2105c11431debdf79444
Author: MetalStormGhost <ghosti@smytky.org>
Date:   Sun Sep 4 14:40:18 2022 +0300

    Enabled SEAD Escort missions to be tasked on Naval targets and OCA/Aircraft missions on FARPs. When SEAD Escorts are tasked on Naval groups, they will also target ships.

commit 2ea74d74355a17c3b1f9f916541085305fbbf9c8
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 25 19:08:57 2022 +0200

    Update README.md

commit 3c3b81cb1f7d2e31c3aa47ac1692d353e3f6a371
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 24 19:49:40 2022 +0200

    Update requirements.txt

commit a736bf9b091726a7a49043f59364a8e0bbc886c9
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 24 18:54:41 2022 +0200

    "Optimize Imports" in game & qt-ui

    Adjustments made by PyCharm

commit ada297d331b7377b54ab8016b5ee3aeb8985547e
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Mon Oct 24 17:37:50 2022 +0200

    Rename custom payload names

    F-105 & F-4B still had payloads with "Liberation" in their name

commit 515d28313dc09e72c4c27c9bc2dadd9e4dccf62a
Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
Date:   Sun Oct 23 20:00:11 2022 +0300

    Support F-84G Thunderjet mod v2.5.7.01 (#8)

    * Implemented support for the VSN F-84G Thunderjet version 2.5.7.01

commit 303ae3ac146557501e81ee8083d80c74cef3aabc
Author: Paul Dockar <pdockar@gmail.com>
Date:   Mon Oct 17 16:35:28 2022 +1100

    Fix barely visible text in the Intel box

commit 426cbdec89a378e8e6f6a8bc6e9435e757603b60
Author: Paul Dockar <pdockar@gmail.com>
Date:   Mon Oct 17 16:02:33 2022 +1100

    update changelog

commit dcc2256195f7e10beddf1ff0223ecc5599a4f301
Author: Paul Dockar <pdockar@gmail.com>
Date:   Mon Oct 17 15:51:42 2022 +1100

    Adding conditions vanilla theme icons

    Update uiconstants.py to include theme icon path for all weather conditions.
    Moving DCS theme icons.
    Created Vanilla theme icons
    Fixes #1062

commit bdbfc19c7cf9218f67d2d2eceb6479fa20c59070
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 23 17:42:42 2022 +0200

    Attempt at fixing Dependabot issues in front-end

commit 041202d2425533a8fe7b8c318936a2d65f499501
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 23 17:33:04 2022 +0200

    Update changelog.md

commit 92199b7b958efeb04aeb4ddbc488818b1a4a7dde
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 23 17:22:03 2022 +0200

    Remove SON-9 from Cold-War-Flak group

    Interferes with factions that shouldn't have EWR units available, like Russia/USA 1955

commit 8bc530ee81f48959125a94d98df6f938593c9d78
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 23 15:00:43 2022 +0200

    Fix mistakes in factions after adding KS-19/SON-9

commit ffb9bee5af61c4ba50365c47aac2904ac8b91ac5
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 23 14:53:18 2022 +0200

    Increase minimum number of armored units in layouts

commit 7413df4ccc56227358c975bfb193dadd42e55826
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 23 14:52:14 2022 +0200

    Add WRL campaigns

    - Syria - Assault on Damascus
    - Caucasus - Battle for Georgia (v8)
    - Caucasus - Up The Coast

    Adds recommended factions for the given campaigns

    Co-Authored-By: holyorangejuice <4298744+holyorangejuice@users.noreply.github.com>

commit 12d67c71c8ee9352661632b102342ba12536ed08
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 16:02:32 2022 +0200

    Make option pages/sections scrollable

commit 8f40a507b957d33b3fd0893b69a373b354689ffe
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 15:14:32 2022 +0200

    Update changelog.md

commit 4adf1ee89898fc6f175a29705f981897b5309adf
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 00:44:59 2022 +0200

    Adjust Cold-War-Flak group/layout

commit 4d155f0a26930a2024d8ece572cd063a863a2d4f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 00:43:18 2022 +0200

    Update factions for KS-19/SON-9

commit 040addc1f5a76a4d46b4b085168357c54ad4a8e0
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 00:42:50 2022 +0200

    Adjust AAA_Site layout

    Making this compatible with KS-19/SON-9

commit 42d1ef648ed50eab296ba7011c1ce4eee668616d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 00:41:12 2022 +0200

    Adjust KS-19 preset

    Renamed present KS-19 group to KS-19_HDS, as this used to be a preset for the KS-19 of the High Digit SAMs mod.

commit f68159810407fe29950dbd86bd36556927258b3d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 22 00:40:03 2022 +0200

    Add data files for KS-19 & SON-9

commit 5810bd62014d4cd79ebd45041cd70a7eac6b0a1c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Fri Oct 21 23:03:07 2022 +0200

    Update mission_start_EN.j2

commit 547136adc7383048f5661cff65fc1d04f5e8c689
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 18 21:24:05 2022 +0200

    Update F-104 banners

    Update banners of VSN_F104S_AG by GLOBAL HAWK as well as VSN_F104G & VSN_F104S banners by Datoneslav. Banners include the official VSN logos by J.P. Ferré. All used with permission.

    Co-Authored-By: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>

commit ce12047fa34e6d5ed74d0ba40f7e1a7c0ca58c4d
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 18 21:22:56 2022 +0200

    Add F-104G to Netherlands faction

    Co-Authored-By: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>

commit 5ab4c70013c714a73bb3372aee98ba4f2113aed0
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 18 21:13:19 2022 +0200

    Update changelog.md

    Indicate current supported version of F-104, which was forgotten during the update introduced after the addition of the livery scanner

    Co-Authored-By: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>

commit 7bbb07c927d7e1e1b198c7dbc965cdcc12537919
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Tue Oct 18 21:12:31 2022 +0200

    Finish F-104C mod support v2.7.11.222.01 (#6)

    Finished the F-104C mod support of version 2.7.11.222.01, which was included during a new export after the livery-scanner was introduced. Includes VSN_F104C banner by GLOBAL HAWK. Banner includes the official VSN logo by J.P. Ferré. Used with permission.

    Co-Authored-By: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>

commit db20ad32328062acafbe36dae291df5991c59535
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Oct 15 17:19:46 2022 -0700

    Stop using shapely's almost_equals.

    The docs say it was deprecated in favor of equals_exact with an explicit
    tolerance.

commit eccbfa7a64294e3d8741e215a4701defba052979
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Oct 15 15:39:06 2022 -0700

    Update pydcs.

    Includes a new data export with a fix for the Apache property bug.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2470.

commit 6e126bd562c0e2a69b55b429f114922fd096f59b
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Oct 15 14:40:46 2022 -0700

    Send the new turn event from turn initialization.

    We'll have to get smarter about this some day (since turn initialization
    won't always exist), but for now we can avoid stale UI data by doing
    what we've always done and refreshing the world on turn init.

    Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2397.

commit 2ac9d6bd985234ac2fe08e43777227da279567be
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Oct 15 12:28:38 2022 -0700

    Add the git SHA to the build ID.

    The build number is actually a pain to use. The git SHA is much more
    useful.

commit 9ad92d26d4116ef9f2d9c3b3b65cb847c51c6e0f
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sun Oct 16 14:49:13 2022 +0200

    Forgot check if advanced_iads is active

commit ace3af8f50692c306921d188140f1940cc8674cb
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 15 13:56:43 2022 +0200

    Avoid targeting convoys if disabled

commit 81f459c5712a3387cfad543785a6be388ccd9c74
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 15 13:42:43 2022 +0200

    Update changelog.md

commit a215af13f584ae16b9ce68b0ed0beeb9f22b3a3c
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Oct 15 13:35:55 2022 +0200

    Update README.md

commit 1bbe023e201e87e7374186522dff6df6f85c67f2
Author: Dan Albert <dan@gingerhq.net>
Date:   Sat Oct 15 01:47:39 2022 -0700

    Faction update for insurgents (hard).

    https://github.com/dcs-liberation/dcs_liberation/issues/2482

commit 34d208c19ed334a9fd2bfd14d45d595c3de80118
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu Oct 13 22:17:27 2022 -0700

    Updated insurgent faction.

    https://github.com/dcs-liberation/dcs_liberation/issues/2482

commit b0c53152efeafcf1e3f44939c8fe1a6253c7119c
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu Oct 13 22:13:12 2022 -0700

    Campaign update: The Valley of Rotary.

    https://github.com/dcs-liberation/dcs_liberation/issues/2481

commit 35f9d6ed994f71a75bf8f19f7e95f28ef091fdab
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu Oct 13 22:12:48 2022 -0700

    Campaign update: Tblisi Gap.

    https://github.com/dcs-liberation/dcs_liberation/issues/2481

commit d508c1855c9ab6c21aff6a482b8fc4099ff38549
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu Oct 13 22:12:14 2022 -0700

    New campaign: The Falcon Went Over the Mountain.

    https://github.com/dcs-liberation/dcs_liberation/issues/2481

commit 9e5f1d08d20e51cce579d62a007b4672aac36b4b
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Oct 9 22:45:26 2022 -0700

    Add a comment explaining a wtf in alt estimation.

commit 0135e40f1a8a9881598cc31789751320a700707b
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Oct 9 18:57:31 2022 -0700

    Fix offshore targets for WW2 factions.

    This makes the oil platform a required building so that all factions can
    use it. Alternatively, we could pick a different offshore target for WW2
    factions, …
Dragonius added a commit to Dragonius/dcs_liberation that referenced this issue Sep 1, 2023
commit 8d8fcf6d36d277d9abfc19c53e2147b753969330
Author: M Chimiste <37678080+M-Chimiste@users.noreply.github.com>
Date:   Sun Aug 27 13:10:00 2023 -0400

    Create payloads folder in ME folder if needed (#200)

    Added a check for the existence of a payloads folder.  Also made the _save_payloads lookup and path generation the same as _backup_payloads method to have consistency.

    (cherry picked from commit 16b7ff2bb47a8bba1ea2f184731a03677f54eeeb)

commit cc949b25b2844f1819af6286967e39724c80bebb
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Aug 26 20:45:11 2023 +0200

    Update changelog.md

    (cherry picked from commit 19b9b8b0ea4c8e05030e82e1c31666dca52da592)

commit ce994b5c13be8ca521a57893432acccfc0ca63fd
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Aug 26 19:19:54 2023 +0200

    Allow editing pretty_name for waypoints

    (cherry picked from commit f5cb293e4482d9b31f9f06272105a4b4847f8929)

commit 9aef9c9e558f7385958616acb4f1b054b9332940
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Fri Sep 1 18:46:25 2023 +0300

    Remove incompatible Escort task from L-39ZA

    (cherry picked from commit f22ad17651bf7b49b2996becb687fd5141a295ed)

commit a7804dc75bf404691ca6e64ff35cef07f613d5ca
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Mon Aug 21 11:48:39 2023 +0300

    crusshing bugs on lenght of frontline

    (cherry picked from commit 8d2b57cc17f154ee9ce8e18b263611e236cf0f3e)

commit f5af278d1bfd26dcd1ca4968b0f92ca672793f53
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Mon Aug 21 11:48:04 2023 +0300

    Fixes to frontline length, now it works

    (cherry picked from commit ed3df64ca15db7fe45be870d80828fe54d430c48)

commit ccb26f3cbbf90adf0b6dceeda11bccf76e24aec4
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed Aug 16 01:22:09 2023 +0300

    helo max_speed * 0.7) to
    max_speed * 0.5)

commit 6548040a9c21b9b0605dcc4093a66e2da8838e03
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed Aug 16 01:20:36 2023 +0300

    cruise_mach =
    max_speed.mach() * (0.65 if flight.is_helo else 0.85)

commit b4ac368f57bb6e62eaa95836980f9989f31704c3
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed Aug 16 01:18:14 2023 +0300

    added back to -1 to control waypoinys

    (cherry picked from commit 325cc6903205d645248f855d72bc2134f252d97b)

commit 8016b4bb5ba0f5c5b639ce047bdbc18ceb0289b6
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed Aug 9 22:02:57 2023 +0300

    there was 1 more extra Ara_vdm that needed
    commented

commit 1abbad68f01d2eac41cdbf5085f9f1f780d07f39
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed Aug 9 21:14:41 2023 +0300

    disabled the Ara_vdm until its added

commit 4759d8c81b9409178470ad87b2a676c3bcc23ee7
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed Aug 9 20:56:56 2023 +0300

    comment out major version tester

commit d0730184275f595ab2eea4bb97541e427a668816
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Sat Jun 24 08:25:48 2023 +0300

    rollback banners

commit 2224a702aff48ae76629cd7fcb4b1ecf8733cecb
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed Jun 21 22:33:53 2023 +0300

    Add Mi-8 to Egypt's faction

    (cherry picked from commit 430d33c1448f4bb5a15fcad1cfcd864b9e3eab75)

commit d84639e7f2560773ccdb34a6a9d340ff6a808d10
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Jun 11 23:38:36 2023 -0700

    Basic Sinai support.

    Not ready (most importantly no landmap).

    https://github.com/dcs-liberation/dcs_liberation/issues/2979
    (cherry picked from commit b18b3719042d083634add8770d26bde5c5c6acfe)

commit 9a96bcbe1b56cd2b2ef7098ac8de364630ebc59d
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Sat Jun 10 20:33:27 2023 +0300

    added super patriot

commit 7b62efcda33cc8bc9c633d6da37d59ec9536f595
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Fri Jun 9 17:43:33 2023 +0300

    ADDED AIR ASSAULT to frontlines

commit a4a6997ba2d770ebc819e7bbc7c0dac4cc4ee0a7
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Fri Jun 9 17:21:09 2023 +0300

    mountain of pain update

commit 603715fece2abe3f257ecb2e5c9a47505eeef33b
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed May 31 21:59:12 2023 +0300

    returned FRONTLINE_LENGTH back

commit 165f2c03782e868c7b8676fd61d8a8bb3a884161
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed May 31 21:29:59 2023 +0300

    added import from settings

commit 35f0f03be187f6346e4bac017676ff7a63b17149
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed May 31 21:18:48 2023 +0300

    added back FRONTLINE_LENGTH = 40000

commit 5c585922b5740c8d91418c86a629d6778e2a698b
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed May 31 21:15:56 2023 +0300

    added frontline size to settings

commit 00a07e820ebed60fcac3f09a32923a6229591f54
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed May 31 20:45:02 2023 +0300

    added back mountain_of_pain yaml

commit dd8dcd53424f11ce455dd16287c94abbb2747713
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed May 31 20:40:34 2023 +0300

    Squashed commit of the following:

    commit 880188babd70c4bbe3bb1ff2804af214ee52c371
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Thu May 25 21:00:42 2023 -0700

        Make the flight details menu modal.

        Prevents players from accidentally deleting flights they're currently
        viewing, which would cause an error.

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2911.

        (cherry picked from commit 64e2213f282f02d972dffd89a1c8b85fbb5bbfc7)

    commit c9b32a4075fa67e29d6ef357537dcaa0657afde8
    Author: Dragonius <Blackerhawker@hotmail.com>
    Date:   Wed May 31 20:37:37 2023 +0300

        "Maximum number of pilots per squadron", 2 to 1

    commit c069abf99d94cba111d502b7cc19c981fcb6a9db
    Author: zhexu14 <64713351+zhexu14@users.noreply.github.com>
    Date:   Mon May 29 23:25:29 2023 +1000

        issue 2922: make BAI plannable against missile and costal sites

        (cherry picked from commit e0240130935d8748b14ed31f10b636daa615316a)
        (cherry picked from commit 81a00981eb831528f16dfd30f19708a145565847)

    commit 6469e956898f2d285b5ce63cb0b0d4c83a2bb12c
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Thu May 25 21:39:07 2023 -0700

        Allow save compat to exist for two versions.

        We want to clean up eventually, but allowing it to exist in both develop
        and the release branch makes cherry picks easier.

        (cherry picked from commit c80e5b259fd0cf731d1de609b7529d9ede936323)

    commit f4d89e80b55417dd4c7a7eecc6cd8be89deffe0d
    Author: Dragonius <Blackerhawker@hotmail.com>
    Date:   Mon May 29 18:54:14 2023 +0300

        added : before minutes and after seconds

    commit cec29e675a50a9625c49cfe41d2ef9ff6d67d1f0
    Author: Dragonius <Blackerhawker@hotmail.com>
    Date:   Thu May 25 17:40:18 2023 +0300

        updates

    commit fe3b7e80249c4a230d2f557723d8f2a0ed20870f
    Author: Dragonius <Blackerhawker@hotmail.com>
    Date:   Wed May 24 17:54:23 2023 +0300

        added
        /src
        /src/pydcs

        (cherry picked from commit 8ef360c38e035ffab272fe4bb977361a4e059aa6)

commit 4ed42cdfbe3a6b9485a8db5ade132f650a3daa6f
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed May 24 18:03:39 2023 +0300

    Revert "added Mountain_of_pain WIP"

    This reverts commit 1454ab2fb24004d5704ddcfaa0fac2ba429916cb.

commit d03097871c3361358689145961a38a93b579d9d9
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed May 24 17:54:23 2023 +0300

    added
    /src
    /src/pydcs

commit a23dfd147adcc844c89314260ecd4c3055be64ef
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Sat May 20 01:36:16 2023 +0300

    removed files

commit b5dadd5ad1d4918c900fe6c3dde1c155b42e4925
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Sat May 20 01:29:03 2023 +0300

    added super

commit 785573a04069de0b3cb8babca4c6ea9063edef9a
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:57 2023 +0300

    added git ignore

commit a56f18559f7009913136010745aef326c04e50c4
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 19:24:04 2023 +0300

    Revert "Added has# to  debug text"

    This reverts commit af8d0399431ff4acb024d2464b611781f274245e.

commit bcd38bfbd63781fbb3b397223d0cef55941650c7
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 19:17:52 2023 +0300

    Added has# to  debug text

commit 2580f316c9b5f065b9b5c7b16c1ce3abee9fe2d2
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Tue May 16 21:38:43 2023 +0300

    added src folder

commit 8997bde7bf81ec24cccb1880ca78938f3de3a7b1
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:58 2023 +0300

    forgot to add patriot Super yaml

commit 136ade83568752a5b855564fc12b87cefd4060af
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:57 2023 +0300

    changes Cas radius, back to 80Km

commit f06f67c31cd12bd82e69acaf3487407bbd79ba84
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:57 2023 +0300

    Delete f14 yaml
    cas is int , not float, changed that
    frontline is 80km, did put it 8km

commit 6807fe89ea60ca953f580677bbb43d8c6f158c9b
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:57 2023 +0300

    Aaded Patriot Super  1.5x 360 Degree defence

commit 2f09ecb3b08a194539d43cdda23ab1661611fd6c
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:56 2023 +0300

    heading ver 4 . problen that it turns to ground
     units

commit a12c9fba725c79019cc86e0064c315307836b35b
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:56 2023 +0300

    heading ver 3 , stil no stay on current heading

commit 82b3110452d7d2c06ffb9b1e61ad0c9be00c6b5a
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:56 2023 +0300

    heading ver 2  Dont work

commit caf4de2f096d90aa1ed7acd82496fb1cc9143a01
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:56 2023 +0300

    first version manual heading

commit 188a217922ba742b5e1b93a08f896c1b37cc1304
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:36 2023 +0300

    added comments

commit c2b4a886c6141d35387eab10006c23cf19ab25fc
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu May 18 20:44:22 2023 +0300

    Add debug command to dump aircraft priorities.

    https://github.com/dcs-liberation/dcs_liberation/issues/2809
    (cherry picked from commit b69def652e2d0505cfc3b13bf827fdd62d5c4922)

commit c32ec358c38ae2c37ffe245e266a2584345e6719
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu May 18 20:44:11 2023 +0300

    Export current task priorities to aircraft yamls.

    Nothing fancy. Rank in reversed (so earliest items in the original list
    have the highest index) list * 10 (to leave gaps for balancing).

    https://github.com/dcs-liberation/dcs_liberation/issues/2809
    (cherry picked from commit e297fcbff8626fac99925d72f1bbe28f950c7a6d)

commit 7f2fdb6b977fe950b6bc8ca65229955a0d0422e2
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:43:36 2023 +0300

    1024 to 834

commit 3020ed9e8f23fea5910e239c2254c4230711a10c
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:43:35 2023 +0300

    resize kneeboard 768x1024 to 1024x1024

commit e5ea94dca04a0f4b22e2587fb3f69058b5b531f9
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:43:35 2023 +0300

    added Tos time to kneeboard about awcs
    also made font smaller

commit a93e09d01053abe5113b64fd96ef5097c29c5224
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:43:34 2023 +0300

    copy paste
    No data for F-14A; it will not be available

commit bc4af2b9d7304c63ee96b40d76db32b53df26c03
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:43:30 2023 +0300

    switched end and start point

commit c52fb721445cbd409ca02aaccfa9165506a3aeb6
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:43:11 2023 +0300

    QComboBox pyside 2 was broken
    (self.AdjustToContents)
    fixed by changing
    (QComboBox.AdjustToContents)

commit 40609d78cb9931a317e40dce8bc29bca1951b907
Author: Jari Luukkonen <Dragonius@users.noreply.github.com>
Date:   Thu May 18 20:43:11 2023 +0300

    Revert "Update F-15E loadouts."

commit 8b913ecdb09f3f16cbed96dac849f277e94bbb87
Author: SnappyComebacks <74509817+SnappyComebacks@users.noreply.github.com>
Date:   Thu May 18 20:43:10 2023 +0300

    Update F-15E loadouts.

    (cherry picked from commit a245ba80c34e1e46b692ea152c3a64699c86a510)

commit ab63c6f07727b7b6aa806ef733a9a0f0a6d49046
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu May 18 20:43:10 2023 +0300

    Fix encoding issues with the Peru faction.

    Not really sure what's going on here, but presumably it's UTF-16 and
    UTF-8 fighting.

    (cherry picked from commit 9365aea72435864a7e96327a305652facd383a00)

commit 443223b86c5a06faa2080456103e2eed1f83be84
Author: DillieKoe <84970592+DillieKoe@users.noreply.github.com>
Date:   Thu May 18 20:43:10 2023 +0300

    Add Peru faction.

    A new Peru faction with a mirage squadon

    (cherry picked from commit 304fd7ea80f5a20b42e7834f9d7a8a3fa083e5c2)

commit a62c6f24ad7231cef0d50ffede9a76cd2d8787ba
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu May 18 20:43:09 2023 +0300

    Don't allow changing TOT for started packages.

    https://github.com/dcs-liberation/dcs_liberation/issues/1680

commit 95a3d41faad106d2e4fea28ff14d5d2eb2f07408
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:42:37 2023 +0300

    removed F4?

commit f3bdfd221e9d99ff04a59f3fefcae71f46062576
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:42:35 2023 +0300

    Added f4

commit 99c61dee4d59cf05c08a8ab4df269a876a1772f2
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:42:19 2023 +0300

    capbuilder TRIED TO ENFORCE  barcap to middle of
    friedlies and enemies

    dcs liberation. added lost unit counter, still WIP

commit 9b529fe1978322e154746f585ca53a80df9625c2
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:41:46 2023 +0300

    Squashed commit of the following:

    commit b860d72c2d5ee33ea7ef359cada9389b35e56b31
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Sat Mar 18 13:42:51 2023 -0700

        Prevent transfer splitting from leaving empty units.

        If the transport were able to move exactly the quantity of units of the
        given type remaining in the transfer without moving the whole order, the
        transfer order would be left with instructions to transfer zero of that
        unit. That's an invariant violation, and was resulting in _later_
        transfers attempting to create a convoy with zero units, which pydcs
        rightly rejects.

        For example: if 2 Abrams and 2 Paladins are ordered to transfer from a
        disconnected FOB to a distant location that is connected by road, and
        only two cargo slots are available, that transfer could be split into:

        ```
        {
            Abrams: 2
        }
        ```

        and

        ```
        {
            Abrams: 0,
            Paladin: 2
        }
        ```

        Depending on the route, those airlifted units might end up still needing
        road transit (we prefer short airlifts rather than direct routes because
        it gives the player more opportunities to intercept enemy convoys). The
        current turn would airlift the Abrams-only group and the Paladin group
        would wait. On the next turn the Abrams would travel by road and the
        Paladins would be airlifted. On the _third_ turn, the Paladins (and zero
        Abrams) would generate an invalid convoy.

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2761.

    commit bcb7d059c048f2263333c2e0e6aa8a5a8e181b12
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Mar 13 19:46:29 2023 -0700

        Tolerate saving when temp is on another FS.

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2748.

    commit bc0dacf974e7a9518091f6153704aec56294c2d6
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Mar 13 19:31:41 2023 -0700

        Fix saving of saves from other machines.

        Need to reset the persisted save paths on load, since the file that was
        loaded may have been moved since it was saved and the original location
        may no longer be accessible.

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2756.

    commit 2d9b0177ec4298f1cc44e315ac3eac8cad79478b
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Mar 13 18:35:56 2023 -0700

        Add channel naming for the warthogs.

        The manual for the legacy warthog usually calls these VHF 1/2 and UHF,
        or VHF AM/FM and UHF. The AM/FM nomenclature is what I usually hear
        people call them and it's clearer, so go with that.

        For the A-10C II, that manual hasn't been updated for the AN/ARC-210
        yet, so I'm not really sure what that ought to be called. The UFC calls
        it COM 1 though, so I went with that. The alternative would be something
        like VHF/UHF for the 210 and UHF for the 164, but I don't know if that's
        actually better. Could be completely explicit and call them by their
        full names, but that's probably less clear to people that aren't
        fiddling with the radio implementation constantly (and even I confuse
        the 164 and the 186 all the damn time).

    commit 2fed84c676357999b0b77cfc9be13306d1d90748
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Mar 13 17:07:57 2023 -0700

        Fix radio data for the A-10Cs.

        My earlier tests were not accurate enough. It turns out that yes, DCS
        does still do some channel clobbering with these, so fix the radio
        selection to account for that.

        I also fumbled some copy paste between the A-10Cs so the A-10C II
        channel assignment ended up in the wrong section doing nothing...

    commit a73c06223d085d193a446dc408e9103a2da9892f
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Sat Mar 11 15:00:28 2023 -0800

        Update radio configuration for the A-10s.

        The latest DCS update both added support for preset radios (two both
        A-10C modules!), and re-ordered the legacy A-10C's radios so we can use
        the VHF radio for intra-flight.

        After this patch, the legacy A-10C will use VHF for intra-flight, the
        new module will use one AN/ARC-210 for intra-flight and the other for
        inter-flight comms, and both modules will have preset channels assigned.

    commit e129c02109a88122ee9a8bf93abca845a6547e8f
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Sat Mar 11 14:42:30 2023 -0800

        Update pydcs.

        Includes the new A-10C radios. Will follow up to make Liberation
        actually use them.

        This manually removes some weapons from mod files that were removed from
        DCS. Those mods may need re-exporting, and may also need updating by
        their authors, but for now this should keep them functioning.

    commit 67dae80b76247502464bcb7e8bec5129e64f338c
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Sun Feb 19 11:59:45 2023 -0800

        Rework the speed controls for 1080p friendliness.

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2396.

    commit 088b69a6ef8267684d70759713d8db737889d0c8
    Author: Nosajthedevil <78634843+Nosajthedevil@users.noreply.github.com>
    Date:   Mon Feb 6 14:11:19 2023 -0600

        Russian Weapon Fixes

        R-24R weapons file correction to R-3R fallback name - now matches name used in R-3R file.

        Remove KH-28 weapons file due to removal from DCS.

        Update KH-25MP weapons file to  fallback to KH-29L instead of Kh-28. Kh-28 previously fell back to Kh-29L.

    commit db64f37a955c8c00553e6bb7c9cdc63068ba4fb6
    Author: Nosajthedevil <78634843+Nosajthedevil@users.noreply.github.com>
    Date:   Tue Feb 7 09:02:27 2023 -0600

        Update AIM-9Juli.yaml

    commit af6c42f49b845f740f071717d079d19304c62f5b
    Author: Nosajthedevil <78634843+Nosajthedevil@users.noreply.github.com>
    Date:   Tue Feb 7 09:01:34 2023 -0600

        Update AIM-9Juli-2X.yaml

    commit 4503170075736ddc7564d16775accba581b50366
    Author: Nosajthedevil <78634843+Nosajthedevil@users.noreply.github.com>
    Date:   Mon Feb 6 17:31:04 2023 -0600

        Added US Weapons Files

        Adds US Weapons files with fallbacks in order of capability.

        Aim-7P added by ED for several US fighters. Falls back to 7MH, and Aim-120B fallback adjusted from MH to P.

        Aim-9J and Aim-9Juli added by ED for the Mirage F-1, also used by F-4 mod and will likely be added to the F-4E whenever it ships. Aim-9J placed between  9P and 9B, Aim-9 Juli placed between 9L and 9P5.

        2x9j and 2x9Juli added by VSN for F-4 mod. Placed between 2x versions of same missiles as above.

        Aim-7E now falls back to 2xAim9x instead of single Aim9x so that it runs through the entire loop of Aim-9s.

    commit c07f343d0e75de772410e077adacf5fa2c567cad
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Feb 9 02:10:43 2023 +0000

        Bump @sideway/formula from 3.0.0 to 3.0.1 in /client

        Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
        - [Release notes](https://github.com/sideway/formula/releases)
        - [Commits](https://github.com/sideway/formula/compare/v3.0.0...v3.0.1)

        ---
        updated-dependencies:
        - dependency-name: "@sideway/formula"
          dependency-type: indirect
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

    commit 725f6c55a55a9c16f78d4ee3646279bd4c2ff95e
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Feb 6 00:44:52 2023 -0800

        Enable sim speed controls by default.

        https://github.com/dcs-liberation/dcs_liberation/issues/1680

    commit 364742a98b07a6e18e62c2ee60812ca9207e5452
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Feb 6 00:38:07 2023 -0800

        Do not allow adding flights after package start.

        https://github.com/dcs-liberation/dcs_liberation/issues/1680

    commit 7b35a749e23b3ff5f3a33263b269870a7a9c8445
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Feb 6 00:34:30 2023 -0800

        Prevent past startup when adding new flights.

        When a new flight is added to a package, if the TOT is early enough the
        new flight might have a startup time in the past. Clamp the TOT when
        adding new flights to the package to avoid this.

        https://github.com/dcs-liberation/dcs_liberation/issues/1680

    commit 23ac510d26830f8f27f049b283fb5aafda1ab1b5
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Feb 6 00:21:55 2023 -0800

        Don't allow changing TOT for started packages.

        https://github.com/dcs-liberation/dcs_liberation/issues/1680

    commit ba10298dbcfee6c44a876f035a4894c1ea9e1732
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Feb 6 00:14:08 2023 -0800

        Allow adjusting TOTs after sim start.

        This makes the start time in WaitingForStart dynamic, which is more
        expensive but probably still cheap enough.

        It also checks that the new TOT will not result in a start time in the
        past when the player changes the TOT.

        https://github.com/dcs-liberation/dcs_liberation/issues/1680

    commit c6a8aeac1d9c55bb2a1922602ad9475b0680603c
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Sun Feb 5 15:10:51 2023 -0800

        Update bug templates for 6.1.1.

    commit b41ef0ab13fad0969eef321f71377ae6eb800d36
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Feb 5 18:10:07 2023 +0100

        Fix heli spawn/landing at FOB/FARP

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2719.

        (cherry picked from commit 34de855b8f889b72406c101d0cea385988e24bf9)

    commit c33a0d5deb727b4a0307ecdce8bd99afdfcc395d
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Sun Feb 5 13:11:31 2023 -0800

        Don't generate runway data for heliports.

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2710.

    commit 70b9d4c17451a0adfab425a7aa91d34ea1ea389e
    Author: Nosajthedevil <78634843+Nosajthedevil@users.noreply.github.com>
    Date:   Wed Feb 1 11:33:57 2023 -0600

        Add VSN F-4 Mod Support

        Added VSN F-4 Mod support

    commit 1462bedd973b482a24e5019c1bdfafe4aca508e4
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Fri Feb 3 00:37:59 2023 +0000

        Bump http-cache-semantics from 4.1.0 to 4.1.1 in /client

        Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
        - [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
        - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

        ---
        updated-dependencies:
        - dependency-name: http-cache-semantics
          dependency-type: indirect
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

    commit 937bacacb72e6f2ba227a579c96deaa471e3bfa4
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Thu Feb 2 16:24:27 2023 -0800

        Pin version of black used in GHA.

        Black rolls out style changes every year, and using "stable" means that
        the check run on PRs might start formatting differently than we do
        locally, or require a reformat of the codebase to make a PR submittable.

        Pin to the version that we've been using. We should update to 23 at some
        point, but we want to do that deliberately.

    commit e8824e5d0337f19ce29b979cdc35fbfa4dc6ba97
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Tue Jan 31 18:32:18 2023 -0800

        Fix line endings.

commit ffc41d012e70716715ad4704e5fdd28b886749de
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:41:15 2023 +0300

    kneeboard fix by commenting custom package name

commit 7253446c3f1ef0d08ed4d53277c25509d6bc2555
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:41:15 2023 +0300

    pulling back some changes

commit 763cbef0e14a0fc4bccbfb935d7ca1f5208a5f57
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:41:14 2023 +0300

    fixes broken modules

commit a99c99fdab1d1f4dac67cc2d3e9dc44ffdb37fb3
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:41:13 2023 +0300

    CTLD problem

commit 70466be8d9b034ef44200d53c7d40fcfaf032602
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:40:57 2023 +0300

    Added kneboard data

commit 8fc978618c92773bc72c7e7c6444bdc752d7f17a
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:40:34 2023 +0300

    Squashed commit of the following:

    commit 86672d882ecc4e2d9ae43082afe1d907940a248f
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Sun Feb 5 13:11:31 2023 -0800

        Don't generate runway data for heliports.

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2710.

    commit 3fc82af3ac1bdd81ea6a062b68b3a77a55bd1e8a
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Feb 5 23:29:01 2023 +0100

        Add slider option for weighted AI procurement

        Resolves #81

    commit 22835e753542c41885d1506e1a392c34ca202684
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Feb 5 19:32:16 2023 +0100

        Pydcs bump to avoid heli's spawning in slot 37 at Ramat David

        Slot 37 in particular is a hangar, which was obviously causing issues...

    commit f979a0c23d5acc2d2c11480241c710c758e0ba08
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Feb 5 18:10:07 2023 +0100

        Fix heli spawn/landing at FOB/FARP

        Resolves #45

    commit 5f1f2b34b77a3c62cfd1cf94c4f86ff77e8de6a8
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Feb 5 12:05:16 2023 +0100

        Remove obsolete installer

    commit 9ab2fc1714c2189425af00788a3203385801d2fc
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 23:57:28 2023 +0100

        Add options for number of Combined Arms slots

        Resolves #74

        - Game masters
        - Tactical commanders
        - JTAC
        - Observers

    commit b25f484ef37c4269de8f30ee1f84cc8012605582
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 22:38:15 2023 +0100

        More renaming of Liberation into Retribution

    commit dd0b565de9d30583944b1a94adf1daa0c1b76730
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 22:18:20 2023 +0100

        Update changelog

    commit 29d88fd61d79c7ab283f2da75f987463ab347a2b
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 19:56:06 2023 +0100

        Add TOT/TOS to kneeboard for AWACS & Tankers

    commit 7625725fd8f505d82dc2491afe94ee29346e955d
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 21:39:31 2023 +0100

        Allow F11 free camera & spectating if "external views" is allowed

    commit cef25bd2f398701db7d9e544ef8e8a9a925d680d
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 20:02:33 2023 +0100

        Ignore TOT & spawn immediately for player flights by default

    commit 1e9cee10031fa4a9c7a3eedd8b6fa5365df9c7a4
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 19:56:51 2023 +0100

        Bump pydcs

        Fixing a mistake that could cause an exception + improvement to callsign selection

    commit 15bcc2d947e13452afd6c61d59b22fc8e286ead4
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 18:45:38 2023 +0100

        Add TOTs in briefing

    commit 763dbebf131b29a183d3fc2241c59b1ba3957143
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 17:06:40 2023 +0100

        Increase random horizontal separation for escort flights

    commit 667addf25bb16e7b8712540ade778508f3a4c9ff
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 17:03:31 2023 +0100

        Wrap aircraft_type in kneeboard support page

    commit 1033923f68500174c21cc74098920238d834f355
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 17:02:44 2023 +0100

        Update React dependencies

    commit d410f9d3c481d65b0d4d84ac1e237a102ee39e1b
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Thu Feb 2 21:37:53 2023 +0100

        Formatting...

    commit a1cc3412e86f351a21af6fe782e84cfa4349dbc6
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Thu Feb 2 21:37:07 2023 +0100

        Update 'black'

    commit a98c9ffe8db1b0dd99886a747aa4cd5b0daf1613
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Thu Feb 2 21:33:54 2023 +0100

        When using 'isinstance', TYPE_CHECKING is NOT ENOUGH!!!

    commit 5d506ca97edb61958b7bf59c03bf88a554fb1e3f
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Thu Feb 2 21:28:17 2023 +0100

        Fixes for Tanker TACAN

        - Y band was not having range info
        - Callsign number was missing

    commit 51c0bfa97013790a27f3226e939f0d82ec871ed3
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 29 22:19:24 2023 +0100

        Update changelog

    commit 5c8e7839808515bfbd5e63357121c31eb5659efa
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 29 18:34:27 2023 +0100

        Fix AAR TCN on Yankee band

    commit b7d95819c1876b73e676333e6c383bc1b82cd0d5
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 29 18:18:29 2023 +0100

        Don't strip all digits from air support's callsign

    commit bb0bf66eac969d612849317f6f66a68ec20f8b8c
    Author: MetalStormGhost <ghosti@smytky.org>
    Date:   Fri Jan 27 23:52:39 2023 +0200

        Improved the F-16I Sufa & F-16D mod v3.2 loadouts.

    commit be7008722b179db67a250f10ffa48a906cd808ef
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Jan 28 00:30:42 2023 +0100

        Bump pydcs

    commit 5535282894b3c38ed4e0829f2ef628ac299365a0
    Author: MetalStormGhost <ghosti@smytky.org>
    Date:   Thu Jan 26 11:33:33 2023 +0200

        F-16D Barak Block 30 and Block 40 support
        Added support for F-16D Barak Block 30 and Block 40 variants. Still using F-16C Barak banners as placeholders until I snap some good ones from the two-seaters.

        Resolves #78

    commit 2fb5f2b7387c3148a1fe364492496018fca78a1d
    Author: MetalStormGhost <ghosti@smytky.org>
    Date:   Sun Jan 22 16:48:33 2023 +0200

        Updated the IDF Mods Project F-16I mod support to version 3.2

    commit e87621576dfff7f3cba9a364e0cbc5c75ac243a5
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 20 23:28:47 2023 +0100

        Add CTLD zones to AOD campaign + version bump

    commit 531625ff08ec08e03c7825c9be939c1153e6c891
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 20 23:00:13 2023 +0100

        Designated CTLD zones for ControlPoints (AB/FOB/FARP)

        Resolves #46

    commit 0d57f710aa0521470e3bb6bc570ef45b9934c41d
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 20 22:10:02 2023 +0100

        Fix exception when airfields use GUARD freqs

    commit 0da431fe33b2e87a1e27cb7d26777918bf41c7e5
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 20 20:41:47 2023 +0100

        Cleanup print statement

    commit 88f984b0a8f01fcaaf5d7bf3b577d9a6129e45af
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Jan 14 15:42:13 2023 +0100

        Configurable RF/TCN/ICLS/LINK4 with UI feedback

        Resolves #70

        Freq/Channel will turn orange when double booked.
        Freq will turn red if GUARD freq was assigned.

    commit ddb9d6968bc50d0156677dbcb1b68c8fa70e4e7a
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Jan 14 17:49:54 2023 +0100

        Reserve VHF Guard FREQ 121.5

    commit 3313535b275170cca111b8b5963d6bb544e04075
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sat Jan 14 16:33:05 2023 +0200

        Add fallback terrain icons in campaign selector (#80)

    commit cccc6e5a44ca9baf5af3c554d096ccdaf18c6f5c
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 13 21:23:31 2023 +0100

        Reserve GUARD freq. 243MHz

        Fix #79

    commit 8b802a9cbc9a320c6da8602202e3c1a785e71407
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 13 21:19:42 2023 +0100

        Fix issue in migrator when package has no flights

        Would cause an exception because `PackageWaypoints.create(p, c)` would call `package.departure_closest_to_target()` on its turn which raises a runtime exception if no flights are present. Makes total sense when you think about it...

        Fixes #66

    commit 0a3a56d4bc4346cd1ec09ea2863933618bd91e27
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 13 21:17:33 2023 +0100

        Propagate update_flight event in '_instant_relocate' instead

        Dropped the ball here, and pretty hard too...

    commit 7bae6cd5629d2f510db0b21abee70b2345eae45f
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 13 20:27:13 2023 +0100

        Add package frequency

        Part of #70

    commit e8151678ddc9fcb5d82b783247b0596c7e003b2b
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 13 20:06:35 2023 +0100

        Fix UI bug in CreateFlight window

        Pilot's player checkbox would be enabled for non-flyable aircraft if the initially selected aircraft that was flyable.

    commit 9dd602290762cd41af558323369fce0c0e80ba6d
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 8 23:21:36 2023 +0100

        Fix Apache radios

        Co-Authored-By: Grizzly35 <116302517+Grizzly35@users.noreply.github.com>

    commit 48e0d579cff2172a5c2f62ea4f8f23538c9af91d
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 8 19:14:51 2023 +0100

        Add package frequency & show package info on kneeboard

        Resolves #71

    commit cc9f61005b3b857ae248ecf371c0ea3e410f1d45
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Jan 7 18:05:29 2023 +0100

        Update pydcs

        Solves callsign problem mentioned in discord, where they would always look like "Callsign 1X"

    commit 48ba8ff255e7b1b418386e96e2eab0d70b45f955
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sat Jan 7 14:54:30 2023 +0200

        Fixed a FrontLine import bug in flightplanbuilder.py (#72)

        Restored the default patrol duration handling in PackageRefuelingFlightPlan. Desired tanker on-station time will now only apply to TheaterRefuelingFlightPlan.

    commit 3f570cce5e32b244c63d2462fc44bbf831ad28a3
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 6 21:02:05 2023 +0100

        Update build.yml

    commit 01ee24c8cf348c4d1738433e6dae4678e62f2858
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Fri Jan 6 21:11:24 2023 +0200

        Configurable tanker on-station time (#69)

    commit 1deff6fa493f4c7cf4e690de917623a01a46d702
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jan 5 19:17:30 2023 +0100

        Bump json5 from 1.0.1 to 1.0.2 in /client (#68)

        Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
        - [Release notes](https://github.com/json5/json5/releases)
        - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

        ---
        updated-dependencies:
        - dependency-name: json5
          dependency-type: indirect
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 4404d31c7b4fe42fbfb89d3b9a593655b76976de
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Thu Jan 5 19:05:31 2023 +0100

        Remove future from requirements.txt

        Dependabot warns us about this package having security issues, and it seems this package isn't used throughout the project.

    commit 989562b90fbe405062849a797ec2f13c149dfd3b
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Thu Jan 5 18:37:09 2023 +0100

        Avoid appending triggers without actions

        Resolves #67

        The problem turned out to be split-triggers with no actions, which occurs when a STRIKE flight has no escorts in its package. Added a guard for this so the trigger isn't pushed to the mission in such a case.

    commit bd63e4484d7f445cb2df1c7ca319a1f8c8f0d92a
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Tue Jan 3 20:52:17 2023 +0100

        Random 5-30min delay for ground force attack without CAS

    commit df642fe7a199581271913a8d07ee66b8ef731155
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Jan 2 18:58:45 2023 +0100

        Set altitude for assault waypoint if Hercules

    commit cb8f2619f2c9c6e1c9ef4f8d309558d4d7c9de59
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Jan 2 02:34:20 2023 +0100

        Update changelog

    commit 2aed461b3a54a56d635b2338680dea58dcc95275
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Jan 2 02:26:00 2023 +0100

        Add custom name for packages in ATO overview

        Resolves #55

    commit f4d75a2c6f114c23fb527547ec8bf693b317a07b
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Jan 2 01:48:07 2023 +0100

        Allow edit of flight's custom name

    commit e36d51a7c2b6485a6d6026f5bc35023eaaeb195c
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Jan 2 01:22:22 2023 +0100

        Adjust string representation of Flight class

    commit 7267b70066f4f1f5662b333b10678149af49e20f
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Jan 2 00:45:50 2023 +0100

        Update issue templates according to new labels

    commit 62d1a89269e4c044f34ec11ea4cf61e9061e84fd
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 1 23:39:00 2023 +0100

        Add clone buttons for flights & packages

        Resolves #56

    commit 6d0ac603f2bdd0ccec2e3d4a1419e8671a493bcb
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 1 16:53:58 2023 +0100

        Generate packages according to TOT order (latest first, earliest last)

        This makes sure that aircraft spawning in the air due to a shortage of parking spots, will have the earliest TOT possible. Flights with later TOTs should be generated first so that they remain at the airfield as OCA target.

    commit 37f2e5bf3aa241ba3defe1198274a6a4e41e0eda
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 1 16:53:18 2023 +0100

        Use stacking algorithm in "_generate_over_departure"

        Resolves #57

        "_generate_over_departure" is the method used to generate flights in the air when no more parking spots are available. Pydcs changes were required as it turned out aircraft were trying to spawn on helicopter parking spots, which forces them to start in the air by DCS itself.

    commit 9ddaf50ad4cb5af97245c2c1765568c7d16af084
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 1 16:06:36 2023 +0100

        Refactor logic wrt "disable idle aircraft"

    commit 42f488df0b6846f9f48b9f221798a5f8f15eb36c
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sun Jan 1 16:29:08 2023 +0200

        Renamed Liberation to Retribution in the following files: (#62)

    commit d2a7de277596eb3820daba330e2010b8d9aac224
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sun Jan 1 16:21:08 2023 +0200

        Add new option in settings: OPFOR autoplanner aggressiveness (#61)

        "Threatened" threshold based on a suggestion from FinCenturion. (#61)

    commit ee1fc53dd3ba06e569f290f4a07513a1ab649a59
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 1 00:43:58 2023 +0100

        Add button to rename pilots in air wing

    commit 192741af36c424415004fb509c4f669c4556803e
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 31 23:25:26 2022 +0100

        Make units selectable in faction overview during campaign gen

        Resolves #35
        Resolves #40

    commit cd4ace4ad5615ae5109400d57a8f60241fbddd05
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 30 13:59:23 2022 +0100

        Rename custom factions folder

    commit 39426dde45fe3eb79034318cde2a5eb26b7a5645
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Tue Dec 27 22:29:08 2022 +0100

        Option to define culling exclusion radius in campaign yaml file

    commit bd4eb3e105854fe631b59617dbea903b94d2215c
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Tue Dec 27 21:59:41 2022 +0100

        Fix wrong payload names for ANTISHIP in F16/18

    commit c37c56c879c05c079fa8e44c12db4978b264fbd2
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Tue Dec 27 19:48:09 2022 +0100

        Air Assault for C-130 mod

        Resolves #49

    commit d26fc84316e971bf6ed50f0c09702c53b430a940
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 26 17:32:30 2022 +0100

        Automatically set 'herculescargo' plugin if present in air wing

    commit 33586aaf4f1b87cea3f9fb16349828ca092f6695
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 26 16:13:11 2022 +0100

        Remove C47 from AI DB flight planner

        Until this aircraft actually drop troops, it's not air assault capable

    commit 650b06d7c897f21b8ecddabba8634195e1161073
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 26 14:06:58 2022 +0100

        Avoid random squadrons in config using livery overrides

        Avoids choosing random squadrons during air wing configuration so that livery overrides takes precedence by default for a given aircraft type, unless the campaign file specifies a specific squadron. Users can still add a squadron manually which will automatically set the correct livery if they use a squadron preset.

        Resolves #52

    commit 09807b25a80549037636e34aa2c69432865f535f
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 26 02:38:24 2022 +0100

        Bumb version

    commit 13d42c3f83f2761fa760b656163f7ed53355c107
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 26 02:20:07 2022 +0100

        Add icon & banner for Hercules mod

        Resolves #51

    commit 6966b14c6bfbccc9b5bc055a05ed24ff30cbf9eb
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 26 01:55:45 2022 +0100

        Minor bugfix in squadron transfer destination combobox

    commit 00ab0c4be220dc8b168ad2d5eb7dea1fb865c710
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 26 01:27:52 2022 +0100

        Add "Instant Squadron Transfer" cheat option

        Resolves #14

    commit 5c06e746594877be31098323890e1cd7e2d99af7
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 25 16:29:49 2022 +0100

        Auto-swap ATFLIR to LITENING for land-based Hornets

        Resolves #50

    commit b0a00507258904ffab25e8fcc863cf11b5e9aa05
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 25 16:29:09 2022 +0100

        Delay ground force attack until first friendly CAS TOT

        If no friendly CAS flight was planned, no delay is planned...

    commit c5a7fbd15a00d456ce189eb36a1a82d7b57b7cee
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 25 16:27:16 2022 +0100

        Remove deprecated options

    commit fa093ea237f3e978495abb796f9d3930b68172fd
    Author: holyorangejuice <gehrettjm@gmail.com>
    Date:   Sun Dec 25 08:42:05 2022 -0600

        Updated F18 and F16 payloads (#48)

        Following loadouts have been configured F-16C:
        - ANTISHIP: 2xAIM120C, 2xAIM9X, 2xAGM65K, 2x Fuel Tank, ALQ-184, TGP
        - BAI: 2xAIM120C, 2xAIM9X, 6xAGM65D, 2x Fuel Tank, ALQ-184, TGP
        - BARCAP: 4xAIM120C, 2xAIM9X, 2x Fuel Tank -> Inherited by TARCAP, Fighter Sweep & Escort
        - CAS: 2xAIM120C, 2xAIM9X, 6xAGM65H, 2x Fuel Tank, ALQ-184, TGP
        - DEAD: 2xAIM120C, 2xAIM9X, 2xAGM154A, 2x Fuel Tank, ALQ-184, TGP + HTS
        - Ferry: 2xAIM120C, 2xAIM9X, 2x Traveling Pod, 2x Fuel Tank
        - OCA Runway: 2xAIM120C, 2xAIM9X, 2xGBU31v3, 2x Fuel Tank, ALQ-184, TGP
        - SEAD: 2xAIM120C, 2xAIM9X, 2xAGM88C, 2x Fuel Tank, ALQ-184, TGP + HTS -> Inherited by SEAD Escort
        - STRIKE: 2xAIM120C, 2xAIM9X, 2xGBU31v1, 2x Fuel Tank, ALQ-184, TGP

        Following loadouts have been configured F-18C:
        - ANTISHIP: 1xAIM120C, 2xAIM9X, 4xAGM84D, 1x Fuel Tank, ATFLIR
        - BAI: 1xAIM120C, 2xAIM9X, 4xAGM65F, 1x Fuel Tank, ATFLIR
        - BARCAP: 5xAIM120C, 2xAIM9X, 2x Fuel Tank -> Inherited by TARCAP, Fighter Sweep & Escort
        - CAS: 1xAIM120C, 2xAIM9X, 4xAGM65F, 1x Fuel Tank, ATFLIR
        - DEAD: 1xAIM120C, 2xAIM9X, 4xAGM154C, 2x Fuel Tank, ATFLIR
        - Ferry: 1xAIM120C, 2xAIM9X, 3x Fuel Tank, ATFLIR
        - OCA Runway: 1xAIM120C, 2xAIM9X, 2xGBU31v4, 2x Fuel Tank, ATLFIR
        - SEAD: 1xAIM120C, 2xAIM9X, 2xAGM88C, 2x Fuel Tank, TGP + HTS -> Inherited by SEAD Escort
        - STRIKE: 1xAIM120C, 2xAIM9X, 2xGBU31v2, 2x Fuel Tank, ATFLIR

    commit 782759bd48e40514684e3f99b18330f7e0d05c38
    Author: holyorangejuice <gehrettjm@gmail.com>
    Date:   Fri Dec 23 05:54:56 2022 -0600

        WRL mission yaml updates  (#47)

        - Removed/changed some units from WRL missions.
        - Minor changes across all missions.
        - Added frontline length recommendations to each mission yaml.

    commit 653e507e89fef8fd61d539440b83095420aeb187
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Tue Dec 20 20:56:30 2022 +0100

        Set "RTB on bingo" false for ferry flights

    commit 4f9c7a73704022c93474d6419f77f58bafec5128
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 19 22:01:50 2022 +0100

        Adjust issue templates

    commit c114256b820fc992fb4af0759265b1d63a5915f7
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 19 21:17:31 2022 +0100

        Renaming Liberation

        Resolves #42

    commit cdd72820b4ad27cd80cabe05dd8a88dabd121b0a
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Mon Dec 19 21:22:10 2022 +0200

        A-4E-C mod support v2.1.0 (#43)

        * Updated a4ec.py to Community A-4E-C mod version 2.1.0

        * Updated changelog.

        Updated A-4E mod version in QNewGameWizard.py (#44)

        Co-Authored-By: Raffson <Raffson@users.noreply.github.com>

    commit 4b8e7e972e350cc919cab4a9f80163deccdc9b20
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 19 19:08:25 2022 +0100

        Relocate layouts.p

    commit 68b04b0e46caaf2ca25aaef9261287bd6e55c629
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 19 19:06:58 2022 +0100

        Fix broken factions

        Due to the F-16A MLU having a wrong filename, all factions that included it got broken. Also fixed an excessive comma in USN 1985

    commit d00b7a176e0145375b91ae447173e32baa68707d
    Author: holyorangejuice <gehrettjm@gmail.com>
    Date:   Mon Dec 19 11:41:25 2022 -0600

        WRL Factions Update (#41)

        Changed WRL blue,red and added red insurgent faction.

    commit 3c3abd484f8ae825930b1775b78dc040ef42255f
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Dec 12 18:50:07 2022 -0800

        Fix livery for VF-33 F-14A squadron.

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2610.

    commit 9d5eece5a561a105d25465b8020d36ef86858d14
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Dec 12 18:42:09 2022 -0800

        Fix encoding issues with the Peru faction.

        Not really sure what's going on here, but presumably it's UTF-16 and
        UTF-8 fighting.

    commit f08df08c7e7b54063f718697d26f9432239065f8
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Dec 12 18:46:23 2022 -0800

        Add changelog notes that were missed in PRs.

    commit 44e5bc646d8844c8ca0621a4e1fc0d8118ccc362
    Author: DillieKoe <84970592+DillieKoe@users.noreply.github.com>
    Date:   Tue Dec 13 03:39:21 2022 +0100

        Add Peru faction.

        A new Peru faction with a mirage squadon

    commit 74eb8f38f9fd2e0e42905f06554b497feeae8f48
    Author: ColonelAkirNakesh <93631947+ColonelAkirNakesh@users.noreply.github.com>
    Date:   Mon Dec 12 18:21:12 2022 -0800

        Override liveries for Russian aircraft in bluefor faction.

    commit 5ff8fb170d2b9db53114a7550e8c234922b9c46f
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 18 16:42:26 2022 +0100

        Only check for ground units in capture triggers

    commit 39a5b486d3da907953f51e162106bfae05ded46f
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 18 16:35:59 2022 +0100

        Start using own pydcs fork

    commit 6664a139d860581d6c8841ec361eb09345205086
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 17 21:13:36 2022 +0100

        Support for Ka-50 Black Shark 3

        Resolves #38

    commit d5de5b3a781a26484d68ae23aab724f4087d8f6b
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 17 23:09:21 2022 +0100

        Stack aircraft when spawning right above CP

        Should prevent mid-air collisions in most cases, though I'm still worried about "off map" spawns that can possibly collide, though an easy fix would be to manually use time-spacing.
        Alternatively we need to treat it as a special case, assigning different altitudes to avoid collisions during the first leg of the flight if that turns out to be the case...

    commit c3024e38a60cf25e51d4623e16788d293b91ae26
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 17 14:57:33 2022 +0100

        Update WRL factions

    commit cfd05400d20bf8ac1988cbb5fbfd4a8236298055
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 16 23:28:10 2022 +0100

        Update changelog

    commit 64992a29496eb0ee8d50de8a55a88a33eb1ba006
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 16 23:23:28 2022 +0100

        Wrap target description for strike waypoints on kneeboard

        Resolve #39

    commit 8ea76563620288af8aad31d4b8d989f95e6cad2e
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 16 22:16:45 2022 +0100

        Fix exception when trying to add extra waypoints

    commit cd760c45a8fa7308d41139ee33b4995b2ac0f88a
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 16 20:30:33 2022 +0100

        Updating WRL campaigns

    commit 15f6c8dd85dfc72a4ebf9a27d5d3e3b3b85c791e
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Fri Dec 16 19:59:21 2022 +0200

        Add new performance option: Disable idle aircraft at airfields (#37)

    commit 7d2dd0bcbeb880db5e1996170ad9b7e070130f14
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Tue Dec 13 20:08:56 2022 +0200

        Add option to only generate night missions (#36)

        Replaces the existing checkbox to disable night missions with a selector that allows you to choose between Day/Night/Day&Night

    commit 608525d5b4504ea4135c0d9f85f94f38bee6a145
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 11 21:36:41 2022 +0100

        Add game master slot & more observer/commander slots

    commit 49d4d508d40751d77e06da06064df94a3280103b
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 11 21:35:43 2022 +0100

        Add F-15E payload for DEAD

    commit 0e286ab7b5babaa68c6a07dd356b757c3dfb66e6
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 11 19:36:01 2022 +0100

        Include B-1B payload for DEAD

    commit 4e27591afa8def06f90d6ded8bfb38766cf32658
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Sun Dec 11 12:21:48 2022 +0100

        Bump certifi from 2022.9.24 to 2022.12.7 (#34)

        Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7.
        - [Release notes](https://github.com/certifi/python-certifi/releases)
        - [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07)

        ---
        updated-dependencies:
        - dependency-name: certifi
          dependency-type: direct:production
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 01c5f3e2a9baf04d1323a5be8e0e7da781eaec55
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 10 19:06:17 2022 +0100

        Rename F-16A icon

        Fixes crash trying to access AIRCRAFT_ICONS["F-16A"]

    commit 436d2f87da878e3973d321f7b69552f9ff3a170f
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 10 17:24:18 2022 +0100

        Add F-16A MLU

        Resolves #10

    commit 2e2a397312eeb44a135e85f22cd76fd7b127f1fe
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 10 16:55:20 2022 +0100

        Increase Mirage F1's priority for RUNWAY_ATTACK

    commit 54a5461ecb2a2a443de54181aa4ebee7e81fde2d
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 10 15:28:42 2022 +0100

        Remove duplicate campaign

    commit 49ddd5ce96f6b2952a09b47a6623b07fc1b285a7
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 10 15:28:32 2022 +0100

        Add links in descriptions of WRL's factions and campaigns

    commit e9c1e7b77062636e72e99a00e4ba722b744e4665
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 10 15:21:24 2022 +0100

        Allow external links in Campaign/Faction description

    commit c298e5bc244c1650358fc561298717bcb516ab1d
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 10 15:20:25 2022 +0100

        Add campaign: Kutaisi to Vaziani by WRL

        Resolves #31

        Co-Authored-By: holyorangejuice <4298744+holyorangejuice@users.noreply.github.com>

    commit 48e5e7ca95f91b414b8f5104972fd4c9abb4b0f3
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sat Dec 10 18:24:22 2022 +0200

        F-100 Super Sabre mod version 2.7.18.30765 patch 20.10.22 support (#32)

        Also makes F-105G "SEAD Escort" capabale

    commit 55fb5befb9a5300efcb69ca532e24abfe6ee21db
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sat Dec 10 18:17:35 2022 +0200

        F-104C is now correctly removed from the faction when the mod is not enabled. (#33)

    commit 22c7e21a66a17d9a16f51f39da1f1a14d942736e
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 4 21:32:23 2022 +0100

        Add battle4area51 by Oscar Juliet

        Still WIP as the IADS network is not fully connected

        Co-Authored-By: holyorangejuice <4298744+holyorangejuice@users.noreply.github.com>

    commit a88f48f3ce272e336a3c9fa74d4fc2d6ac3b4180
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 4 21:27:43 2022 +0100

        Bump campaign version

    commit 6c673697f0e26673d4c8df7b8d2df4aa6c3cbbea
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 3 21:28:13 2022 +0100

        Fix livery overrides

    commit 4af7255917bc1f66657eb8cfb64c0e2d8807984f
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sat Dec 3 23:01:35 2022 +0200

        Cull FlightType.TRANSPORT, FlightType.AEWC & FlightType.REFUELING surroundings

        Don't create culling exclusion zones around FlightType.TRANSPORT, FlightType.AEWC & FlightType.REFUELING mission targets. (#30)

    commit dfa33724e95b9f3d94876f6b68f4665de225b90a
    Author: MetalStormGhost <ghosti@smytky.org>
    Date:   Sat Dec 3 22:43:20 2022 +0200

        B1-B bomber strike ingress now has expend=Expend.All and WeaponType.Guided strike mission.

    commit 568fd35ddcabd249bf943eb76d4028c78089fc26
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 3 16:05:25 2022 +0100

        Fix CAS' landing WPT

    commit bc674edb3a26a2e38c212aac5ce0f0446f3ab204
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sat Dec 3 17:25:29 2022 +0200

        Updated the Caucasus landmap (#28)

         It is now also suitable for campaigns set in the forested regions of Caucasus. There are corridors for ground forces from Apsheronsk to Tuapse and from Maykop to Sochi. Also, the hilly area around Ambrolauri can now be used in campaigns as well.

    commit f5c7935993f43fad209a1a162e08163ac6ea5484
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sat Dec 3 17:11:22 2022 +0200

        GroundForcePainter for applying custom liveries to ground units and ships (#26)

        See #26 for more info

    commit 0c30ce3bb39be0b52597d03e75e48c7daad6f570
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sat Dec 3 15:31:40 2022 +0200

        Revert "Revert "Add support for the AI-only F-14A."" (#27)

        This reverts commit 920c9b15ff815b5df08ff90c4a6b0a10cce3e169.

    commit e38a6cd9079a6165026afe8bccd3023a467df158
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 2 22:45:57 2022 +0100

        Support defining max frontline length in campaign

        Resolve #25

    commit dd98a1d07896444e9ab2acb41655f2f5cbe64f3c
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 2 16:45:59 2022 +0100

        Update operation_vectrons_claw.yaml

    commit c9611cca99d220fb31e9c82d0b9ab7cf41fbe500
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 2 16:45:43 2022 +0100

        Update F-14B payloads

    commit 8a17184ccc269b82e083f232ece945a8058505bc
    Author: RndName <mail@rndname.de>
    Date:   Wed Nov 30 13:09:17 2022 +0100

        Fix manual debrief submit not ending mission

    commit e5b193f21ada1229d549de6d0497a91be5ee2bb8
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Sun Nov 27 21:08:48 2022 -0800

        Changelog section for 6.1.

    commit b9c62bc44af820cefbccef16bc2436e371dd06a8
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 2 15:04:21 2022 +0100

        primary flight dead => escort RTB

        Make sure trigger isn't activated when split flag was already set to true

    commit 243ded448d3b04b05889475915a303c38e2ada93
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 2 15:03:53 2022 +0100

        Improve bomber tasking

    commit ae561e55640f84789fe3de4aec87b56938e58718
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 2 15:03:20 2022 +0100

        Remove 'initial' wpt from STRIKE

    commit 5ffb8cbd96832a260ed4badc0e07ca112a7f655d
    Author: ColonelAkirNakesh <93631947+ColonelAkirNakesh@users.noreply.github.com>
    Date:   Tue Nov 29 12:58:17 2022 -0800

        Update uk_1990.json (#24)

        Replaced USS Tarawa with HMS Invincible.

    commit 07d0e555e59cabb710933c991dd5b435d37a9e64
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Nov 27 21:09:51 2022 +0100

        Limit spacing

    commit e5c80ef3af9e958ebf5269a96b09d19e37b8065e
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Nov 27 21:09:13 2022 +0100

        Move Bronco down in CAS list, lowering priority

    commit 11cc62d9a97358b8ee1545e767be24156f77bb1b
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Nov 26 21:45:25 2022 +0100

        Remove py

        Attempt to remove this as it seems to be unused and according to dependabot contains a ReDoS vulnerability

    commit 8c9f07643f37c96bc8c3f7291f2fd210f55adfb7
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sat Nov 26 22:01:16 2022 +0200

        Add some South Atlantic naval assets (#23)

        - Unit yamls for several ships and added some new ones to uk_1990.json
        - 2 new layouts: Aircraft Carrier / LHA with Frigate escorts
        - Add "HMS Invincible" as Control Point

    commit 85607b97d5f1c929dd3b1c3debbb798946a71dec
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Nov 26 17:50:01 2022 +0100

        Update ai_flight_planner_db.py

    commit 0bc67adea89201190e689d1da476b9ba8a31ec1d
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Nov 26 16:55:46 2022 +0100

        Remove references to liberation in issue templates

    commit 1cfab07b8b5fbdd40a86c8f0f6b82b5f3b53c25d
    Author: Starfire13 <72491792+Starfire13@users.noreply.github.com>
    Date:   Sat Nov 26 09:55:56 2022 +1100

        Updates Khopa's Normandy and Channel campaign to 10.0

        Note that Operation Dynamo only requires a yaml file update. The .miz file is fine and is not included here.

    commit 499e63e2c366da0b682c72de0f005494b9620a39
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Fri Nov 25 14:04:42 2022 -0800

        Unfilter the custom waypoint targets.

        There doesn't appear to be any reason for us to be poking at
        implementation details here aside from changing the name from "unit" to
        "building" for that case. Just iterate over the known strike targets.

        Making this change uncovered some latent type errors.

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2564.

    commit bc8624d60519cd740973f1ffe058a08b47d1eee9
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Fri Nov 25 13:47:00 2022 -0800

        Remove dead code.

    commit 11a3c49464ff77a2ab9c6996e8dac9c84cc752cf
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Nov 26 16:43:47 2022 +0100

        Correct radios for the MB-339A.

       …
Dragonius added a commit to Dragonius/dcs_liberation that referenced this issue Sep 1, 2023
commit 8d8fcf6d36d277d9abfc19c53e2147b753969330
Author: M Chimiste <37678080+M-Chimiste@users.noreply.github.com>
Date:   Sun Aug 27 13:10:00 2023 -0400

    Create payloads folder in ME folder if needed (#200)

    Added a check for the existence of a payloads folder.  Also made the _save_payloads lookup and path generation the same as _backup_payloads method to have consistency.

    (cherry picked from commit 16b7ff2bb47a8bba1ea2f184731a03677f54eeeb)

commit cc949b25b2844f1819af6286967e39724c80bebb
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Aug 26 20:45:11 2023 +0200

    Update changelog.md

    (cherry picked from commit 19b9b8b0ea4c8e05030e82e1c31666dca52da592)

commit ce994b5c13be8ca521a57893432acccfc0ca63fd
Author: Raffson <Raffson@users.noreply.github.com>
Date:   Sat Aug 26 19:19:54 2023 +0200

    Allow editing pretty_name for waypoints

    (cherry picked from commit f5cb293e4482d9b31f9f06272105a4b4847f8929)

commit 9aef9c9e558f7385958616acb4f1b054b9332940
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Fri Sep 1 18:46:25 2023 +0300

    Remove incompatible Escort task from L-39ZA

    (cherry picked from commit f22ad17651bf7b49b2996becb687fd5141a295ed)

commit a7804dc75bf404691ca6e64ff35cef07f613d5ca
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Mon Aug 21 11:48:39 2023 +0300

    crusshing bugs on lenght of frontline

    (cherry picked from commit 8d2b57cc17f154ee9ce8e18b263611e236cf0f3e)

commit f5af278d1bfd26dcd1ca4968b0f92ca672793f53
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Mon Aug 21 11:48:04 2023 +0300

    Fixes to frontline length, now it works

    (cherry picked from commit ed3df64ca15db7fe45be870d80828fe54d430c48)

commit ccb26f3cbbf90adf0b6dceeda11bccf76e24aec4
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed Aug 16 01:22:09 2023 +0300

    helo max_speed * 0.7) to
    max_speed * 0.5)

commit 6548040a9c21b9b0605dcc4093a66e2da8838e03
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed Aug 16 01:20:36 2023 +0300

    cruise_mach =
    max_speed.mach() * (0.65 if flight.is_helo else 0.85)

commit b4ac368f57bb6e62eaa95836980f9989f31704c3
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed Aug 16 01:18:14 2023 +0300

    added back to -1 to control waypoinys

    (cherry picked from commit 325cc6903205d645248f855d72bc2134f252d97b)

commit 8016b4bb5ba0f5c5b639ce047bdbc18ceb0289b6
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed Aug 9 22:02:57 2023 +0300

    there was 1 more extra Ara_vdm that needed
    commented

commit 1abbad68f01d2eac41cdbf5085f9f1f780d07f39
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed Aug 9 21:14:41 2023 +0300

    disabled the Ara_vdm until its added

commit 4759d8c81b9409178470ad87b2a676c3bcc23ee7
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed Aug 9 20:56:56 2023 +0300

    comment out major version tester

commit d0730184275f595ab2eea4bb97541e427a668816
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Sat Jun 24 08:25:48 2023 +0300

    rollback banners

commit 2224a702aff48ae76629cd7fcb4b1ecf8733cecb
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed Jun 21 22:33:53 2023 +0300

    Add Mi-8 to Egypt's faction

    (cherry picked from commit 430d33c1448f4bb5a15fcad1cfcd864b9e3eab75)

commit d84639e7f2560773ccdb34a6a9d340ff6a808d10
Author: Dan Albert <dan@gingerhq.net>
Date:   Sun Jun 11 23:38:36 2023 -0700

    Basic Sinai support.

    Not ready (most importantly no landmap).

    https://github.com/dcs-liberation/dcs_liberation/issues/2979
    (cherry picked from commit b18b3719042d083634add8770d26bde5c5c6acfe)

commit 9a96bcbe1b56cd2b2ef7098ac8de364630ebc59d
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Sat Jun 10 20:33:27 2023 +0300

    added super patriot

commit 7b62efcda33cc8bc9c633d6da37d59ec9536f595
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Fri Jun 9 17:43:33 2023 +0300

    ADDED AIR ASSAULT to frontlines

commit a4a6997ba2d770ebc819e7bbc7c0dac4cc4ee0a7
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Fri Jun 9 17:21:09 2023 +0300

    mountain of pain update

commit 603715fece2abe3f257ecb2e5c9a47505eeef33b
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed May 31 21:59:12 2023 +0300

    returned FRONTLINE_LENGTH back

commit 165f2c03782e868c7b8676fd61d8a8bb3a884161
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed May 31 21:29:59 2023 +0300

    added import from settings

commit 35f0f03be187f6346e4bac017676ff7a63b17149
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed May 31 21:18:48 2023 +0300

    added back FRONTLINE_LENGTH = 40000

commit 5c585922b5740c8d91418c86a629d6778e2a698b
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed May 31 21:15:56 2023 +0300

    added frontline size to settings

commit 00a07e820ebed60fcac3f09a32923a6229591f54
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed May 31 20:45:02 2023 +0300

    added back mountain_of_pain yaml

commit dd8dcd53424f11ce455dd16287c94abbb2747713
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed May 31 20:40:34 2023 +0300

    Squashed commit of the following:

    commit 880188babd70c4bbe3bb1ff2804af214ee52c371
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Thu May 25 21:00:42 2023 -0700

        Make the flight details menu modal.

        Prevents players from accidentally deleting flights they're currently
        viewing, which would cause an error.

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2911.

        (cherry picked from commit 64e2213f282f02d972dffd89a1c8b85fbb5bbfc7)

    commit c9b32a4075fa67e29d6ef357537dcaa0657afde8
    Author: Dragonius <Blackerhawker@hotmail.com>
    Date:   Wed May 31 20:37:37 2023 +0300

        "Maximum number of pilots per squadron", 2 to 1

    commit c069abf99d94cba111d502b7cc19c981fcb6a9db
    Author: zhexu14 <64713351+zhexu14@users.noreply.github.com>
    Date:   Mon May 29 23:25:29 2023 +1000

        issue 2922: make BAI plannable against missile and costal sites

        (cherry picked from commit e0240130935d8748b14ed31f10b636daa615316a)
        (cherry picked from commit 81a00981eb831528f16dfd30f19708a145565847)

    commit 6469e956898f2d285b5ce63cb0b0d4c83a2bb12c
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Thu May 25 21:39:07 2023 -0700

        Allow save compat to exist for two versions.

        We want to clean up eventually, but allowing it to exist in both develop
        and the release branch makes cherry picks easier.

        (cherry picked from commit c80e5b259fd0cf731d1de609b7529d9ede936323)

    commit f4d89e80b55417dd4c7a7eecc6cd8be89deffe0d
    Author: Dragonius <Blackerhawker@hotmail.com>
    Date:   Mon May 29 18:54:14 2023 +0300

        added : before minutes and after seconds

    commit cec29e675a50a9625c49cfe41d2ef9ff6d67d1f0
    Author: Dragonius <Blackerhawker@hotmail.com>
    Date:   Thu May 25 17:40:18 2023 +0300

        updates

    commit fe3b7e80249c4a230d2f557723d8f2a0ed20870f
    Author: Dragonius <Blackerhawker@hotmail.com>
    Date:   Wed May 24 17:54:23 2023 +0300

        added
        /src
        /src/pydcs

        (cherry picked from commit 8ef360c38e035ffab272fe4bb977361a4e059aa6)

commit 4ed42cdfbe3a6b9485a8db5ade132f650a3daa6f
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed May 24 18:03:39 2023 +0300

    Revert "added Mountain_of_pain WIP"

    This reverts commit 1454ab2fb24004d5704ddcfaa0fac2ba429916cb.

commit d03097871c3361358689145961a38a93b579d9d9
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Wed May 24 17:54:23 2023 +0300

    added
    /src
    /src/pydcs

commit a23dfd147adcc844c89314260ecd4c3055be64ef
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Sat May 20 01:36:16 2023 +0300

    removed files

commit b5dadd5ad1d4918c900fe6c3dde1c155b42e4925
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Sat May 20 01:29:03 2023 +0300

    added super

commit 785573a04069de0b3cb8babca4c6ea9063edef9a
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:57 2023 +0300

    added git ignore

commit a56f18559f7009913136010745aef326c04e50c4
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 19:24:04 2023 +0300

    Revert "Added has# to  debug text"

    This reverts commit af8d0399431ff4acb024d2464b611781f274245e.

commit bcd38bfbd63781fbb3b397223d0cef55941650c7
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 19:17:52 2023 +0300

    Added has# to  debug text

commit 2580f316c9b5f065b9b5c7b16c1ce3abee9fe2d2
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Tue May 16 21:38:43 2023 +0300

    added src folder

commit 8997bde7bf81ec24cccb1880ca78938f3de3a7b1
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:58 2023 +0300

    forgot to add patriot Super yaml

commit 136ade83568752a5b855564fc12b87cefd4060af
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:57 2023 +0300

    changes Cas radius, back to 80Km

commit f06f67c31cd12bd82e69acaf3487407bbd79ba84
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:57 2023 +0300

    Delete f14 yaml
    cas is int , not float, changed that
    frontline is 80km, did put it 8km

commit 6807fe89ea60ca953f580677bbb43d8c6f158c9b
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:57 2023 +0300

    Aaded Patriot Super  1.5x 360 Degree defence

commit 2f09ecb3b08a194539d43cdda23ab1661611fd6c
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:56 2023 +0300

    heading ver 4 . problen that it turns to ground
     units

commit a12c9fba725c79019cc86e0064c315307836b35b
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:56 2023 +0300

    heading ver 3 , stil no stay on current heading

commit 82b3110452d7d2c06ffb9b1e61ad0c9be00c6b5a
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:56 2023 +0300

    heading ver 2  Dont work

commit caf4de2f096d90aa1ed7acd82496fb1cc9143a01
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:56 2023 +0300

    first version manual heading

commit 188a217922ba742b5e1b93a08f896c1b37cc1304
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:44:36 2023 +0300

    added comments

commit c2b4a886c6141d35387eab10006c23cf19ab25fc
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu May 18 20:44:22 2023 +0300

    Add debug command to dump aircraft priorities.

    https://github.com/dcs-liberation/dcs_liberation/issues/2809
    (cherry picked from commit b69def652e2d0505cfc3b13bf827fdd62d5c4922)

commit c32ec358c38ae2c37ffe245e266a2584345e6719
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu May 18 20:44:11 2023 +0300

    Export current task priorities to aircraft yamls.

    Nothing fancy. Rank in reversed (so earliest items in the original list
    have the highest index) list * 10 (to leave gaps for balancing).

    https://github.com/dcs-liberation/dcs_liberation/issues/2809
    (cherry picked from commit e297fcbff8626fac99925d72f1bbe28f950c7a6d)

commit 7f2fdb6b977fe950b6bc8ca65229955a0d0422e2
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:43:36 2023 +0300

    1024 to 834

commit 3020ed9e8f23fea5910e239c2254c4230711a10c
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:43:35 2023 +0300

    resize kneeboard 768x1024 to 1024x1024

commit e5ea94dca04a0f4b22e2587fb3f69058b5b531f9
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:43:35 2023 +0300

    added Tos time to kneeboard about awcs
    also made font smaller

commit a93e09d01053abe5113b64fd96ef5097c29c5224
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:43:34 2023 +0300

    copy paste
    No data for F-14A; it will not be available

commit bc4af2b9d7304c63ee96b40d76db32b53df26c03
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:43:30 2023 +0300

    switched end and start point

commit c52fb721445cbd409ca02aaccfa9165506a3aeb6
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:43:11 2023 +0300

    QComboBox pyside 2 was broken
    (self.AdjustToContents)
    fixed by changing
    (QComboBox.AdjustToContents)

commit 40609d78cb9931a317e40dce8bc29bca1951b907
Author: Jari Luukkonen <Dragonius@users.noreply.github.com>
Date:   Thu May 18 20:43:11 2023 +0300

    Revert "Update F-15E loadouts."

commit 8b913ecdb09f3f16cbed96dac849f277e94bbb87
Author: SnappyComebacks <74509817+SnappyComebacks@users.noreply.github.com>
Date:   Thu May 18 20:43:10 2023 +0300

    Update F-15E loadouts.

    (cherry picked from commit a245ba80c34e1e46b692ea152c3a64699c86a510)

commit ab63c6f07727b7b6aa806ef733a9a0f0a6d49046
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu May 18 20:43:10 2023 +0300

    Fix encoding issues with the Peru faction.

    Not really sure what's going on here, but presumably it's UTF-16 and
    UTF-8 fighting.

    (cherry picked from commit 9365aea72435864a7e96327a305652facd383a00)

commit 443223b86c5a06faa2080456103e2eed1f83be84
Author: DillieKoe <84970592+DillieKoe@users.noreply.github.com>
Date:   Thu May 18 20:43:10 2023 +0300

    Add Peru faction.

    A new Peru faction with a mirage squadon

    (cherry picked from commit 304fd7ea80f5a20b42e7834f9d7a8a3fa083e5c2)

commit a62c6f24ad7231cef0d50ffede9a76cd2d8787ba
Author: Dan Albert <dan@gingerhq.net>
Date:   Thu May 18 20:43:09 2023 +0300

    Don't allow changing TOT for started packages.

    https://github.com/dcs-liberation/dcs_liberation/issues/1680

commit 95a3d41faad106d2e4fea28ff14d5d2eb2f07408
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:42:37 2023 +0300

    removed F4?

commit f3bdfd221e9d99ff04a59f3fefcae71f46062576
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:42:35 2023 +0300

    Added f4

commit 99c61dee4d59cf05c08a8ab4df269a876a1772f2
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:42:19 2023 +0300

    capbuilder TRIED TO ENFORCE  barcap to middle of
    friedlies and enemies

    dcs liberation. added lost unit counter, still WIP

commit 9b529fe1978322e154746f585ca53a80df9625c2
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:41:46 2023 +0300

    Squashed commit of the following:

    commit b860d72c2d5ee33ea7ef359cada9389b35e56b31
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Sat Mar 18 13:42:51 2023 -0700

        Prevent transfer splitting from leaving empty units.

        If the transport were able to move exactly the quantity of units of the
        given type remaining in the transfer without moving the whole order, the
        transfer order would be left with instructions to transfer zero of that
        unit. That's an invariant violation, and was resulting in _later_
        transfers attempting to create a convoy with zero units, which pydcs
        rightly rejects.

        For example: if 2 Abrams and 2 Paladins are ordered to transfer from a
        disconnected FOB to a distant location that is connected by road, and
        only two cargo slots are available, that transfer could be split into:

        ```
        {
            Abrams: 2
        }
        ```

        and

        ```
        {
            Abrams: 0,
            Paladin: 2
        }
        ```

        Depending on the route, those airlifted units might end up still needing
        road transit (we prefer short airlifts rather than direct routes because
        it gives the player more opportunities to intercept enemy convoys). The
        current turn would airlift the Abrams-only group and the Paladin group
        would wait. On the next turn the Abrams would travel by road and the
        Paladins would be airlifted. On the _third_ turn, the Paladins (and zero
        Abrams) would generate an invalid convoy.

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2761.

    commit bcb7d059c048f2263333c2e0e6aa8a5a8e181b12
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Mar 13 19:46:29 2023 -0700

        Tolerate saving when temp is on another FS.

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2748.

    commit bc0dacf974e7a9518091f6153704aec56294c2d6
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Mar 13 19:31:41 2023 -0700

        Fix saving of saves from other machines.

        Need to reset the persisted save paths on load, since the file that was
        loaded may have been moved since it was saved and the original location
        may no longer be accessible.

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2756.

    commit 2d9b0177ec4298f1cc44e315ac3eac8cad79478b
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Mar 13 18:35:56 2023 -0700

        Add channel naming for the warthogs.

        The manual for the legacy warthog usually calls these VHF 1/2 and UHF,
        or VHF AM/FM and UHF. The AM/FM nomenclature is what I usually hear
        people call them and it's clearer, so go with that.

        For the A-10C II, that manual hasn't been updated for the AN/ARC-210
        yet, so I'm not really sure what that ought to be called. The UFC calls
        it COM 1 though, so I went with that. The alternative would be something
        like VHF/UHF for the 210 and UHF for the 164, but I don't know if that's
        actually better. Could be completely explicit and call them by their
        full names, but that's probably less clear to people that aren't
        fiddling with the radio implementation constantly (and even I confuse
        the 164 and the 186 all the damn time).

    commit 2fed84c676357999b0b77cfc9be13306d1d90748
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Mar 13 17:07:57 2023 -0700

        Fix radio data for the A-10Cs.

        My earlier tests were not accurate enough. It turns out that yes, DCS
        does still do some channel clobbering with these, so fix the radio
        selection to account for that.

        I also fumbled some copy paste between the A-10Cs so the A-10C II
        channel assignment ended up in the wrong section doing nothing...

    commit a73c06223d085d193a446dc408e9103a2da9892f
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Sat Mar 11 15:00:28 2023 -0800

        Update radio configuration for the A-10s.

        The latest DCS update both added support for preset radios (two both
        A-10C modules!), and re-ordered the legacy A-10C's radios so we can use
        the VHF radio for intra-flight.

        After this patch, the legacy A-10C will use VHF for intra-flight, the
        new module will use one AN/ARC-210 for intra-flight and the other for
        inter-flight comms, and both modules will have preset channels assigned.

    commit e129c02109a88122ee9a8bf93abca845a6547e8f
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Sat Mar 11 14:42:30 2023 -0800

        Update pydcs.

        Includes the new A-10C radios. Will follow up to make Liberation
        actually use them.

        This manually removes some weapons from mod files that were removed from
        DCS. Those mods may need re-exporting, and may also need updating by
        their authors, but for now this should keep them functioning.

    commit 67dae80b76247502464bcb7e8bec5129e64f338c
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Sun Feb 19 11:59:45 2023 -0800

        Rework the speed controls for 1080p friendliness.

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2396.

    commit 088b69a6ef8267684d70759713d8db737889d0c8
    Author: Nosajthedevil <78634843+Nosajthedevil@users.noreply.github.com>
    Date:   Mon Feb 6 14:11:19 2023 -0600

        Russian Weapon Fixes

        R-24R weapons file correction to R-3R fallback name - now matches name used in R-3R file.

        Remove KH-28 weapons file due to removal from DCS.

        Update KH-25MP weapons file to  fallback to KH-29L instead of Kh-28. Kh-28 previously fell back to Kh-29L.

    commit db64f37a955c8c00553e6bb7c9cdc63068ba4fb6
    Author: Nosajthedevil <78634843+Nosajthedevil@users.noreply.github.com>
    Date:   Tue Feb 7 09:02:27 2023 -0600

        Update AIM-9Juli.yaml

    commit af6c42f49b845f740f071717d079d19304c62f5b
    Author: Nosajthedevil <78634843+Nosajthedevil@users.noreply.github.com>
    Date:   Tue Feb 7 09:01:34 2023 -0600

        Update AIM-9Juli-2X.yaml

    commit 4503170075736ddc7564d16775accba581b50366
    Author: Nosajthedevil <78634843+Nosajthedevil@users.noreply.github.com>
    Date:   Mon Feb 6 17:31:04 2023 -0600

        Added US Weapons Files

        Adds US Weapons files with fallbacks in order of capability.

        Aim-7P added by ED for several US fighters. Falls back to 7MH, and Aim-120B fallback adjusted from MH to P.

        Aim-9J and Aim-9Juli added by ED for the Mirage F-1, also used by F-4 mod and will likely be added to the F-4E whenever it ships. Aim-9J placed between  9P and 9B, Aim-9 Juli placed between 9L and 9P5.

        2x9j and 2x9Juli added by VSN for F-4 mod. Placed between 2x versions of same missiles as above.

        Aim-7E now falls back to 2xAim9x instead of single Aim9x so that it runs through the entire loop of Aim-9s.

    commit c07f343d0e75de772410e077adacf5fa2c567cad
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Feb 9 02:10:43 2023 +0000

        Bump @sideway/formula from 3.0.0 to 3.0.1 in /client

        Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
        - [Release notes](https://github.com/sideway/formula/releases)
        - [Commits](https://github.com/sideway/formula/compare/v3.0.0...v3.0.1)

        ---
        updated-dependencies:
        - dependency-name: "@sideway/formula"
          dependency-type: indirect
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

    commit 725f6c55a55a9c16f78d4ee3646279bd4c2ff95e
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Feb 6 00:44:52 2023 -0800

        Enable sim speed controls by default.

        https://github.com/dcs-liberation/dcs_liberation/issues/1680

    commit 364742a98b07a6e18e62c2ee60812ca9207e5452
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Feb 6 00:38:07 2023 -0800

        Do not allow adding flights after package start.

        https://github.com/dcs-liberation/dcs_liberation/issues/1680

    commit 7b35a749e23b3ff5f3a33263b269870a7a9c8445
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Feb 6 00:34:30 2023 -0800

        Prevent past startup when adding new flights.

        When a new flight is added to a package, if the TOT is early enough the
        new flight might have a startup time in the past. Clamp the TOT when
        adding new flights to the package to avoid this.

        https://github.com/dcs-liberation/dcs_liberation/issues/1680

    commit 23ac510d26830f8f27f049b283fb5aafda1ab1b5
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Feb 6 00:21:55 2023 -0800

        Don't allow changing TOT for started packages.

        https://github.com/dcs-liberation/dcs_liberation/issues/1680

    commit ba10298dbcfee6c44a876f035a4894c1ea9e1732
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Feb 6 00:14:08 2023 -0800

        Allow adjusting TOTs after sim start.

        This makes the start time in WaitingForStart dynamic, which is more
        expensive but probably still cheap enough.

        It also checks that the new TOT will not result in a start time in the
        past when the player changes the TOT.

        https://github.com/dcs-liberation/dcs_liberation/issues/1680

    commit c6a8aeac1d9c55bb2a1922602ad9475b0680603c
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Sun Feb 5 15:10:51 2023 -0800

        Update bug templates for 6.1.1.

    commit b41ef0ab13fad0969eef321f71377ae6eb800d36
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Feb 5 18:10:07 2023 +0100

        Fix heli spawn/landing at FOB/FARP

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2719.

        (cherry picked from commit 34de855b8f889b72406c101d0cea385988e24bf9)

    commit c33a0d5deb727b4a0307ecdce8bd99afdfcc395d
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Sun Feb 5 13:11:31 2023 -0800

        Don't generate runway data for heliports.

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2710.

    commit 70b9d4c17451a0adfab425a7aa91d34ea1ea389e
    Author: Nosajthedevil <78634843+Nosajthedevil@users.noreply.github.com>
    Date:   Wed Feb 1 11:33:57 2023 -0600

        Add VSN F-4 Mod Support

        Added VSN F-4 Mod support

    commit 1462bedd973b482a24e5019c1bdfafe4aca508e4
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Fri Feb 3 00:37:59 2023 +0000

        Bump http-cache-semantics from 4.1.0 to 4.1.1 in /client

        Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
        - [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
        - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

        ---
        updated-dependencies:
        - dependency-name: http-cache-semantics
          dependency-type: indirect
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

    commit 937bacacb72e6f2ba227a579c96deaa471e3bfa4
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Thu Feb 2 16:24:27 2023 -0800

        Pin version of black used in GHA.

        Black rolls out style changes every year, and using "stable" means that
        the check run on PRs might start formatting differently than we do
        locally, or require a reformat of the codebase to make a PR submittable.

        Pin to the version that we've been using. We should update to 23 at some
        point, but we want to do that deliberately.

    commit e8824e5d0337f19ce29b979cdc35fbfa4dc6ba97
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Tue Jan 31 18:32:18 2023 -0800

        Fix line endings.

commit ffc41d012e70716715ad4704e5fdd28b886749de
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:41:15 2023 +0300

    kneeboard fix by commenting custom package name

commit 7253446c3f1ef0d08ed4d53277c25509d6bc2555
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:41:15 2023 +0300

    pulling back some changes

commit 763cbef0e14a0fc4bccbfb935d7ca1f5208a5f57
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:41:14 2023 +0300

    fixes broken modules

commit a99c99fdab1d1f4dac67cc2d3e9dc44ffdb37fb3
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:41:13 2023 +0300

    CTLD problem

commit 70466be8d9b034ef44200d53c7d40fcfaf032602
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:40:57 2023 +0300

    Added kneboard data

commit 8fc978618c92773bc72c7e7c6444bdc752d7f17a
Author: Dragonius <Blackerhawker@hotmail.com>
Date:   Thu May 18 20:40:34 2023 +0300

    Squashed commit of the following:

    commit 86672d882ecc4e2d9ae43082afe1d907940a248f
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Sun Feb 5 13:11:31 2023 -0800

        Don't generate runway data for heliports.

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2710.

    commit 3fc82af3ac1bdd81ea6a062b68b3a77a55bd1e8a
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Feb 5 23:29:01 2023 +0100

        Add slider option for weighted AI procurement

        Resolves #81

    commit 22835e753542c41885d1506e1a392c34ca202684
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Feb 5 19:32:16 2023 +0100

        Pydcs bump to avoid heli's spawning in slot 37 at Ramat David

        Slot 37 in particular is a hangar, which was obviously causing issues...

    commit f979a0c23d5acc2d2c11480241c710c758e0ba08
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Feb 5 18:10:07 2023 +0100

        Fix heli spawn/landing at FOB/FARP

        Resolves #45

    commit 5f1f2b34b77a3c62cfd1cf94c4f86ff77e8de6a8
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Feb 5 12:05:16 2023 +0100

        Remove obsolete installer

    commit 9ab2fc1714c2189425af00788a3203385801d2fc
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 23:57:28 2023 +0100

        Add options for number of Combined Arms slots

        Resolves #74

        - Game masters
        - Tactical commanders
        - JTAC
        - Observers

    commit b25f484ef37c4269de8f30ee1f84cc8012605582
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 22:38:15 2023 +0100

        More renaming of Liberation into Retribution

    commit dd0b565de9d30583944b1a94adf1daa0c1b76730
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 22:18:20 2023 +0100

        Update changelog

    commit 29d88fd61d79c7ab283f2da75f987463ab347a2b
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 19:56:06 2023 +0100

        Add TOT/TOS to kneeboard for AWACS & Tankers

    commit 7625725fd8f505d82dc2491afe94ee29346e955d
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 21:39:31 2023 +0100

        Allow F11 free camera & spectating if "external views" is allowed

    commit cef25bd2f398701db7d9e544ef8e8a9a925d680d
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 20:02:33 2023 +0100

        Ignore TOT & spawn immediately for player flights by default

    commit 1e9cee10031fa4a9c7a3eedd8b6fa5365df9c7a4
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 19:56:51 2023 +0100

        Bump pydcs

        Fixing a mistake that could cause an exception + improvement to callsign selection

    commit 15bcc2d947e13452afd6c61d59b22fc8e286ead4
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 18:45:38 2023 +0100

        Add TOTs in briefing

    commit 763dbebf131b29a183d3fc2241c59b1ba3957143
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 17:06:40 2023 +0100

        Increase random horizontal separation for escort flights

    commit 667addf25bb16e7b8712540ade778508f3a4c9ff
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 17:03:31 2023 +0100

        Wrap aircraft_type in kneeboard support page

    commit 1033923f68500174c21cc74098920238d834f355
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Feb 4 17:02:44 2023 +0100

        Update React dependencies

    commit d410f9d3c481d65b0d4d84ac1e237a102ee39e1b
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Thu Feb 2 21:37:53 2023 +0100

        Formatting...

    commit a1cc3412e86f351a21af6fe782e84cfa4349dbc6
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Thu Feb 2 21:37:07 2023 +0100

        Update 'black'

    commit a98c9ffe8db1b0dd99886a747aa4cd5b0daf1613
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Thu Feb 2 21:33:54 2023 +0100

        When using 'isinstance', TYPE_CHECKING is NOT ENOUGH!!!

    commit 5d506ca97edb61958b7bf59c03bf88a554fb1e3f
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Thu Feb 2 21:28:17 2023 +0100

        Fixes for Tanker TACAN

        - Y band was not having range info
        - Callsign number was missing

    commit 51c0bfa97013790a27f3226e939f0d82ec871ed3
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 29 22:19:24 2023 +0100

        Update changelog

    commit 5c8e7839808515bfbd5e63357121c31eb5659efa
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 29 18:34:27 2023 +0100

        Fix AAR TCN on Yankee band

    commit b7d95819c1876b73e676333e6c383bc1b82cd0d5
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 29 18:18:29 2023 +0100

        Don't strip all digits from air support's callsign

    commit bb0bf66eac969d612849317f6f66a68ec20f8b8c
    Author: MetalStormGhost <ghosti@smytky.org>
    Date:   Fri Jan 27 23:52:39 2023 +0200

        Improved the F-16I Sufa & F-16D mod v3.2 loadouts.

    commit be7008722b179db67a250f10ffa48a906cd808ef
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Jan 28 00:30:42 2023 +0100

        Bump pydcs

    commit 5535282894b3c38ed4e0829f2ef628ac299365a0
    Author: MetalStormGhost <ghosti@smytky.org>
    Date:   Thu Jan 26 11:33:33 2023 +0200

        F-16D Barak Block 30 and Block 40 support
        Added support for F-16D Barak Block 30 and Block 40 variants. Still using F-16C Barak banners as placeholders until I snap some good ones from the two-seaters.

        Resolves #78

    commit 2fb5f2b7387c3148a1fe364492496018fca78a1d
    Author: MetalStormGhost <ghosti@smytky.org>
    Date:   Sun Jan 22 16:48:33 2023 +0200

        Updated the IDF Mods Project F-16I mod support to version 3.2

    commit e87621576dfff7f3cba9a364e0cbc5c75ac243a5
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 20 23:28:47 2023 +0100

        Add CTLD zones to AOD campaign + version bump

    commit 531625ff08ec08e03c7825c9be939c1153e6c891
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 20 23:00:13 2023 +0100

        Designated CTLD zones for ControlPoints (AB/FOB/FARP)

        Resolves #46

    commit 0d57f710aa0521470e3bb6bc570ef45b9934c41d
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 20 22:10:02 2023 +0100

        Fix exception when airfields use GUARD freqs

    commit 0da431fe33b2e87a1e27cb7d26777918bf41c7e5
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 20 20:41:47 2023 +0100

        Cleanup print statement

    commit 88f984b0a8f01fcaaf5d7bf3b577d9a6129e45af
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Jan 14 15:42:13 2023 +0100

        Configurable RF/TCN/ICLS/LINK4 with UI feedback

        Resolves #70

        Freq/Channel will turn orange when double booked.
        Freq will turn red if GUARD freq was assigned.

    commit ddb9d6968bc50d0156677dbcb1b68c8fa70e4e7a
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Jan 14 17:49:54 2023 +0100

        Reserve VHF Guard FREQ 121.5

    commit 3313535b275170cca111b8b5963d6bb544e04075
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sat Jan 14 16:33:05 2023 +0200

        Add fallback terrain icons in campaign selector (#80)

    commit cccc6e5a44ca9baf5af3c554d096ccdaf18c6f5c
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 13 21:23:31 2023 +0100

        Reserve GUARD freq. 243MHz

        Fix #79

    commit 8b802a9cbc9a320c6da8602202e3c1a785e71407
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 13 21:19:42 2023 +0100

        Fix issue in migrator when package has no flights

        Would cause an exception because `PackageWaypoints.create(p, c)` would call `package.departure_closest_to_target()` on its turn which raises a runtime exception if no flights are present. Makes total sense when you think about it...

        Fixes #66

    commit 0a3a56d4bc4346cd1ec09ea2863933618bd91e27
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 13 21:17:33 2023 +0100

        Propagate update_flight event in '_instant_relocate' instead

        Dropped the ball here, and pretty hard too...

    commit 7bae6cd5629d2f510db0b21abee70b2345eae45f
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 13 20:27:13 2023 +0100

        Add package frequency

        Part of #70

    commit e8151678ddc9fcb5d82b783247b0596c7e003b2b
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 13 20:06:35 2023 +0100

        Fix UI bug in CreateFlight window

        Pilot's player checkbox would be enabled for non-flyable aircraft if the initially selected aircraft that was flyable.

    commit 9dd602290762cd41af558323369fce0c0e80ba6d
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 8 23:21:36 2023 +0100

        Fix Apache radios

        Co-Authored-By: Grizzly35 <116302517+Grizzly35@users.noreply.github.com>

    commit 48e0d579cff2172a5c2f62ea4f8f23538c9af91d
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 8 19:14:51 2023 +0100

        Add package frequency & show package info on kneeboard

        Resolves #71

    commit cc9f61005b3b857ae248ecf371c0ea3e410f1d45
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Jan 7 18:05:29 2023 +0100

        Update pydcs

        Solves callsign problem mentioned in discord, where they would always look like "Callsign 1X"

    commit 48ba8ff255e7b1b418386e96e2eab0d70b45f955
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sat Jan 7 14:54:30 2023 +0200

        Fixed a FrontLine import bug in flightplanbuilder.py (#72)

        Restored the default patrol duration handling in PackageRefuelingFlightPlan. Desired tanker on-station time will now only apply to TheaterRefuelingFlightPlan.

    commit 3f570cce5e32b244c63d2462fc44bbf831ad28a3
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Jan 6 21:02:05 2023 +0100

        Update build.yml

    commit 01ee24c8cf348c4d1738433e6dae4678e62f2858
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Fri Jan 6 21:11:24 2023 +0200

        Configurable tanker on-station time (#69)

    commit 1deff6fa493f4c7cf4e690de917623a01a46d702
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jan 5 19:17:30 2023 +0100

        Bump json5 from 1.0.1 to 1.0.2 in /client (#68)

        Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
        - [Release notes](https://github.com/json5/json5/releases)
        - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

        ---
        updated-dependencies:
        - dependency-name: json5
          dependency-type: indirect
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 4404d31c7b4fe42fbfb89d3b9a593655b76976de
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Thu Jan 5 19:05:31 2023 +0100

        Remove future from requirements.txt

        Dependabot warns us about this package having security issues, and it seems this package isn't used throughout the project.

    commit 989562b90fbe405062849a797ec2f13c149dfd3b
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Thu Jan 5 18:37:09 2023 +0100

        Avoid appending triggers without actions

        Resolves #67

        The problem turned out to be split-triggers with no actions, which occurs when a STRIKE flight has no escorts in its package. Added a guard for this so the trigger isn't pushed to the mission in such a case.

    commit bd63e4484d7f445cb2df1c7ca319a1f8c8f0d92a
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Tue Jan 3 20:52:17 2023 +0100

        Random 5-30min delay for ground force attack without CAS

    commit df642fe7a199581271913a8d07ee66b8ef731155
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Jan 2 18:58:45 2023 +0100

        Set altitude for assault waypoint if Hercules

    commit cb8f2619f2c9c6e1c9ef4f8d309558d4d7c9de59
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Jan 2 02:34:20 2023 +0100

        Update changelog

    commit 2aed461b3a54a56d635b2338680dea58dcc95275
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Jan 2 02:26:00 2023 +0100

        Add custom name for packages in ATO overview

        Resolves #55

    commit f4d75a2c6f114c23fb527547ec8bf693b317a07b
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Jan 2 01:48:07 2023 +0100

        Allow edit of flight's custom name

    commit e36d51a7c2b6485a6d6026f5bc35023eaaeb195c
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Jan 2 01:22:22 2023 +0100

        Adjust string representation of Flight class

    commit 7267b70066f4f1f5662b333b10678149af49e20f
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Jan 2 00:45:50 2023 +0100

        Update issue templates according to new labels

    commit 62d1a89269e4c044f34ec11ea4cf61e9061e84fd
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 1 23:39:00 2023 +0100

        Add clone buttons for flights & packages

        Resolves #56

    commit 6d0ac603f2bdd0ccec2e3d4a1419e8671a493bcb
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 1 16:53:58 2023 +0100

        Generate packages according to TOT order (latest first, earliest last)

        This makes sure that aircraft spawning in the air due to a shortage of parking spots, will have the earliest TOT possible. Flights with later TOTs should be generated first so that they remain at the airfield as OCA target.

    commit 37f2e5bf3aa241ba3defe1198274a6a4e41e0eda
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 1 16:53:18 2023 +0100

        Use stacking algorithm in "_generate_over_departure"

        Resolves #57

        "_generate_over_departure" is the method used to generate flights in the air when no more parking spots are available. Pydcs changes were required as it turned out aircraft were trying to spawn on helicopter parking spots, which forces them to start in the air by DCS itself.

    commit 9ddaf50ad4cb5af97245c2c1765568c7d16af084
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 1 16:06:36 2023 +0100

        Refactor logic wrt "disable idle aircraft"

    commit 42f488df0b6846f9f48b9f221798a5f8f15eb36c
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sun Jan 1 16:29:08 2023 +0200

        Renamed Liberation to Retribution in the following files: (#62)

    commit d2a7de277596eb3820daba330e2010b8d9aac224
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sun Jan 1 16:21:08 2023 +0200

        Add new option in settings: OPFOR autoplanner aggressiveness (#61)

        "Threatened" threshold based on a suggestion from FinCenturion. (#61)

    commit ee1fc53dd3ba06e569f290f4a07513a1ab649a59
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Jan 1 00:43:58 2023 +0100

        Add button to rename pilots in air wing

    commit 192741af36c424415004fb509c4f669c4556803e
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 31 23:25:26 2022 +0100

        Make units selectable in faction overview during campaign gen

        Resolves #35
        Resolves #40

    commit cd4ace4ad5615ae5109400d57a8f60241fbddd05
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 30 13:59:23 2022 +0100

        Rename custom factions folder

    commit 39426dde45fe3eb79034318cde2a5eb26b7a5645
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Tue Dec 27 22:29:08 2022 +0100

        Option to define culling exclusion radius in campaign yaml file

    commit bd4eb3e105854fe631b59617dbea903b94d2215c
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Tue Dec 27 21:59:41 2022 +0100

        Fix wrong payload names for ANTISHIP in F16/18

    commit c37c56c879c05c079fa8e44c12db4978b264fbd2
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Tue Dec 27 19:48:09 2022 +0100

        Air Assault for C-130 mod

        Resolves #49

    commit d26fc84316e971bf6ed50f0c09702c53b430a940
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 26 17:32:30 2022 +0100

        Automatically set 'herculescargo' plugin if present in air wing

    commit 33586aaf4f1b87cea3f9fb16349828ca092f6695
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 26 16:13:11 2022 +0100

        Remove C47 from AI DB flight planner

        Until this aircraft actually drop troops, it's not air assault capable

    commit 650b06d7c897f21b8ecddabba8634195e1161073
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 26 14:06:58 2022 +0100

        Avoid random squadrons in config using livery overrides

        Avoids choosing random squadrons during air wing configuration so that livery overrides takes precedence by default for a given aircraft type, unless the campaign file specifies a specific squadron. Users can still add a squadron manually which will automatically set the correct livery if they use a squadron preset.

        Resolves #52

    commit 09807b25a80549037636e34aa2c69432865f535f
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 26 02:38:24 2022 +0100

        Bumb version

    commit 13d42c3f83f2761fa760b656163f7ed53355c107
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 26 02:20:07 2022 +0100

        Add icon & banner for Hercules mod

        Resolves #51

    commit 6966b14c6bfbccc9b5bc055a05ed24ff30cbf9eb
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 26 01:55:45 2022 +0100

        Minor bugfix in squadron transfer destination combobox

    commit 00ab0c4be220dc8b168ad2d5eb7dea1fb865c710
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 26 01:27:52 2022 +0100

        Add "Instant Squadron Transfer" cheat option

        Resolves #14

    commit 5c06e746594877be31098323890e1cd7e2d99af7
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 25 16:29:49 2022 +0100

        Auto-swap ATFLIR to LITENING for land-based Hornets

        Resolves #50

    commit b0a00507258904ffab25e8fcc863cf11b5e9aa05
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 25 16:29:09 2022 +0100

        Delay ground force attack until first friendly CAS TOT

        If no friendly CAS flight was planned, no delay is planned...

    commit c5a7fbd15a00d456ce189eb36a1a82d7b57b7cee
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 25 16:27:16 2022 +0100

        Remove deprecated options

    commit fa093ea237f3e978495abb796f9d3930b68172fd
    Author: holyorangejuice <gehrettjm@gmail.com>
    Date:   Sun Dec 25 08:42:05 2022 -0600

        Updated F18 and F16 payloads (#48)

        Following loadouts have been configured F-16C:
        - ANTISHIP: 2xAIM120C, 2xAIM9X, 2xAGM65K, 2x Fuel Tank, ALQ-184, TGP
        - BAI: 2xAIM120C, 2xAIM9X, 6xAGM65D, 2x Fuel Tank, ALQ-184, TGP
        - BARCAP: 4xAIM120C, 2xAIM9X, 2x Fuel Tank -> Inherited by TARCAP, Fighter Sweep & Escort
        - CAS: 2xAIM120C, 2xAIM9X, 6xAGM65H, 2x Fuel Tank, ALQ-184, TGP
        - DEAD: 2xAIM120C, 2xAIM9X, 2xAGM154A, 2x Fuel Tank, ALQ-184, TGP + HTS
        - Ferry: 2xAIM120C, 2xAIM9X, 2x Traveling Pod, 2x Fuel Tank
        - OCA Runway: 2xAIM120C, 2xAIM9X, 2xGBU31v3, 2x Fuel Tank, ALQ-184, TGP
        - SEAD: 2xAIM120C, 2xAIM9X, 2xAGM88C, 2x Fuel Tank, ALQ-184, TGP + HTS -> Inherited by SEAD Escort
        - STRIKE: 2xAIM120C, 2xAIM9X, 2xGBU31v1, 2x Fuel Tank, ALQ-184, TGP

        Following loadouts have been configured F-18C:
        - ANTISHIP: 1xAIM120C, 2xAIM9X, 4xAGM84D, 1x Fuel Tank, ATFLIR
        - BAI: 1xAIM120C, 2xAIM9X, 4xAGM65F, 1x Fuel Tank, ATFLIR
        - BARCAP: 5xAIM120C, 2xAIM9X, 2x Fuel Tank -> Inherited by TARCAP, Fighter Sweep & Escort
        - CAS: 1xAIM120C, 2xAIM9X, 4xAGM65F, 1x Fuel Tank, ATFLIR
        - DEAD: 1xAIM120C, 2xAIM9X, 4xAGM154C, 2x Fuel Tank, ATFLIR
        - Ferry: 1xAIM120C, 2xAIM9X, 3x Fuel Tank, ATFLIR
        - OCA Runway: 1xAIM120C, 2xAIM9X, 2xGBU31v4, 2x Fuel Tank, ATLFIR
        - SEAD: 1xAIM120C, 2xAIM9X, 2xAGM88C, 2x Fuel Tank, TGP + HTS -> Inherited by SEAD Escort
        - STRIKE: 1xAIM120C, 2xAIM9X, 2xGBU31v2, 2x Fuel Tank, ATFLIR

    commit 782759bd48e40514684e3f99b18330f7e0d05c38
    Author: holyorangejuice <gehrettjm@gmail.com>
    Date:   Fri Dec 23 05:54:56 2022 -0600

        WRL mission yaml updates  (#47)

        - Removed/changed some units from WRL missions.
        - Minor changes across all missions.
        - Added frontline length recommendations to each mission yaml.

    commit 653e507e89fef8fd61d539440b83095420aeb187
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Tue Dec 20 20:56:30 2022 +0100

        Set "RTB on bingo" false for ferry flights

    commit 4f9c7a73704022c93474d6419f77f58bafec5128
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 19 22:01:50 2022 +0100

        Adjust issue templates

    commit c114256b820fc992fb4af0759265b1d63a5915f7
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 19 21:17:31 2022 +0100

        Renaming Liberation

        Resolves #42

    commit cdd72820b4ad27cd80cabe05dd8a88dabd121b0a
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Mon Dec 19 21:22:10 2022 +0200

        A-4E-C mod support v2.1.0 (#43)

        * Updated a4ec.py to Community A-4E-C mod version 2.1.0

        * Updated changelog.

        Updated A-4E mod version in QNewGameWizard.py (#44)

        Co-Authored-By: Raffson <Raffson@users.noreply.github.com>

    commit 4b8e7e972e350cc919cab4a9f80163deccdc9b20
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 19 19:08:25 2022 +0100

        Relocate layouts.p

    commit 68b04b0e46caaf2ca25aaef9261287bd6e55c629
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Mon Dec 19 19:06:58 2022 +0100

        Fix broken factions

        Due to the F-16A MLU having a wrong filename, all factions that included it got broken. Also fixed an excessive comma in USN 1985

    commit d00b7a176e0145375b91ae447173e32baa68707d
    Author: holyorangejuice <gehrettjm@gmail.com>
    Date:   Mon Dec 19 11:41:25 2022 -0600

        WRL Factions Update (#41)

        Changed WRL blue,red and added red insurgent faction.

    commit 3c3abd484f8ae825930b1775b78dc040ef42255f
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Dec 12 18:50:07 2022 -0800

        Fix livery for VF-33 F-14A squadron.

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2610.

    commit 9d5eece5a561a105d25465b8020d36ef86858d14
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Dec 12 18:42:09 2022 -0800

        Fix encoding issues with the Peru faction.

        Not really sure what's going on here, but presumably it's UTF-16 and
        UTF-8 fighting.

    commit f08df08c7e7b54063f718697d26f9432239065f8
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Mon Dec 12 18:46:23 2022 -0800

        Add changelog notes that were missed in PRs.

    commit 44e5bc646d8844c8ca0621a4e1fc0d8118ccc362
    Author: DillieKoe <84970592+DillieKoe@users.noreply.github.com>
    Date:   Tue Dec 13 03:39:21 2022 +0100

        Add Peru faction.

        A new Peru faction with a mirage squadon

    commit 74eb8f38f9fd2e0e42905f06554b497feeae8f48
    Author: ColonelAkirNakesh <93631947+ColonelAkirNakesh@users.noreply.github.com>
    Date:   Mon Dec 12 18:21:12 2022 -0800

        Override liveries for Russian aircraft in bluefor faction.

    commit 5ff8fb170d2b9db53114a7550e8c234922b9c46f
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 18 16:42:26 2022 +0100

        Only check for ground units in capture triggers

    commit 39a5b486d3da907953f51e162106bfae05ded46f
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 18 16:35:59 2022 +0100

        Start using own pydcs fork

    commit 6664a139d860581d6c8841ec361eb09345205086
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 17 21:13:36 2022 +0100

        Support for Ka-50 Black Shark 3

        Resolves #38

    commit d5de5b3a781a26484d68ae23aab724f4087d8f6b
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 17 23:09:21 2022 +0100

        Stack aircraft when spawning right above CP

        Should prevent mid-air collisions in most cases, though I'm still worried about "off map" spawns that can possibly collide, though an easy fix would be to manually use time-spacing.
        Alternatively we need to treat it as a special case, assigning different altitudes to avoid collisions during the first leg of the flight if that turns out to be the case...

    commit c3024e38a60cf25e51d4623e16788d293b91ae26
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 17 14:57:33 2022 +0100

        Update WRL factions

    commit cfd05400d20bf8ac1988cbb5fbfd4a8236298055
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 16 23:28:10 2022 +0100

        Update changelog

    commit 64992a29496eb0ee8d50de8a55a88a33eb1ba006
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 16 23:23:28 2022 +0100

        Wrap target description for strike waypoints on kneeboard

        Resolve #39

    commit 8ea76563620288af8aad31d4b8d989f95e6cad2e
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 16 22:16:45 2022 +0100

        Fix exception when trying to add extra waypoints

    commit cd760c45a8fa7308d41139ee33b4995b2ac0f88a
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 16 20:30:33 2022 +0100

        Updating WRL campaigns

    commit 15f6c8dd85dfc72a4ebf9a27d5d3e3b3b85c791e
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Fri Dec 16 19:59:21 2022 +0200

        Add new performance option: Disable idle aircraft at airfields (#37)

    commit 7d2dd0bcbeb880db5e1996170ad9b7e070130f14
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Tue Dec 13 20:08:56 2022 +0200

        Add option to only generate night missions (#36)

        Replaces the existing checkbox to disable night missions with a selector that allows you to choose between Day/Night/Day&Night

    commit 608525d5b4504ea4135c0d9f85f94f38bee6a145
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 11 21:36:41 2022 +0100

        Add game master slot & more observer/commander slots

    commit 49d4d508d40751d77e06da06064df94a3280103b
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 11 21:35:43 2022 +0100

        Add F-15E payload for DEAD

    commit 0e286ab7b5babaa68c6a07dd356b757c3dfb66e6
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 11 19:36:01 2022 +0100

        Include B-1B payload for DEAD

    commit 4e27591afa8def06f90d6ded8bfb38766cf32658
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Sun Dec 11 12:21:48 2022 +0100

        Bump certifi from 2022.9.24 to 2022.12.7 (#34)

        Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7.
        - [Release notes](https://github.com/certifi/python-certifi/releases)
        - [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07)

        ---
        updated-dependencies:
        - dependency-name: certifi
          dependency-type: direct:production
        ...

        Signed-off-by: dependabot[bot] <support@github.com>

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 01c5f3e2a9baf04d1323a5be8e0e7da781eaec55
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 10 19:06:17 2022 +0100

        Rename F-16A icon

        Fixes crash trying to access AIRCRAFT_ICONS["F-16A"]

    commit 436d2f87da878e3973d321f7b69552f9ff3a170f
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 10 17:24:18 2022 +0100

        Add F-16A MLU

        Resolves #10

    commit 2e2a397312eeb44a135e85f22cd76fd7b127f1fe
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 10 16:55:20 2022 +0100

        Increase Mirage F1's priority for RUNWAY_ATTACK

    commit 54a5461ecb2a2a443de54181aa4ebee7e81fde2d
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 10 15:28:42 2022 +0100

        Remove duplicate campaign

    commit 49ddd5ce96f6b2952a09b47a6623b07fc1b285a7
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 10 15:28:32 2022 +0100

        Add links in descriptions of WRL's factions and campaigns

    commit e9c1e7b77062636e72e99a00e4ba722b744e4665
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 10 15:21:24 2022 +0100

        Allow external links in Campaign/Faction description

    commit c298e5bc244c1650358fc561298717bcb516ab1d
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 10 15:20:25 2022 +0100

        Add campaign: Kutaisi to Vaziani by WRL

        Resolves #31

        Co-Authored-By: holyorangejuice <4298744+holyorangejuice@users.noreply.github.com>

    commit 48e5e7ca95f91b414b8f5104972fd4c9abb4b0f3
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sat Dec 10 18:24:22 2022 +0200

        F-100 Super Sabre mod version 2.7.18.30765 patch 20.10.22 support (#32)

        Also makes F-105G "SEAD Escort" capabale

    commit 55fb5befb9a5300efcb69ca532e24abfe6ee21db
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sat Dec 10 18:17:35 2022 +0200

        F-104C is now correctly removed from the faction when the mod is not enabled. (#33)

    commit 22c7e21a66a17d9a16f51f39da1f1a14d942736e
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 4 21:32:23 2022 +0100

        Add battle4area51 by Oscar Juliet

        Still WIP as the IADS network is not fully connected

        Co-Authored-By: holyorangejuice <4298744+holyorangejuice@users.noreply.github.com>

    commit a88f48f3ce272e336a3c9fa74d4fc2d6ac3b4180
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Dec 4 21:27:43 2022 +0100

        Bump campaign version

    commit 6c673697f0e26673d4c8df7b8d2df4aa6c3cbbea
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 3 21:28:13 2022 +0100

        Fix livery overrides

    commit 4af7255917bc1f66657eb8cfb64c0e2d8807984f
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sat Dec 3 23:01:35 2022 +0200

        Cull FlightType.TRANSPORT, FlightType.AEWC & FlightType.REFUELING surroundings

        Don't create culling exclusion zones around FlightType.TRANSPORT, FlightType.AEWC & FlightType.REFUELING mission targets. (#30)

    commit dfa33724e95b9f3d94876f6b68f4665de225b90a
    Author: MetalStormGhost <ghosti@smytky.org>
    Date:   Sat Dec 3 22:43:20 2022 +0200

        B1-B bomber strike ingress now has expend=Expend.All and WeaponType.Guided strike mission.

    commit 568fd35ddcabd249bf943eb76d4028c78089fc26
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Dec 3 16:05:25 2022 +0100

        Fix CAS' landing WPT

    commit bc674edb3a26a2e38c212aac5ce0f0446f3ab204
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sat Dec 3 17:25:29 2022 +0200

        Updated the Caucasus landmap (#28)

         It is now also suitable for campaigns set in the forested regions of Caucasus. There are corridors for ground forces from Apsheronsk to Tuapse and from Maykop to Sochi. Also, the hilly area around Ambrolauri can now be used in campaigns as well.

    commit f5c7935993f43fad209a1a162e08163ac6ea5484
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sat Dec 3 17:11:22 2022 +0200

        GroundForcePainter for applying custom liveries to ground units and ships (#26)

        See #26 for more info

    commit 0c30ce3bb39be0b52597d03e75e48c7daad6f570
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sat Dec 3 15:31:40 2022 +0200

        Revert "Revert "Add support for the AI-only F-14A."" (#27)

        This reverts commit 920c9b15ff815b5df08ff90c4a6b0a10cce3e169.

    commit e38a6cd9079a6165026afe8bccd3023a467df158
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 2 22:45:57 2022 +0100

        Support defining max frontline length in campaign

        Resolve #25

    commit dd98a1d07896444e9ab2acb41655f2f5cbe64f3c
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 2 16:45:59 2022 +0100

        Update operation_vectrons_claw.yaml

    commit c9611cca99d220fb31e9c82d0b9ab7cf41fbe500
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 2 16:45:43 2022 +0100

        Update F-14B payloads

    commit 8a17184ccc269b82e083f232ece945a8058505bc
    Author: RndName <mail@rndname.de>
    Date:   Wed Nov 30 13:09:17 2022 +0100

        Fix manual debrief submit not ending mission

    commit e5b193f21ada1229d549de6d0497a91be5ee2bb8
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Sun Nov 27 21:08:48 2022 -0800

        Changelog section for 6.1.

    commit b9c62bc44af820cefbccef16bc2436e371dd06a8
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 2 15:04:21 2022 +0100

        primary flight dead => escort RTB

        Make sure trigger isn't activated when split flag was already set to true

    commit 243ded448d3b04b05889475915a303c38e2ada93
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 2 15:03:53 2022 +0100

        Improve bomber tasking

    commit ae561e55640f84789fe3de4aec87b56938e58718
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Fri Dec 2 15:03:20 2022 +0100

        Remove 'initial' wpt from STRIKE

    commit 5ffb8cbd96832a260ed4badc0e07ca112a7f655d
    Author: ColonelAkirNakesh <93631947+ColonelAkirNakesh@users.noreply.github.com>
    Date:   Tue Nov 29 12:58:17 2022 -0800

        Update uk_1990.json (#24)

        Replaced USS Tarawa with HMS Invincible.

    commit 07d0e555e59cabb710933c991dd5b435d37a9e64
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Nov 27 21:09:51 2022 +0100

        Limit spacing

    commit e5c80ef3af9e958ebf5269a96b09d19e37b8065e
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sun Nov 27 21:09:13 2022 +0100

        Move Bronco down in CAS list, lowering priority

    commit 11cc62d9a97358b8ee1545e767be24156f77bb1b
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Nov 26 21:45:25 2022 +0100

        Remove py

        Attempt to remove this as it seems to be unused and according to dependabot contains a ReDoS vulnerability

    commit 8c9f07643f37c96bc8c3f7291f2fd210f55adfb7
    Author: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com>
    Date:   Sat Nov 26 22:01:16 2022 +0200

        Add some South Atlantic naval assets (#23)

        - Unit yamls for several ships and added some new ones to uk_1990.json
        - 2 new layouts: Aircraft Carrier / LHA with Frigate escorts
        - Add "HMS Invincible" as Control Point

    commit 85607b97d5f1c929dd3b1c3debbb798946a71dec
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Nov 26 17:50:01 2022 +0100

        Update ai_flight_planner_db.py

    commit 0bc67adea89201190e689d1da476b9ba8a31ec1d
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Nov 26 16:55:46 2022 +0100

        Remove references to liberation in issue templates

    commit 1cfab07b8b5fbdd40a86c8f0f6b82b5f3b53c25d
    Author: Starfire13 <72491792+Starfire13@users.noreply.github.com>
    Date:   Sat Nov 26 09:55:56 2022 +1100

        Updates Khopa's Normandy and Channel campaign to 10.0

        Note that Operation Dynamo only requires a yaml file update. The .miz file is fine and is not included here.

    commit 499e63e2c366da0b682c72de0f005494b9620a39
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Fri Nov 25 14:04:42 2022 -0800

        Unfilter the custom waypoint targets.

        There doesn't appear to be any reason for us to be poking at
        implementation details here aside from changing the name from "unit" to
        "building" for that case. Just iterate over the known strike targets.

        Making this change uncovered some latent type errors.

        Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2564.

    commit bc8624d60519cd740973f1ffe058a08b47d1eee9
    Author: Dan Albert <dan@gingerhq.net>
    Date:   Fri Nov 25 13:47:00 2022 -0800

        Remove dead code.

    commit 11a3c49464ff77a2ab9c6996e8dac9c84cc752cf
    Author: Raffson <Raffson@users.noreply.github.com>
    Date:   Sat Nov 26 16:43:47 2022 +0100

        Correct radios for the MB-339A.

       …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants