Jamz

Results 34 comments of Jamz

Have you tried a newer/different version of Java? Should be able to do it locally with some adjustments to the gradle build.

Ya, like with 13 or 14. Should be able to get around the FX requirements easy enough by just adding the new FX dependencies. I haven't done it because we...

I've heard JDK 14 has really helped with the various spinning wheels off death, so keep that in mind as well for testing.

Are you going to add Pathfinder darkvision in as well? 😸 It's only black/white (greyscale) vision and would look really cool for sight to be reduce to greyscale! Of course,...

Oh and Pathfinder 2E lowlight (and other DnD versions) bump dim to bright as well. Also, Darkness spells reduce bright to dim and dim to dark. But we can't do...

@Phergus ya, why doesn't MapTool do it this way? Although, aren't we using RGB for lights and isn't that "additive" vs "subtractive" and should end up white? I remember googling...

Took a quick peek, we're doing a graphics2d.fill() So a quick google search led me to adding the setXORMode line above the render block here: ``` newG.setXORMode(Color.black);``` ``` for (Entry...

> Since you are fiddling with lights, I would suggest accommodating gradients for those that enjoy realism. Not saying you should implement gradients, just that if implemented they would work...

> It's interesting that it's extended to Windows now via JDK14... Not really considering WebView is using webkit....

It's more for Android than anything. The scrollbar fades out after scrolling with your thumb. Works well for the phone, I'm torn if I like it on the PC... With...