1
Commit Graph

108 Commits

Author SHA1 Message Date
0089f06a27 Fixed check for ESP 2023-10-26 23:35:42 +02:00
bd4d2a5f88 Added support for scrolls, keys, and ammo 2023-10-20 01:03:20 +02:00
f410fb3cfb Removed LGPL license 2023-09-09 23:08:15 +02:00
ef0ce50833 Removed persistent cells 2023-09-09 23:02:35 +02:00
2ae83c9b7c Updated to CommonLibSSE-NG 3.7 2023-09-09 22:33:58 +02:00
4919e92157 Updated to CommonLibSSE-NG 3.6 (1.6.629+ support); formlist of cells with persistent containers 2022-12-01 01:39:28 +01:00
654067f863 Fixed crash when loading a save with missing plugins 2022-09-22 12:28:24 +02:00
ae35ac9fbb Fixed detection of KID for AE (has a different internal name) 2022-09-16 11:45:46 +02:00
c01fbe9265 Added dependency checks and warnings 2022-09-16 02:39:07 +02:00
4220779b99 Schedule inventory checks in OnContainerChanged to work around a non-deterministic issue, when ContainerChanges has not been propagated yet 2022-07-18 15:13:23 +02:00
29f7c4e566 Fixed duplicating cell storages, added automatic removal of redundant copies 2022-07-18 11:38:38 +02:00
3a52cb85b1 Resync cell storage on picking up any potential artifact 2022-07-17 14:17:39 +02:00
946e05d1ed Write total number of artifacts to console on game start 2022-07-17 00:09:08 +02:00
c7c9017ce8 1.0.3 release update 2022-07-16 22:02:55 +02:00
34046f60db INI: Added vanilla and CACO pond fish 2022-07-16 22:00:54 +02:00
ea079eafae Save in cell storage all artifact form types - allows to properly update statuses of non-persistent items after changes in the artifact list 2022-07-16 20:14:12 +02:00
deaac1c723 Always run SyncCellStorage as a task 2022-07-16 18:19:30 +02:00
1fedd07be1 Exclude Hendraheim clutter 2022-07-16 12:48:16 +02:00
3c2a2343aa Check base objects on the first OnCellEnter pass to avoid mixing up with ESP-added refs 2022-07-15 22:09:15 +02:00
65efaad0f5 1.0.1 release update 2022-07-15 21:12:44 +02:00
4d4d95b317 Send delayed operations to the main thread 2022-07-15 20:36:26 +02:00
10194f1757 Updated release information 2022-07-14 23:25:36 +02:00
c7973a1f30 Added license (LGPL 3.0) 2022-07-14 22:58:53 +02:00
85581cf147 Cleanup for 1.0 2022-07-14 20:36:46 +02:00
41940cc4f3 Fixed exclusion of rough gems 2022-07-14 20:36:20 +02:00
aa179325f1 Exclude unenchanted clothing 2022-07-14 17:25:07 +02:00
34bedf23ba Include Amulets of Skyrim 2022-07-14 16:29:18 +02:00
c52d8ecc86 Exclude CCOR/CACO filter keyword and CCOR rough gems 2022-07-14 16:09:41 +02:00
a20629cde9 Localizable notifications via Papyrus scripts 2022-07-14 14:34:05 +02:00
be249e6ab9 Initialize on kDataLoaded even when KID is not installed 2022-07-14 00:13:00 +02:00
9fe55a34b7 Rescan the found list when followers change location 2022-07-13 00:30:54 +02:00
7918a84386 Create cell storage in a task, fixes CTD when accessing a created container from another thread 2022-07-12 20:27:35 +02:00
4a1218782f Improved Take All detection 2022-07-12 16:31:05 +02:00
1797222063 New artifact notifications with combined report on Take All 2022-07-12 00:37:19 +02:00
a374e0c71f Use ForEachReference with locking to iterate through references 2022-07-11 21:18:07 +02:00
c94b76dcf0 Minor changes 2022-07-11 16:41:13 +02:00
e836f4134d All moving parts have been moved to the DLL 2022-07-11 13:47:08 +02:00
77ef7c15da Moved delayed follower updates to the DLL 2022-07-09 14:30:51 +02:00
39b9e5cc04 Moved delayed bookshelf processing to the DLL 2022-07-09 14:15:35 +02:00
31b9d5642e Async cell rescan in a separate thread after pickup, removed the perk 2022-07-09 11:24:16 +02:00
adb77dd4d9 Added RegisterPersistentStorage 2022-07-08 22:21:36 +02:00
11311399ce Removed redundant IsDeleted checks 2022-07-08 01:10:14 +02:00
f2cbb5ea8a Removed hardcoded Fishing CC patch 2022-07-07 23:37:52 +02:00
b7ba6e6d7b Updated patches, removed requirement for po3's Tweaks 2022-07-07 16:16:30 +02:00
01dbb4bf9d All hardcoded filters can be overridden in INI 2022-07-07 13:45:21 +02:00
00fe1f78a7 Check player inventory in SyncCellStorage, remove items from storage if they are removed from the artifact list 2022-07-06 03:26:54 +02:00
ea48cd5a01 Changed form ID of the keywords, minor changes 2022-07-06 02:57:38 +02:00
f813432b3c Include enchanted staves, exclude unenchanted ones 2022-07-06 01:30:12 +02:00
574019c189 Exclude pouches 2022-07-06 00:22:39 +02:00
c5ac9e00fe Check armor race 2022-07-06 00:11:07 +02:00