From b416c52978131166259f73c0794ad80605660b22 Mon Sep 17 00:00:00 2001 From: Nelsson Huotari Date: Wed, 2 Dec 2020 16:01:07 +0200 Subject: [PATCH] Changelog additions --- CHANGELOG.md | 2 ++ CHANGELOG_PR.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7257e2338..f0c6dd5ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,7 @@ Bug #5656: Sneaking characters block hits while standing Bug #5661: Region sounds don't play at the right interval Bug #5688: Water shader broken indoors with enable indoor shadows = false + Bug #5703: OpenMW-CS menu system crashing on XFCE Feature #390: 3rd person look "over the shoulder" Feature #2386: Distant Statics in the form of Object Paging Feature #2404: Levelled List can not be placed into a container @@ -75,6 +76,7 @@ Feature #5297: Add a search function to the "Datafiles" tab of the OpenMW launcher Feature #5362: Show the soul gems' trapped soul in count dialog Feature #5445: Handle NiLines + Feature #5456: Basic collada animation support Feature #5457: Realistic diagonal movement Feature #5486: Fixes trainers to choose their training skills based on their base skill points Feature #5519: Code Patch tab in launcher diff --git a/CHANGELOG_PR.md b/CHANGELOG_PR.md index 0a039ec3f..6a16b7658 100644 --- a/CHANGELOG_PR.md +++ b/CHANGELOG_PR.md @@ -18,6 +18,7 @@ Known Issues: New Features: - Dialogue to split item stacks now displays the name of the trapped soul for stacks of soul gems (#5362) +- Basics of Collada animations are now supported via osgAnimation plugin (#5456) New Editor Features: - ? @@ -34,6 +35,7 @@ Bug Fixes: Editor Bug Fixes: - Verifier no longer checks for alleged 'race' entries in clothing body parts (#5400) +- Flicker and crashing on XFCE4 fixed (#5703) Miscellaneous: - Prevent save-game bloating by using an appropriate fog texture format (#5108)