Dan Albert
1ebe367e07
Fix easy going CAPs.
...
Fixes https://github.com/Khopa/dcs_liberation/issues/592
2020-12-15 22:48:05 -08:00
C. Perreau
97ea67d01d
Merge pull request #533 from walterroach/changelog_audit
...
WIP: 2.3.0 Changelog Audit
2020-12-15 23:19:13 +01:00
Khopa
d6376c3a91
pydcs version update
2020-12-15 19:57:04 +01:00
Dan Albert
793b356c01
Fix crash in new game generation.
...
Fixes https://github.com/Khopa/dcs_liberation/issues/583
2020-12-15 10:16:21 -08:00
Dan Albert
25efdd3d4f
Don't cull objects near package targets.
...
https://github.com/Khopa/dcs_liberation/issues/578
Fixes https://github.com/Khopa/dcs_liberation/issues/262
2020-12-14 23:47:31 -08:00
Dan Albert
0b2483ea15
Don't cull flights.
...
This was made largely pointless in 2.2, since the AI won't plan a dozen
CAPs 300nm from the front line any more. Culling flights mostly just
confuses players and breaks the planning AI.
If we do want to limit flight counts, we need to do that by limiting
flight counts. The AI will try to put their aircraft as close to the
mission as possible, so culling will do very little to stop them from
spawning 50 flights at the front-line attached airfield.
https://github.com/Khopa/dcs_liberation/issues/578
2020-12-14 23:35:30 -08:00
Dan Albert
4d26ec0789
Add off-map spawns to the Black Sea campaign.
...
Fixes https://github.com/Khopa/dcs_liberation/issues/561
2020-12-14 22:36:39 -08:00
Dan Albert
7d907aac0f
Fix budget update for non-base SAMs.
...
Just emit the signal to update the budget rather than trying to figure
out the heirarchy of the UI.
Fixes https://github.com/Khopa/dcs_liberation/issues/581
2020-12-14 17:00:56 -08:00
Khopa
d6981550a8
C-130 Plugin by Plob
2020-12-14 22:23:21 +01:00
Khopa
8b0636367b
Updated Persian Gulf Full Map in new miz format by Plob.
2020-12-14 22:09:37 +01:00
Khopa
a6c9d0f9bc
Hercules 130 pydcs extensions updated to version 6.0 (MOAB 💣 support)
2020-12-14 21:41:30 +01:00
Dan Albert
61ebe9780e
Fix kneeboard ILS for many airfields.
...
Fixes https://github.com/Khopa/dcs_liberation/issues/564
2020-12-13 13:48:08 -08:00
Dan Albert
e887082501
Fix missing import for new package on enemy CVs.
...
Fixes https://github.com/Khopa/dcs_liberation/issues/570
2020-12-13 13:44:10 -08:00
Khopa
80778aa267
Fix usa C-130 faction name being the same as usa_2005
2020-12-13 17:21:13 +01:00
C. Perreau
445cb4f146
Merge pull request #569 from ITAHawkmoon/ITAHawkmoon-update-db
...
Update db and new faction.py
2020-12-13 16:43:09 +01:00
C. Perreau
95db2aa14f
Merge branch 'develop' into ITAHawkmoon-update-db
2020-12-13 16:25:52 +01:00
Emanuele Garofalo
4b0fc637eb
Update NATO Desert Storm.json
...
syntax error
2020-12-13 12:43:47 +01:00
Emanuele Garofalo
48d6b4cfa1
Add files via upload
...
New faction NATO desert Storm
2020-12-13 12:33:21 +01:00
Emanuele Garofalo
fc11182bbe
Update db.py
...
added some plane missing from the db
2020-12-13 12:29:58 +01:00
Dan Albert
1848338ef7
Fix UI exception for custom flight plans.
2020-12-12 18:27:30 -08:00
Dan Albert
08ceb57c31
Fix division by zero for very close waypoints.
...
Fixes https://github.com/Khopa/dcs_liberation/issues/557
2020-12-12 14:51:03 -08:00
Dan Albert
affb332eb9
Fix duplication of pydcs translation keys.
...
We shouldn't be constructing these by hand, and the first argument is
not the value of the string. I'm not really sure why the current code
works at all. We probably do this in other places and should clean that
up, but for now this should fix Tauntaun.
Fixes https://github.com/Khopa/dcs_liberation/issues/528
2020-12-12 14:24:30 -08:00
Dan Albert
d5276c9d4a
Show player waypoint timing in the briefing.
...
Fixes https://github.com/Khopa/dcs_liberation/issues/536
2020-12-12 14:17:48 -08:00
Dan Albert
07e5c568c4
Show takeoff time in waypoint list.
...
https://github.com/Khopa/dcs_liberation/issues/536
2020-12-12 13:22:23 -08:00
Khopa
31fdd24c3e
Fixed possible crash in mission generation when generating a mission with a faction that doesn't have mandpad and with the disabled infantry option checked.
2020-12-12 15:27:36 +01:00
Khopa
bfa0e4ba49
Made normandy campaign less cluttered
2020-12-12 15:22:51 +01:00
Khopa
c89ff2c3d6
pydcs update
2020-12-12 14:36:40 +01:00
Khopa
4ec88d524a
Fixed invasion_from_turkey inverted setup.
2020-12-12 14:25:30 +01:00
Khopa
48c218b430
Fix russia_small campaign not being invertable
2020-12-12 13:22:01 +01:00
Dan Albert
d316836e90
Set carrier speed for recovery.
...
https://github.com/Khopa/dcs_liberation/issues/543
2020-12-11 19:19:08 -08:00
Dan Albert
8443f61f0a
Always aim the carrier into the wind.
...
https://github.com/Khopa/dcs_liberation/issues/543
2020-12-11 19:01:35 -08:00
Khopa
feed55186f
Migrated "polygon" code to shapely
2020-12-12 02:31:43 +01:00
Khopa
7c52ca15f3
C-130 example faction
2020-12-12 00:54:19 +01:00
Khopa
06c751f214
Migrated invasion from turkey campaign to new miz format.
2020-12-12 00:51:46 +01:00
Khopa
9d774eaad8
Fixed culling display distance. Allowed smaller distance for culling (useful for WW2 maps)
2020-12-11 22:39:09 +01:00
Khopa
babfd4abda
Merge remote-tracking branch 'khopa/develop' into develop
2020-12-11 22:04:50 +01:00
Khopa
a029c165a0
Normandy campaigns and terrain update
2020-12-11 22:04:33 +01:00
walterroach
9b51533d96
Caucasus Terrain and frontline tweaks
2020-12-11 14:35:06 -06:00
Khopa
e1b7e0eb00
Merge remote-tracking branch 'khopa/develop' into develop
2020-12-11 20:56:30 +01:00
Khopa
508a5693c9
Fixed duplicated tgo issue with chinese and russian navy generators.
2020-12-11 20:55:59 +01:00
walterroach
67806f3d76
Dec 10 review
2020-12-11 11:53:25 -06:00
walterroach
f687a30c7e
Merge pull request #525 from root0fall/fix_221
...
refresh budget after purchase from sub-dialog
2020-12-11 11:43:16 -06:00
Dan Albert
15615a1077
Add the Black Sea campaign.
...
Similar to Western Georgia, but extended further up the coast, and
without the initial battle in Georgia itself.
2020-12-11 01:15:28 -08:00
Dan Albert
905175c210
Add --invert to the game generator.
2020-12-11 01:15:28 -08:00
Dan Albert
409e070887
Generate required IADS near FOBs.
2020-12-11 01:09:14 -08:00
Dan Albert
f659dc1f76
Reference point rework.
...
* Introduce a real type.
* Rewrite _transform_point to make use of Point.
* Add shift modifier for large (10 pixel) adjustements to reference
points. Unmodified behavior is now single pixel.
* Use WASD for moving the second point (shift modified numpad keys don't
seem to work).
* Add a debug option to draw transformed reference points to check for
errors. If they don't overlap, something is wrong.
* Cleaned up all the existing reference points. Caucasus in particular
is now *much* better.
As an added bonus, the cleanup for carrier movement projection now also
shows an invalid destination when the destination is on land.
2020-12-10 21:08:38 -08:00
root0fall
b8922b39fd
add type hinting to update_dialog_budget()
2020-12-11 09:24:21 +08:00
Khopa
8137d57cdf
Dev : Improved Reference point setup mode, made it easier to setup point with polygon map appearing as transparent overlay, and displaying reference points on the map [Press Shift+R to toggle the mode])
2020-12-11 00:08:08 +01:00
Khopa
bf290ac1a9
Improved Normandy reference points
2020-12-10 23:34:06 +01:00
Khopa
77fda00233
Invasion of iran lite campaign update.
2020-12-10 23:19:51 +01:00