Dan Albert
2ffaa71bb5
Note some new features in the changelog.
2021-06-19 10:47:59 -07:00
RndName
1763f59320
Allow deletion of multiple waypoints by selection
...
#1221
2021-06-19 10:40:40 -07:00
RndName
08d32ffc77
Allow shift/ctrl click to buy/sell multiple units.
...
Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1221
2021-06-19 10:36:33 -07:00
RndName
7e3cebb96d
Fix purchase groups.
...
The new class PurchaseGroup coming in with commit 9bb986c was not
initiallized correctly.
This causes the bug that the update function is not working when you
for example open the AircraftRecruitmentMenu press "+" or "-", close
the dialog and then open ArmorRecruitmentMenu. If you then want to buy
or sell the update function will raise an error "Internal C++ Object
Already Deleted".
2021-06-19 10:33:35 -07:00
Jake Lewis
930fb404af
Updated Hind-F price for rebalance
2021-06-19 03:43:55 -07:00
jsjlewis96
6cd711a1e2
Added option to disable AI pilot levelling
2021-06-19 03:03:50 -07:00
docofmur
1bcc332885
Syrian Terrain update
2021-06-19 02:28:11 -07:00
Dan Albert
9bb986cff9
Update *all* buy/sell buttons, not just the row.
...
Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1207
2021-06-18 20:14:44 -07:00
Dan Albert
1247942bf1
Note fix for convoy naming bug.
2021-06-18 19:41:03 -07:00
Dan Albert
95d3ff4cbe
Don't show ground unit menu at carriers.
...
Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1220
2021-06-18 19:39:42 -07:00
Marcel
0a874a28ef
Fix group name for EWRs.
...
Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1246
2021-06-18 19:26:42 -07:00
Dan Albert
2dee702060
Persist name generator state to the save game.
...
This is a bit of an ugly hack but it's effectively what we would need
anyway. We could clean up the global replacement by making the name
generator _only_ a property of Game and plumbing it through to a large
number of places. Could maybe also use `__getstate__` and `__setstate__`
tricks to save `naming.namegen` to the file even without making it truly
a part of Game.
Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1247
2021-06-18 19:24:23 -07:00
Dan Albert
4ea66477fe
Add options for changing pilot limits and rates.
2021-06-18 18:33:15 -07:00
Dan Albert
d3be732566
Fix tooltips for scuds/silkworms.
...
Same problem as the ground object menu, same cleanup required at some
point.
2021-06-18 18:14:20 -07:00
Dan Albert
933517055e
Fix ground object menus for scuds and silkworms.
...
These really need to be added to the unit data, but this will do as a
stop gap since the group generators need an overhaul anyway.
2021-06-18 18:06:05 -07:00
Dan Albert
040a3d9b36
Add coastal defenses and missiles to Abu Dhabi.
2021-06-18 18:02:33 -07:00
Florian
2c859bf280
Rebalance aircraft prices.
...
Main goal here is to make sure that warbirds don't cost more than early
jets, but this includes rebalancing of all aircraft.
2021-06-18 17:53:19 -07:00
jsjlewis96
fe227e02b8
Shows total at top for economic intel
2021-06-18 17:35:18 -07:00
Dan Albert
c68e583c20
Note the Skynet EWR fix.
2021-06-18 17:02:22 -07:00
Khopa
6620d56859
Factions : Added hind-P to Russia 75.
2021-06-19 01:58:11 +02:00
Dan Albert
1ec72d3e94
Fix mission generation when infantry is disabled.
...
Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1256
2021-06-18 16:52:03 -07:00
Dan Albert
5c3bb75786
Fix EPLRS for aircraft.
...
Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1237
2021-06-18 16:48:59 -07:00
Dan Albert
a90cb0dad9
Fix carrier names in factions.
...
The rest of the ships were covered but it looks like carriers were
missed.
Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1258
2021-06-18 16:42:34 -07:00
Khopa
8854a491ab
Custom banner for Mi-24P (different from Mi-24V)
2021-06-19 01:32:43 +02:00
UKayeF
74e8073328
add Mi-24V Hind icons as placeholders for Mi-24P icons yet to come
2021-06-19 01:32:43 +02:00
Dan Albert
a6d62a7596
Add some missing changes to the changelog.
2021-06-18 16:23:44 -07:00
Dan Albert
980a224d02
Move fixes to the correct changelog section.
...
What was to be 3.1.0 is now 4.0.0 to accomodate that DCS update.
2021-06-18 16:11:02 -07:00
Khopa
0c6b83fc35
Added default Mi-24P payloads
2021-06-19 01:05:14 +02:00
UKayeF
6d2310f59d
add Mi-24P as CAS capable aircraft - unsure which other tasks it could be useful for?
2021-06-19 00:54:20 +02:00
jsjlewis96
05107fab1c
Added Mi-24P to factions post '80 that use Hind-E
2021-06-19 00:51:49 +02:00
jsjlewis96
285bed65c6
Added Mi-24P to Russia 1990 & 2010 factions
2021-06-19 00:51:47 +02:00
Khopa
b523c23e7a
Added french Mirage-2000C squadrons
2021-06-18 18:38:05 +02:00
Khopa
4c9a028a4e
Fixed pydcs error in test_factions.py
2021-06-18 18:19:48 +02:00
C. Perreau
cea970f065
Merge pull request #1248 from jsjlewis96/dot-neutral
...
#987 Neutral dot labels in options
2021-06-18 18:13:09 +02:00
Khopa
d8511fab1d
Fixed pydcs error with missiles units
2021-06-18 18:08:03 +02:00
Khopa
b2d10e92e9
Fixed requirements.txt changes not required
2021-06-18 18:01:44 +02:00
Khopa
0582d5e2b6
Merge branch 'develop' of https://github.com/khopa/dcs_liberation into develop
2021-06-18 18:00:58 +02:00
C. Perreau
da2b56b5b1
Merge pull request #1252 from docofmur/terrain_update_cyprus
...
Syria Terrian map update
2021-06-18 18:00:09 +02:00
docofmur
46c15f37c5
exclusion zone update 1 test change on caucases, massive update on syria
2021-06-18 17:58:08 +02:00
Dan Albert
4ddc02d7fe
Update pydcs.
2021-06-17 23:01:20 -07:00
Dan Albert
4c3ac0af91
Adapt to DCS update.
2021-06-17 22:58:46 -07:00
Dan Albert
edd0b90576
Update pydcs.
2021-06-17 22:22:47 -07:00
Dan Albert
11dca41945
Remove unused file.
2021-06-17 22:11:00 -07:00
Dan Albert
75c4724200
Delete the obsolete converter.
2021-06-17 22:10:15 -07:00
Dan Albert
09704b6f37
Add a wrapper type for ground unit info.
2021-06-17 22:09:17 -07:00
Dan Albert
8a0824880e
Add unit classes and weights to infantry.
2021-06-17 22:09:16 -07:00
Dan Albert
d84abf021e
Fix some bad unit data.
2021-06-17 22:09:16 -07:00
Dan Albert
e7223da19f
Convert remaining unit data.
2021-06-17 22:09:16 -07:00
Dan Albert
499d143199
Add a converter for groun unit info.
2021-06-17 22:09:06 -07:00
Dan Albert
fefeb3c006
Fix broken factions.
2021-06-17 18:49:55 -07:00