CalMWolfs
CalMWolfs
## What Cleanup code and use repo patterns. ## Changelog Technical Details + cleanup highlight bonzo masks and make it use repo patterns. - CalMWolfs
## What Replace the old track particles with a newer and better implementation. Also fixed a typo in the track sounds thing ## Changelog Technical Details + Track particles command....
## What Make MayorJson be kotlin instead of java. ## Changelog Technical Details + Make MayorJson be kotlin instead of java. - CalMWolfs
## What Use more simple time mark. The main stuff that still needs changing is when currentMillis is used as a value in a map or inside a data class...
## What Use less deprecated LorenzVec functions. - There were two usages of LorenzVec.subtract in SoopyGuessBurrow that i did not change due to that whole file being a mess and...
## What Use SkyHanni events in some more spots where we weren't before. - 3 less places for skyhanni to potentially crash :) - stopped BazaarBestSellMethod always rendering an empty...
## What Change Java to Kotlin for repo files. ## Changelog Technical Details + Change Java to Kotlin for repo files. - CalMWolfs + Made in game date display use...
## What Replace round and roundToPrecision with roundTo. ## Changelog Technical Details + Removed there being two different rounding functions. - CalMWolfs
## What Adds backup repo to the build. This is automatically included in every gradle build, (only adds .5mb) This uses the exact same logic as neu uses This aims...
## What Use pre-processed methods for gui scaling operations. This prepares us slightly more for a modern version while also adding more consistancy to the existing codebase ## Changelog Technical...