mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
This includes most of the briefing information in the kneeboard: * Airfield info * Waypoint info * Comm info * AWACS * Tankers * JTAC There's more that could be done: * Restrict tankers to the type compatible with the current aircraft * Support for carriers * Merge all relevant comm info (tankers, AWACS, JTAC, other flights) into the comm ladder This gives us a good start and a framework to build on. Very likely that we'll want to split part of this (probably the comm ladder) off onto a separate page once we start adding more to this, since it's a pretty full page currently. Also missing is any checking that the contents do not go beyond the bounds of the page. We could add this if needed. For now the page has enough room for about a dozen waypoints, which is quite a bit more than most missions need.
24 lines
258 B
Plaintext
24 lines
258 B
Plaintext
*.pyc
|
|
__pycache__
|
|
build/**
|
|
resources/payloads/*.lua
|
|
venv
|
|
logs.txt
|
|
.DS_Store
|
|
dist/**
|
|
a.py
|
|
resources/tools/a.miz
|
|
tests/**
|
|
# User-specific stuff
|
|
.idea/
|
|
|
|
/kneeboards
|
|
/liberation_preferences.json
|
|
/state.json
|
|
|
|
logs/liberation.log
|
|
|
|
qt_ui/logs/liberation.log
|
|
|
|
*.psd
|