From 28c79227df36a3b27cce106837650842dbcec034 Mon Sep 17 00:00:00 2001 From: Nelsson Huotari Date: Sat, 12 Dec 2020 21:04:59 +0200 Subject: [PATCH] Editor changelog additions --- CHANGELOG.md | 2 ++ CHANGELOG_PR.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac8168ebc..d896ca55cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ 0.47.0 ------ + Bug #832: OpenMW-CS: Handle deleted references Bug #1662: Qt4 and Windows binaries crash if there's a non-ASCII character in a file path/config path Bug #1952: Incorrect particle lighting Bug #2069: Fireflies in Fireflies invade Morrowind look wrong @@ -67,6 +68,7 @@ Bug #5644: Summon effects running on the player during game initialization cause crashes Bug #5656: Sneaking characters block hits while standing Bug #5661: Region sounds don't play at the right interval + Bug #5675: OpenMW-cs. FRMR subrecords are saved with the wrong MastIdx Bug #5688: Water shader broken indoors with enable indoor shadows = false Bug #5695: ExplodeSpell for actors doesn't target the ground Bug #5703: OpenMW-CS menu system crashing on XFCE diff --git a/CHANGELOG_PR.md b/CHANGELOG_PR.md index 6a16b76585..8a7948bb70 100644 --- a/CHANGELOG_PR.md +++ b/CHANGELOG_PR.md @@ -34,7 +34,9 @@ Bug Fixes: - Morrowind legacy madness: Using a key on a trapped door/container now only disarms the trap if the door/container is locked (#5370) Editor Bug Fixes: +- Deleted and moved objects within a cell are now saved properly (#832) - Verifier no longer checks for alleged 'race' entries in clothing body parts (#5400) +- Loading mods now keeps the master index (#5675) - Flicker and crashing on XFCE4 fixed (#5703) Miscellaneous: