Skip to content

1.11.0.1 "Time Vampire"

Compare
Choose a tag to compare
@tommyettinger tommyettinger released this 14 Jul 22:04
· 599 commits to master since this release

It's been a while since the last Liftoff release; not 84 years, but still about two months, I think? There are some new features in that time! Generated LWJGL3 projects now include the required configuration to run jpackage for the current OS, and can be run on GitHub Actions if you figure out the configuration for that (not provided yet). Gradle is updated to 7.5, which means this JAR will be able to work and generate working projects even if you only have Java 18 installed (it works with versions 8 through 18 now). There's a bunch of new libraries, though most of them are weird compatibility ones I wrote to allow server-side code and tests to run without libGDX being loaded. The server module might use jdkgdxds, at least, and there's some reasons to use it even in client-side game code without a server. You can add fgnm's HyperLap2D and/or MiniAudio libraries now in the extensions tab. There's better validation for package names, so invalid names that use words reserved by Java or by the Windows filesystem won't be permitted, and will make you enter a valid name. The .gitignore files are significantly improved now, using a strategy from gdx-setup (thanks mgsx!). In general, a pretty big release!