From 761004b0dcf5b79387f548975b3f58fb96505078 Mon Sep 17 00:00:00 2001 From: llde Date: Thu, 15 Jun 2023 23:14:06 +0200 Subject: [PATCH] Fix Alchemy type documentation, close #205 --- obse_command_doc.html | 6 +++--- obse_whatsnew.txt | 11 +++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/obse_command_doc.html b/obse_command_doc.html index 673e64a..a84fd48 100644 --- a/obse_command_doc.html +++ b/obse_command_doc.html @@ -6729,9 +6729,9 @@

Alchemy Apparatus

Map Marker Types

diff --git a/obse_whatsnew.txt b/obse_whatsnew.txt index 577b833..b4918af 100644 --- a/obse_whatsnew.txt +++ b/obse_whatsnew.txt @@ -1,3 +1,14 @@ +xOBSE 22.9 + Fix: + - Commit new ExtraData to container only if ExtraCount isn't the only data present. Fix duplicated items in inventory using MOO companions + - Flush IR, when another IR is created on the same container (workaround to common instabilities as for Break Armors and Take or Equip, precursor to script based lifetime IRs ) and it's executing a DeferredAction + - Invalidate IR after SetEquip Deferred actions + - Revert GetEditorID changes for REID as Realtime Interactions depended strictly on the old beahviours. Deprecate it and add GetEditorID2 as the contract was funcky and there are better functions to operate on formIDs + - Copy ExtraDataList of the IR in case of SetEquip Actions (non deferred) + - Fix a couple of Memory leaks related to ExtraWorn data and IRs + Documentation: + - Fix documentation for Alchemy Types + xOBSE 22.8 Fix: - Fixed an issue for using RemoveItem in a Container Loop, fixing a crash with Maskar Oblivion Overhaul