Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-29 | Significantly improve performance by resolving all files at once | Jonas Herzig | |
2019-04-29 | Fix double-remapping of import declarations | Jonas Herzig | |
2019-04-29 | Support remapping Mixin @At targets | Jonas Herzig | |
2019-04-27 | Also fix method/field mappings for types with generics | Jonas Herzig | |
2019-04-26 | Support remapping of overridden methods | Jonas Herzig | |
2019-04-26 | Fix remapping of types which have generics on them | Jonas Herzig | |
2019-04-26 | Add support for some Mixin features | Jonas Herzig | |
To be specific - `method` of Inject/Redirect - `Shadow` members - `Accessor` methods | |||
2019-04-26 | Fix class name mapping for (even partially) swapped names | Jonas Herzig | |
E.g. with mappings: A to B B to C this A a; B b; should map to B a C b; but didn't. | |||
2019-04-25 | Fix lombok annotations being replaced if their AST is remapped | Jonas Herzig | |
E.g. @Getter private Minecraft mc; incorrectly remapped to @MinecraftClient private MinecraftClient mc; | |||
2019-04-24 | Initial commit | Jonas Herzig | |