Darragh Van Tichelen

Results 26 issues of Darragh Van Tichelen

This PR covers work to integrate PA with the LastGameboard. Most noticeable integration aspects are: - Connect physical minis (runes in lastgameboard terms) with PA shapes - Add companion dice...

This PR adds a sector system (similar to chunks) as an experiment to reduce draw timings.

Shapes have to calculate their vision frequently. Usually we're only moving a couple shapes a time (if we're even moving any shapes at all). Recalculating the vision polygon for those...

The center point of shapes are being calculated on the fly. Most shapes however don't actively move that often if at all, so we're kinda wasting CPU cycles on calculating...

This is a WIP PR to test server tests.

The json-schema-to-typescript cli already offers a flag to configure the bannerComment, which I assumed would be used by this project. However specifying a custom bannerComment by doing something like `poetry...