Skip to content
Success

Changes

Summary

  1. Migrate some ASM transformers to mixins (commit: 74b0eed) (details)
Commit 74b0eeddfd4cb8b2ce4f18b96a56af4a6d1fc1b3 by Geolykt
Migrate some ASM transformers to mixins

This should reduce code complexity.
A few ASM Transformers could also be migrated too but they'd be
slightly more time-consuming to port and as long as it works
there is little reason to break this behaviour tbh
(commit: 74b0eed)
The file was modifiedsrc/main/java/de/geolykt/starloader/apimixins/ApplicationMixins.java (diff)
The file was modifiedsrc/main/resources/starloader-api.ras (diff)
The file was modified.gitignore (diff)
The file was removedsrc/main/java/de/geolykt/starloader/impl/asm/GalemulatorASMTransformer.java
The file was modifiedsrc/main/java/de/geolykt/starloader/apimixins/BufferedWidgetWrapperMixins.java (diff)
The file was modifiedsrc/main/java/de/geolykt/starloader/impl/gui/s2d/MenuHandler.java (diff)
The file was modifiedsrc/main/resources/extension.json (diff)
The file was modifiedsrc/main/java/de/geolykt/starloader/StarloaderAPIExtension.java (diff)
The file was modifiedbuild.gradle (diff)
The file was removedsrc/main/java/de/geolykt/starloader/impl/asm/BufferedWidgetASMTransformer.java