summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/bytecode/translators (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-038-671/+0
* QOL fixes (#222)Gravatar Yanis482020-04-182-2/+0
* Support java 9+ and gradle 6+ (#206)Gravatar liach2020-04-021-1/+2
* Allow attaching class, method, field, and parameter javadocs (#185)Gravatar Fudge2019-12-021-1/+1
* Correctly decompile bridges, and add command to add bridges to mappings (#180)Gravatar Runemoro2019-11-221-0/+3
* Fix local variable fixer (#172)Gravatar Runemoro2019-11-082-77/+92
* Don't remap specialized methods to their bridge partner in bytecodeGravatar gegy10002019-05-101-6/+0
* Bridge Method Fixes (#111)Gravatar Gegy2019-02-191-0/+43
* Remap sources (#106)Gravatar Gegy2019-01-303-79/+119
* [WIP] Mapping rework (#91)Gravatar Gegy2019-01-245-82/+123
* Fix annotation npe for villager (#99)Gravatar liach2019-01-111-5/+13
* Tweak variable name generation (#86)Gravatar Gegy2018-12-151-27/+43
* Fix #78 (#85)Gravatar Gegy2018-12-151-1/+2
* fix #66Gravatar asie2018-12-111-1/+1
* do not propagate non-argument local variable namesGravatar asie2018-11-271-1/+1
* update Guava, show proper constructor tree node, fix AccessFlags.toStringGravatar asie2018-11-071-1/+1
* unify local variable/argument numberingGravatar Adrian Siekierka2018-11-041-4/+6
* fix signature remap of inners for nowGravatar Thiakil2018-07-061-0/+15
* Use previous save state to delete old mapping filesGravatar gegy10002018-07-051-0/+3
* fix incorrect super callsGravatar Thiakil2018-07-041-2/+2
* Fix parsed local variable indexingGravatar gegy10002018-06-241-12/+7
* Fix enum parameter index offsetGravatar gegy10002018-06-242-4/+12
* Parameter translation in interfacesGravatar gegy10002018-06-241-19/+48
* Fix array translation in method callsGravatar gegy10002018-06-231-5/+1
* Fix frame array type translationGravatar gegy10002018-06-231-2/+2
* Fix frame array type translationGravatar gegy10002018-06-231-2/+6
* Fix issues with inner class signature transformationGravatar gegy10002018-06-211-9/+2
* Fix anonymous class generationGravatar gegy10002018-05-202-3/+5
* Fix parameter name offsetGravatar gegy10002018-05-192-27/+40
* Signature refactoringGravatar gegy10002018-05-194-43/+42
* More bytecode translationGravatar gegy10002018-05-194-34/+208
* Fix inner class mappingGravatar gegy10002018-05-191-14/+11
* Annotation + inner class translationGravatar gegy10002018-05-194-17/+108
* Package updatesGravatar gegy10002018-05-192-0/+2
* Initial port to ASMGravatar gegy10002018-05-196-509/+188
* Remove the converter + some reorganizationGravatar Thog2017-05-164-0/+509