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
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
Khopa
0255088e30
Fixed buildings showing in airbase defense menu for FOB points.
2020-12-10 23:19:26 +01:00
Khopa
b74d8b12d0
Fixed duplicated unit names in german WW2 Flak site groups. (Which would cause duplicated unit error in unitmap.py when trying to start the mission)
2020-12-10 22:32:24 +01:00
Khopa
2834f2982c
Fix error on first start because of new last_save_file parameter.
2020-12-10 21:11:24 +01:00
Khopa
7d07faa5fb
Fix last commit error
2020-12-10 21:09:19 +01:00
Khopa
fd70f0fc4a
Pydcs extensions and db info added for C-130 Hercules mod ✈️
2020-12-10 21:07:04 +01:00
walterroach
441ef79aa4
Merge pull request #529 from walterroach/you_won
...
You Won Message
2020-12-09 18:30:47 -06:00
walterroach
c54f6ba4d2
Use set instead of dict
2020-12-09 18:25:24 -06:00
walterroach
61ecdfc48c
Merge branch 'develop' into you_won
2020-12-09 18:12:18 -06:00
Khopa
5e2b259af1
Updated changelog
2020-12-10 00:20:22 +01:00