Dan Albert
2b8dfc9dbc
Stop counting neutral base captures in status.
...
These had no effect but were being counted on the waiting for mission
results page. Cleaned up the implementation a bunch while I was here.
Fixes https://github.com/Khopa/dcs_liberation/issues/1037
2021-04-26 17:54:32 -07:00
Dan Albert
7e40d58d04
Add cargo ships to the sim, track kills.
...
Not targetable yet.
https://github.com/Khopa/dcs_liberation/issues/826
2021-04-25 14:12:59 -07:00
Dan Albert
29b70b3247
Track airlift cargo kills.
...
https://github.com/Khopa/dcs_liberation/issues/825
2021-04-22 19:22:41 -07:00
Dan Albert
65ed110ab7
Track convoy kills.
...
https://github.com/Khopa/dcs_liberation/issues/824
2021-04-18 16:22:51 -07:00
Dan Albert
a47bef1f13
Blacken.
2021-02-12 20:10:45 -08:00
Dan Albert
2a65916f7c
Log time taken in turn processing.
2020-12-24 00:53:36 -08:00
Dan Albert
edfaaacd04
Determine player vs enemy early in debriefing.
...
This way the results of committing the debriefing can't alter the view
of the debriefing. It looks like it was probably that case that
debriefing information displays (but not the committed results) would be
incorrect after a base capture because the results might be shown after
the results were committed.
Maybe fixes https://github.com/Khopa/dcs_liberation/issues/513
2020-12-06 20:20:08 -08:00
Dan Albert
84b8613cf5
Cleanup debriefing signals.
...
We don't need most of this information.
2020-12-06 20:20:08 -08:00
Dan Albert
b8e64d4369
Revert "Revert "Migrate buildings and TGOs to unit map.""
...
With fixed tracking for TGO groups and fortification "buildings".
Fixes https://github.com/Khopa/dcs_liberation/issues/485
This reverts commit 72ac8ca8724573efa14e5d15880b697aaaa4eacd.
2020-12-05 14:26:16 -08:00
Dan Albert
72ac8ca872
Revert "Migrate buildings and TGOs to unit map."
...
Not registering kills correctly. It was in my limited testing, so need
to dig deeper.
https://github.com/Khopa/dcs_liberation/issues/494
This reverts commit 90697194a1a4ca67b53eb7b4056e4f7f5416ac58.
2020-12-04 23:57:58 -08:00
Dan Albert
90697194a1
Migrate buildings and TGOs to unit map.
...
Fixes https://github.com/Khopa/dcs_liberation/issues/485 .
2020-12-04 01:10:18 -08:00
Dan Albert
4f37610dfb
Convert front line units to UnitMap.
...
https://github.com/Khopa/dcs_liberation/issues/485
2020-12-01 01:25:51 -08:00
Dan Albert
f6fad30852
Add unit name -> Liberation object map.
...
Generated units are added to this during mission generation so we can
map destroyed units back to the data that generated them. Currently only
implemented for aircraft as a proof of concept.
2020-11-21 21:01:46 -08: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
Dan Albert
db6b660270
Fix mypy issues in all modules except qt_ui.
2020-10-06 17:24:08 -07:00
Dan Albert
5f1601a2da
Remove the userdata package.
2020-10-06 17:01:37 -07:00
Steve Pole
1a25b15bce
Update QWaitingForMissionResultWindow.py
...
corrected spelling of aircrafts to aircraft
2020-08-21 17:05:50 +10:00
Khopa
4c7f79c6f8
Fix bug in mission result window.
2020-08-12 03:31:56 +02:00
Khopa
0a47669b14
Possible fix for debriefing updates.
2020-08-10 18:10:10 +02:00
Khopa
b5893ce521
Fix potential error in mission waiting for results window.
2020-08-10 17:56:30 +02:00
Khopa
7354a34f1a
Misc UI changes to new game wizard and mission result window.
2020-08-09 16:37:10 +02:00
Khopa
d5f20377ea
Remove weapons fired from debriefing window (not computed anymore)
2020-08-06 00:36:49 +02:00
Khopa
f897cf745f
Multiple WIP changes on UI / Submit manually debriefing.
2020-07-26 12:59:16 +02:00
Khopa
7a3ee6b1a9
Frontline progression is now based on combat results.
2020-05-25 04:09:51 +02:00
Khopa
f7d9c62afb
Updated mission launch instructions.
2020-05-25 01:22:20 +02:00
Khopa
3f5f4f4bb1
New automatic de-briefing system implemented
2019-10-13 03:40:22 +02:00
Khopa
4c3ff906ff
Improved layout for airbase window layout.
...
Fixed missing icons for some windows.
2019-10-11 01:14:43 +02:00
Khopa
405c6659b9
Cleaned up some 'print'.
2019-07-12 19:14:44 +02:00
Khopa
adb9e38ff4
Waiting and Debriefing Window, QT UI is now functionnal.
2019-07-11 21:31:16 +02:00