1
Commit Graph

36 Commits

Author SHA1 Message Date
c5ac9e00fe Check armor race 2022-07-06 00:11:07 +02:00
c258414056 Achieved the same filtering of disenchantable items with KID alone. Oh well. 2022-07-05 23:31:01 +02:00
db410f6537 Added INI support, excludes disenchantable items by default 2022-07-05 22:50:04 +02:00
81b174e028 Added the exclusion keyword ETR_NotArtifact, improved artifact filtering 2022-07-05 17:56:27 +02:00
0c22f0b8bd OnContainerChanged update 2022-07-05 11:06:13 +02:00
cd66ad1eac Rewritten OnContainerChanged to cover non-player events as well 2022-07-04 02:30:51 +02:00
33410ccee7 Added support for Immersive Display Overhaul 2022-07-03 16:37:56 +02:00
b598d8fe38 Rebuild the artifact list if its size changed 2022-07-03 15:12:14 +02:00
a3cdd32cae Use SKSE::GetModCallbackEventSource() to receive the distribution event from KID 2022-07-03 13:58:41 +02:00
550a185083 Injected ETR_ExtraArtifact into Update.esm, FormID 0xDE3FD3 2022-07-03 13:16:17 +02:00
b5c5e3e109 Added Fishing CC support 2022-07-03 12:13:53 +02:00
137b2e175f Add artifacts via keyword added by Keyword Item Distributor 2022-07-03 03:35:16 +02:00
e83e23ff3d Rescan new items without reverting 2022-07-02 23:22:58 +02:00
cca2fdafc1 Sync cell storage after its creation 2022-07-02 20:47:10 +02:00
1455709755 GetItemCount by form 2022-07-02 19:04:55 +02:00
324db21c5e Fixed formlist iteration in RefHasItem 2022-07-02 18:42:40 +02:00
8039f6315f Do not iterate through remaining followers when item is found 2022-07-02 18:37:52 +02:00
1a8fd79ae4 Added GetItemCount 2022-07-02 15:57:34 +02:00
5fa614bf94 Check the home keyword in BGSActorCellEvent 2022-07-01 22:58:02 +02:00
1ca711df36 Perk-based delayed processing of picked up items 2022-07-01 22:15:55 +02:00
238d00a816 Fixed book filtering, added a few comments 2022-07-01 16:41:41 +02:00
f312441f13 Moved almost everything to the DLL 2022-06-30 12:31:01 +02:00
a7229e0bea Moved most synchronous operations to DLL; decoded Formlist.Revert and FormList.RemoveAddedForm 2022-06-27 13:38:49 +02:00
bb427cc419 Renumbered ETR_ExcludeMiscKeywords 2022-06-24 21:01:28 +02:00
20462fa9d3 Simplified exclusion arguments 2022-06-24 20:32:16 +02:00
d899a2a03f Track fishing maps; do not check books for the playable flag 2022-06-24 18:36:52 +02:00
6db4016f9b Added support for bookshelves 2022-06-22 15:20:07 +02:00
812dfa556a Exclude registered persistent containers during cell scan 2022-06-22 14:21:32 +02:00
0e2a31fbb1 Tweaked a few more misc keywords, removed ETR_ExcludeMiscForms 2022-06-22 12:00:28 +02:00
9ddc6a8c3a Non-nested exclusion in AddArtifactsToList by default 2022-06-22 11:11:00 +02:00
ed97ea6a69 Removed GetItemCountInActors, added FollowersHaveItem and AddArtifactsFromFollowersToList 2022-06-22 10:28:12 +02:00
e54adbd097 Minor refactoring, removed HasRefInCell 2022-06-22 09:56:00 +02:00
4341644277 Precache misc items 2022-06-22 02:52:12 +02:00
1e71ef6032 Precache books as an unordered map 2022-06-22 01:50:24 +02:00
58890efc21 Added AddAllBooksToList 2022-06-22 01:12:57 +02:00
4d80f064b5 Moved DLL source code to Source/ArtifactTrackerDLL 2022-06-21 22:22:13 +02:00