-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v12 deprecation warnings #22
Comments
+1 on this for FVTT 12 support |
The indicated warnings should not cause any issues. Those are only a warning that things need to be changed for foundry 14 compatibility. Are there any noticeable issues with routinglib? |
While the warnings themselves don't cause any issues, the constant console spam every time a token is moved can get quite annoying. A short 30 minute combat testing session in my test world generated 500+ warning messages in the console just from the Witch character with her familiar token riding on her and from the Summoner/Eidolon characters set to follow. Both are done using the Ridable module which uses Routinglib. I haven't seen any issues arise where the module is not working so far though. |
Submitted a pull request that I think covers (most of) these: #25 |
canvas.grid.isHex is deprecated. Use of canvas.grid.isHexagonal instead.
BaseGrid#w is deprecated in favor of BaseGrid#sizeX.
BaseGrid#h is deprecated in favor of BaseGrid#sizeY.
The text was updated successfully, but these errors were encountered: