Skip to content

Releases: ggagnon76/token-independence

V10 Compatibility

26 Jul 01:39
Compare
Choose a tag to compare

Updated code to remove deprecation warnings for Foundry VTT V10.
Updated manifest.json to new V10 standard.

Issue #30 fix

23 Dec 03:30
8326237
Compare
Choose a tag to compare

This fix ignores broken tokens created when the Token Independence module is not activated because those tokens don't have the flag data required to associate the broken token to the embedded actor data.

Compatibility Update

22 Dec 03:37
b9b4bd4
Compare
Choose a tag to compare

Compatibility Update:

  • Confirmed to be compatible with Foundry V9 Stable

  • Changed implementation of button logic to not re-render the sidebar UI. This will play nice with other modules that expect the sidebar UI to only ever be rendered once.

    • Should now be compatible with the Module Sets - Dual Track GMing module. See issue #27
  • On token creation, the actor name is added as a flag to the token directly.

    • No longer need to override the Token Mold module naming scheme. Token Mold should now fully work as expected.
  • A new warning dialog has been added for the scenario where the flag data allotment for the scene has been exceeded. It will clearly explain that the actors were NOT embedded.

  • The ability to relink broken tokens to actors has been incorporated into Core (or D&D5e system). That capability (and code) has been removed.

HTML in code moved to HBS.

29 Jun 01:15
384f453
Compare
Choose a tag to compare

Moved HTML out of code and into HBS. Makes code much more readable.
Some more refactoring to improve readability.

Foundry 0.8.8 compatibility. Code refactoring. License

25 Jun 13:16
2644e1e
Compare
Choose a tag to compare
  • License now includes instructions on how to determine if the module has been abandoned, and provides follow-up instructions.
  • Code refactoring continues. Foundry 0.7.x hack to allow dialog boxes to resize with new content has been removed. No longer necessary in 0.8.x

Foundry 0.8.7 compatibility and bug fixes

18 Jun 03:53
7033b14
Compare
Choose a tag to compare
  • Foundry 0.8.7 compatibility.
  • Found and fixed 2 major bugs:
  1. Console error when creating new tokens. This was missed when updating code to 0.8.x
  2. Tokens driven by embedded actor data weren't incorporating the token actor data.

Foundry 0.8.6 compatibility

01 Jun 12:05
ff9f327
Compare
Choose a tag to compare

V0.1.6:

-Token Independence updated to be compatible with Foundry 0.8.6. This release is not compatible with Foundry 0.7.x
-Because of how Atropos wrote the TokenDocument class, this module should now work with any system. (not tested)

Embed limit added

09 Apr 02:01
31b0b56
Compare
Choose a tag to compare

The module now imposes a 1mb limit on token + embedded actors.

Fix for new scenes

08 Apr 00:48
07652b2
Compare
Choose a tag to compare

New code was tested on scenes that already had "Token-Independence" flags embedded into it.
It was never tested on a brand new scene... oops. The code was looking for a flag that didn't exist yet and throwing errors.

Removed code used for debugging

08 Apr 00:12
6b4499c
Compare
Choose a tag to compare
Merge pull request #18 from ggagnon76/Remove-debugger;

Removed debugger from code.