
2.2.1
release28 августа 2022 г.2.2.0
release27 августа 2022 г.Made texture batching double-buffered. Additionally, batching is done in parallel with game logic on a separate worker thread, effectively removing all the overhead that was caused by batching.
2.1.0
release26 августа 2022 г.- Updated to FalsePatternLib 0.10
- Improved animated texture performance a bit more
2.0.0 Hotfix 1
release29 июня 2022 г.- Complete reimplementation of the texture stitcher, now it should be working correctly and all weird texture bugs should be gone.
- Modernized config system
- Updated to FalsePatternLib 0.9.x
- Main menu config gui. Changing the batching threshold here instead of the config file will automatically apply the change without a game restart.
Additionally, the reimplemented stitcher also COMPLETELY replaces the vanilla stitcher, which makes atlas stitching a lot faster compared to whatever spaghetti code was originally doing that.
Special credit to Sciss for the MIT-licensed java rectangle packing code, i took that code as a base and improved upon it to achieve this.
2.0.0
alpha28 июня 2022 г.- Complete reimplementation of the texture stitcher, now it should be working correctly and all weird texture bugs should be gone.
- Modernized config system
- Updated to FalsePatternLib 0.9.x
- Main menu config gui. Changing the batching threshold here instead of the config file will automatically apply the change without a game restart.
Additionally, the reimplemented stitcher also COMPLETELY replaces the vanilla stitcher, which makes atlas stitching a lot faster compared to whatever spaghetti code was originally doing that.
Special credit to Sciss for the MIT-licensed java rectangle packing code, i took that code as a base and improved upon it to achieve this.