Tommy Ettinger
Tommy Ettinger
I think this qualifies as a legitimate issue, but feel free to close if you don't wish to support Windows as a target. I managed to build Thorin on Windows...
This includes a bug fix and some additions, as well as minor doc fixes in 3 files. The bug fix is for MathUtils.atanUnchecked() and MathUtils.atan(), which affects MathUtils.atan2(); when given...
#### Issue details Graal Native Image allows building an entire game, including what would normally be a bundled JRE, into one executable. This also offers some resistance to decompilation, since...
This isn't so much a big report as just an indicator for anyone looking through here that there is some activity. Because the code as it is here won't work...
This should help Mac compatibility, as noted on the Discord. The changes here are small, but I didn't want to go through DesktopLauncher's code with a fine-toothed comb, so I...
Am I reading this right? The `amplitude` starts at 1.0, and is repeatedly multiplied by `persistence`. The default `persistence` is 1.0, which means `amplitude` stays at 1.0 through all those...
Where all my other JARs have the expected names, such as `tantrum-digital-0.4.8.3.jar` and `tantrum-digital-0.4.8.3-sources.jar`, the JavaDoc JAR produced by publishToMavenLocal is called `maven-javadoc-0.4.8.3-javadoc.jar`, and I'm not sure what configuration can...