Khopa
539a11f54d
Added icons for new units
2021-04-18 00:15:10 +02:00
Khopa
e63743f537
Improved FOB support : new custom banner for FOB menu and do not display aircrafts menu on first page.
2021-04-17 23:49:49 +02:00
SnappyComebacks
52ce1a5959
Add support for additional EWR sites in campaigns.
...
* A Bluefor EWR 55GS in the campaign miz defines an optional EWR site. There is no distinction between how close or far it is to a base, so it's possible that there will be many EWRs within an airbase.
* A Redfor EWR 1L13 in the campaign miz defines a required EWR site.
It would be a good future idea to limit the amount of EWRs within a certain distance from an airbase. That way there's no chance of 5 EWRs all at the same airbase. Even better if there were something preventing any two EWRs from being right next to each other.
No campaigns take advantage of this yet.
Fixes https://github.com/Khopa/dcs_liberation/issues/524
2021-04-15 21:23:27 -07:00
SnappyComebacks
ca7a86b6d7
Merge branch 'develop' into add-e2c-to-more-factions
2021-03-27 11:04:13 -06:00
Khopa
5bd4c00257
Merge branch 'develop_2_4_x' into develop
...
# Conflicts:
# changelog.md
# game/db.py
# game/navmesh.py
# game/operation/operation.py
# game/theater/conflicttheater.py
# game/theater/controlpoint.py
# game/theater/start_generator.py
# game/theater/theatergroundobject.py
# game/threatzones.py
# game/version.py
# gen/aircraft.py
# gen/airsupportgen.py
# gen/fleet/carrier_group.py
# gen/flights/ai_flight_planner.py
# gen/flights/ai_flight_planner_db.py
# gen/flights/flightplan.py
# gen/flights/waypointbuilder.py
# gen/groundobjectsgen.py
# gen/kneeboard.py
# pydcs
# pydcs_extensions/f22a/f22a.py
# qt_ui/uiconstants.py
# qt_ui/widgets/combos/QAircraftTypeSelector.py
# qt_ui/widgets/map/QLiberationMap.py
# qt_ui/windows/QUnitInfoWindow.py
# qt_ui/windows/mission/flight/payload/QPylonEditor.py
# qt_ui/windows/settings/QSettingsWindow.py
2021-03-21 18:50:50 +01:00
SnappyComebacks
e660726828
Added E-2C elements for UI.
2021-03-12 14:19:50 -07:00
Khopa
f11918fc41
Fixed F-22A invalid radio frequency issues for player flights (F-22 mod only allow 100-156Mhz frequency range)
...
Added F-22A icon and banner.
2021-02-27 00:10:06 +01:00
Khopa
6a74c3faeb
Added coastal defenses sites generator for Iran and China.
2021-02-07 11:39:21 +00:00
Simon Clark
89392553bd
Adds a new icon for AA sites with no threat.
...
Also adds the logic to check for this state.
Contributes-to: #239
2021-01-30 18:08:17 +00:00
Simon Clark
07eb14eaa6
Final aircraft banner until I download some mods.
2021-01-29 20:25:24 +00:00
Simon Clark
b2710fafd4
More banners.
...
Fixed a few typos.
2021-01-29 20:16:10 +00:00
Simon Clark
8f44b4571a
Another batch of banners.
...
Also removes unarmed trainers.
2021-01-29 19:17:27 +00:00
Simon Clark
169f010fae
Bunch more banner images.
2021-01-29 17:33:19 +00:00
Simon Clark
4529ac9b92
More banner images.
2021-01-24 16:43:08 +00:00
Khopa
25f32a4776
New game wizard : Added default factions in description
2021-01-22 23:41:12 +01:00
Khopa
097c42d1dd
New game wizard : Added performance information about the selected campaigns.
2021-01-22 23:07:17 +01:00
Simon Clark
444605920f
Adds F-14 to the DEAD list (TALD pods are cool)
2021-01-22 15:41:42 +00:00
Simon Clark
a102d8b39f
Change case and add CR2.
2021-01-21 18:47:26 +00:00
Simon Clark
22eb861d28
More banner images.
2021-01-21 18:41:19 +00:00
Simon Clark
b7fbade968
More work on the unit info screen.
2021-01-19 17:53:55 +00:00
Simon Clark
0535b20db7
Another batch of screenshots.
2021-01-19 12:05:08 +00:00
Simon Clark
ddd91e3078
_24ed again.
2021-01-18 22:47:06 +00:00
Simon Clark
97f734b8fc
Rename the B-1 image.
2021-01-18 22:46:12 +00:00
Simon Clark
38941f02a8
Add some initial images for the unit info pages.
...
This was pretty fun! DCS is very photogenic given the right conditions...
2021-01-18 22:44:34 +00:00
Simon Clark
995a89d370
Add initial version of the unit info window.
...
DCS features a massive range of aircraft and land vehicles, and not all of them make their role(s) clear just from the name alone. What this commit does is add an "information" button (and resultant window) to the recruitment section. This should allow new players to understand what each unit is/does.
Current state - every aircraft has a country of origin and an introduction date for that variant. Some also have a small placeholder description, taken from ED's store page for that aircraft. There is also a placeholder picture (taken from a rejected image from my own personal photography) that will, in time, show a banner image of each unit.
Todo - add appropriate screenshots for each aircraft's banner, replace the placeholder text for each aircraft (this will take a while...) and add more data points for each unit type, such as a unit role (i.e. "air-superiority fighter", "multirole fighter", etc) or perhaps a list of weapons carried. I also haven't made a start on the huge number of ground units yet.
2021-01-18 19:27:54 +00:00
walterroach
0d0d582bd8
Add F-14A-135-GR Icon
2020-12-26 13:24:45 -06:00
Khopa
50471d510e
Fixed and added many ground units icons
2020-12-23 17:24:20 +01:00
Khopa
76840ff5c2
Added display settings to the toolbar.
2020-12-03 22:48:28 +01:00
Dan Albert
69421ad7a1
Fix faction info for air defense changes.
2020-11-27 18:12:41 -08:00
Dan Albert
fd454dce74
Load campaign data lazily.
...
Error checking comes later, but the new game wizard opens much faster by
not spending time creating theaters it doesn't need.
Fixes https://github.com/Khopa/dcs_liberation/issues/469
2020-11-26 22:14:23 -08:00
Ignacio Muñoz Fernandez
02e7ab41b4
feat: MVP done for Weather Information Display
2020-11-25 13:04:03 -08:00
Ignacio Muñoz Fernandez
59bd4541c4
Removed old daytime icons
2020-11-25 13:04:03 -08:00
Ignacio Muñoz Fernandez
ca30af4238
wip: finished work on the TopPanel Widget, added weather icons, changed timeofday icons
2020-11-25 13:04:03 -08:00
Khopa
d0804a6f9e
Added missile icons for missiles sites
2020-11-24 13:08:59 +01:00
walterroach
29d3b5dfc6
Add missing P-47 icons
2020-11-22 02:12:41 -06:00
Dan Albert
98fd707aea
Add infor about delayed flights to the start page.
...
Fixes https://github.com/Khopa/dcs_liberation/issues/398
2020-11-18 21:26:14 -08:00
Khopa
b08f6cad1d
French translations for jinja templates, might be useful later.
2020-11-18 21:50:58 +01:00
Khopa
5946fc7404
Improved campaign selection screen in new game wizard.
2020-11-08 23:24:10 +01:00
Khopa
61253e4d4d
Show name instead of Id of ground units in faction selection screen.
2020-11-08 22:02:16 +01:00
Khopa
2c0ca5803f
Improved the faction selection screen in the new game wizard.
2020-11-08 21:57:26 +01:00
Khopa
8f65b7ee7c
Fixed and added many ground unit icons
2020-10-30 16:59:13 +01:00
Khopa
dcaa390d24
Added support for Su-57 mod by Cubanace
2020-10-21 22:21:36 +02:00
David Pierron
d22943d755
added a customizable plugin system
...
- the base LUA functionality has been implemented as a mandatory plugin
- the jtacautolase functionality has been implemented as a plugin
- added a VEAF framework plugin
The plugins have GUI elements in the Settings window.
2020-10-12 17:27:13 +02:00
Khopa
01220800f3
Fixed Viggen icon
2020-10-01 22:47:58 +02:00
Khopa
8ecb4cdcf4
Added more ground vehicles icons.
2020-10-01 21:09:05 +02:00
Khopa
f032001bee
Limit number of aircraft that can be bought at a Control Point.
2020-09-29 23:47:57 +02:00
Khopa
d707a59a71
Added thumbnail for strike targets / buildings.
2020-08-23 18:02:36 +02:00
Khopa
602e7fb530
Added syria map icon
2020-08-20 19:12:30 +02:00
Khopa
e6a0a1d4a4
Added payloads for drones. Possibility to setup a different JTAC unit for some factions. China using Wingloong instead of Reaper as JTAC unit.
2020-08-20 19:11:51 +02:00
Khopa
464bfccfb6
C-101 picture fix.
...
Removed UH60 from PMCs.
2020-08-12 23:57:25 +02:00