Skip to content

Releases: mclemente/about-face

3.22.6

07 Dec 16:44
Compare
Choose a tag to compare
  • Fixed error when drawing the indicator on actorless tokens.
  • Added a new error message when drawing the indicator identifying the token's name, id and type.

3.22.5

15 Nov 17:04
Compare
Choose a tag to compare
  • Fixed token not rotating when moving to the right.

3.22.4

14 Nov 03:56
Compare
Choose a tag to compare
  • Fixed token's direction being inverted when being copyed onto the map.

From 3.22.3

  • Fixed token's direction being reset when applying changes to the token such as turning it invisible (#57).

3.22.3

13 Nov 17:10
659ef2f
Compare
Choose a tag to compare
  • Fixed token's direction being reset when applying changes to the token such as turning it invisible (#57).

3.22.2

09 Nov 04:12
87b2a60
Compare
Choose a tag to compare
  • Changed the Toggle Lock Rotation tooltip to be more clear.
  • This is a re-release of v3.22.1 because the release workflow wasn't triggered for an unknown reason.

3.22.1

08 Nov 14:05
87b2a60
Compare
Choose a tag to compare
  • Changed the Toggle Lock Rotation tooltip to be more clear.

3.22

05 Nov 16:17
91a4bfc
Compare
Choose a tag to compare
  • Fixed an error when loading scenes that were created before activating the module (@TheGiddyLimit).
  • Under the hood changes to the animation slowdown fix that was introduced on v3.21.

3.21

04 Nov 18:56
6f66664
Compare
Choose a tag to compare
  • Fixed general animation slowdown.
    • It was quite noticeable when moving a single title (or SHIFT+WASD) to the opposite side your token was facing.
    • If you were using the Disable Animations setting to avoid this issue, I suggest you toggle it off to take a look at how it works.
    • There's still some room for improvement. Expect some changes on future releases.

3.20

27 Oct 23:44
Compare
Choose a tag to compare
  • Fixed when using a Mirror setting, rotating a token doesn't mirror it (#45).
  • Fixed when using a Mirror setting, tokens with Facing Direction different from the global were mirroring incorrectly (#49).
  • Decoupled the Indicator Drawing function from the Token.refresh() function, avoiding a lot of unnecessary function calls, specially during a token's animation.

3.19

25 Sep 18:31
Compare
Choose a tag to compare
  • Added a Disable Animations setting to disable the rotation and mirroring animations (#44).
  • Fixed token's texture getting warped when moving in quick succession (#43).
  • Replaced the libWrapper requirement for its shim.

Token Configurations

  • Added the token's rotation offset. Rotation Offset is based on a Token Prototype's rotation when it is placed or its Rotation Offset, if set beforehand.
  • Setting "Mirror or rotate token" to Global now sets Facing Direction to Global too.

Known Issues

  • When using a Mirror setting instead of the Rotate setting, rotating a token (SHIFT + movement keys) doesn't mirror the token (#45).