League of Extraordinary FoundryVTT Developers

LOE

League of Extraordinary FoundryVTT Developers

Join the community to ask questions about League of Extraordinary FoundryVTT Developers and get answers from other members.

Join

commissions

package-development

system-development

other-topics

workgroups

development

package-ideas

package-compatibility

pixijs-canvas-shaders

progress-reports

dev-guides-and-docs

ui-ux-sheets-forms

hooks

development-basics

manifest-plus

tools-and-workflow

active-effects

wiki

dnd5e-dev

package-stewardship

swade-dev

typescript

starfinder-dev

lancer-dev

pathfinder1e-dev

foundryvtt-v10-research

coc7-dev

a5e-dev

v10-updatathon

svnsea2e-dev

package-jam-2022

blackflag-dev

api-announcements

V9 Tabs Issue

If you never figured this out, here's why this happened: A small change in Tabs during v9 causes some DOM configurations which previously worked to stop working. The tab elements (not the navigation for the tabs but the actual contents) must be direct children of the contentSelector element. ...

Deck Creation Macro

I created a macro to fill out a 52-card deck, you set the ID of the deck and the base URL of the folder where your card images are stored, and then run it. ```js /* --------------- Settings --------------- */ ...

devmode-issues

@arcanist figured out, the flex layout elements have pointer-events: none, so anything injected will need to specifically pointer-event: unset or normal or w/e to re-enable that

Layer Manipulation

presumably a module doing this would execute on canvasReady or something for every client right?

Login Via POST

look at your network tab when you click the join button, you'll see the POST with the data it sends, the response has a Set-Cookie header