From 9eae7f2f46e7857f541b6b2793c2857880cc55c7 Mon Sep 17 00:00:00 2001 From: HammerGS Date: Mon, 9 Oct 2023 13:39:39 -0600 Subject: [PATCH] Various fixes. + Fix #4820: Fix Immelman and Split-S maneuvers + PR #4818: Separate structure class from TestEntity + PR #4816: TestTank: Adapt some tests for GunEmplacements --- megamek/docs/history.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/megamek/docs/history.txt b/megamek/docs/history.txt index 4464d55370d..9ec800b798d 100644 --- a/megamek/docs/history.txt +++ b/megamek/docs/history.txt @@ -59,6 +59,10 @@ VERSION HISTORY: + Fix #4743: Units making vertical landings now only apply half the terrain modifiers + PR #4813: Aero landing now considers terrain modifiers for advanced terrain from TO; a unit takes damage when the landing path includes rough or rubble; a unit that lands in water of sufficient depth (2 for DS, 1 otherwise) is destroyed; dropships landing in depth 1 water are permanently immobile + Data: Fixes for #4808, #4752, #4685, #4677, #4619, and #4597 ++ Fix #4820: Fix Immelman and Split-S maneuvers ++ PR #4818: Separate structure class from TestEntity ++ PR #4816: TestTank: Adapt some tests for GunEmplacements + 0.49.14 (2023-07-28 2100 UTC)