Tomski
Tomski
- GHA is building arm64 slices - Library loader detecting arm and 64bit to change choice of native lib - gdx-jnigen is updated to 2.2.1 - Freetype is now being...
Update the release script procedure - [ ] Make sure when tagging the version is consistent across all modules at the commit. - [ ] Fix issues with running script...
Also adds TownyTownUpkeepEvent and TownyNationUpkeepEvent Minor changes to TownyFomatter to prevent the nation event firing double
Add deployment under new artifact ids so we can test this workflow `com.badlogicgames.gdx:jnigen-runtime-loader:2.5.3-SNAPSHOT`
In flush of SpriteBatch, the index buffer gets a limit for the current size of the batch. It gets the indices buffer reference whilst marking the index buffer as dirty,...
Update the docs for debugging native via intellij.
Ant kill Ant is pretty annoying to maintain, and restrictive for things that we want to do, like separating out build targets for ios sim/device targets. No more ant scripts!...
These have always referenced screen coords for inputs, but they are actually in TouchCoordinate space (y down). Given our docs on screen coords being y up, touch coords y down,...