damios
damios
To keep track of this in a single issue, I'm copying over my comment from #222: > @Frosty-J is right, at the moment they don't seem to be hosted anywhere....
At the moment, there is a [plugin](https://github.com/libgdx/libgdx.github.io/blob/dev/_plugins/libgdx_fetch_versions.rb) which fetches the versions from gdx-setup's DependencyBank file. We should be able to change that to fetch the data from some file in...
I guess what we need to decide first is, whether we want to keep the versions page around. Does anyone even use that?
If we decide to keep it, is there a file in gdx-liftoff, where we could fetch these versions from, @tommyettinger?
Ahh darn, some of the demo projects still depend on this for their dependencies, e.g. [libgdx-demo-superjumper](https://github.com/libgdx/libgdx-demo-superjumper/blob/aaee0c267d519007ef008e82afeda5f551340291/build.gradle#L5-L20). So we have to tackle this as well if we decide to drop the...
For now, the versions page is retired, https://github.com/libgdx/libgdx.github.io/commit/fc3ead0a598430c697cf78c86c29b3fd80d0cb54.
We also don't handle display scaling on Windows properly, so this is something that should probably be fixed in the same go: #6557.
Sorry for the late reply! This reminds me of #6649, which was in regards to borderless fullscreen. I can't seem to reproduce your issue on an M1 macbook. Do you...
Even with your code snippet I can't seem to reproduce this on a M1 macbook with macOS 15.5 on the built in screen and with the taskbar at the bottom....
This page has been bugging me since it has been added... IMO it should also do a better job at explaining the difference between JRE, JDK, Language Level, `sourceCompatibility`, `targetCompatibility`...