Releases: bakermd86/NPCPortraits
Fen's NPC Portraits v2.2.5
Fen's NPC Portraits v2.2.4a1
Adding option to specify token overrides for NPCs using animated webp/webm tokens.
Fen's NPC Portraits v2.2.3
Fixed an issue with languages
Fen's NPC Portraits v2.2.2
Fixed a small bug caused by rolling skill checks from character sheets which would cause subsequent chat from that identity not to have its portrait set.
Fen's NPC Portraits v2.2.1
Fixes a bug caused by modules containing special characters in their names.
Fen's NPC Portraits v2.2
Several fixes for SavageWorlds to improve token handling for that ruleset and support some of its unique features
Fen's NPC Portraits v2.1
Fixed a bug when rolling from non-activated character sheets
Fixed a bug when rolling from records with no token
Added a fix for savage which caused Characters and Allies to not work (SWD adds a "[GM] " prefix to speaking names in that case, and logic was needed to handle that)
Also noticed that SWD has its own identity manager, so I modified my code to incorporate that just to avoid any other potential interop issues with SWD
Fen's NPC Portraits v2.0
Made numerous changes to the underlying functionality in order to improve performance and handle a variety of edge cases.
New features:
- Improved support for NPCs from modules
- More reliable handling of dice rolls
- Support for middle-clicking on hidden dice rolls to reveal them to players (with portrait)
Performance improvements were made by creating dummy portraits only for records at the time of their use. Instead of creating all portraits at load time (which can substantially slow down loading if lots of modules are being used) portraits are created in the following instances:
- When activating an NPC as a speaker in the GM Indentities
- When adding an NPC to the combat tracker
- Whenever a roll chat message is produced which contains a valid sCreatureNode attribute
Fen's NPC Portraits v1.6
Added portraits to NPC rolls as well as chats.
Fen's NPC Portraits v1.4
Adding ability to register external datatypes