summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge pull request #7 from thiakil/method_field_handlesGravatar Modmuss502018-07-102-0/+49
| |\ \ | | |/ | |/|
| | * index & resolve method/field references for usages viewGravatar Thiakil2018-07-102-0/+49
| |/
| * make isMethodProvider publicGravatar modmuss502018-07-051-1/+1
| * Fix old mappings not properly being removedGravatar gegy10002018-07-053-78/+96
| * Fix old mappings not properly being removedGravatar gegy10002018-07-052-10/+17
| * Use previous save state to delete old mapping filesGravatar gegy10002018-07-053-54/+54
| * Merge pull request #5 from thiakil/param-annotation-fixGravatar gegy10002018-07-041-2/+2
| |\
| | * fix incorrect super callsGravatar Thiakil2018-07-041-2/+2
| |/
| * Make decompile parallelGravatar modmuss502018-07-031-6/+10
| * Output directly to file on source exportGravatar gegy10002018-07-031-4/+4
| * Ignore invalid decompiled variable indicesGravatar gegy10002018-06-301-9/+16
| * Fix stackoverflow on rebuilding method namesGravatar gegy10002018-06-251-17/+13
| * Fix parsed local variable indexingGravatar gegy10002018-06-245-55/+54
| * Fix enum parameter index offsetGravatar gegy10002018-06-243-12/+18
| * Parameter translation in interfacesGravatar gegy10002018-06-241-19/+48
| * Fix handling of null deobf mappingsGravatar gegy10002018-06-244-32/+15
| * Fix method reference and bridge detectionGravatar gegy10002018-06-247-49/+90
| * Fix array translation in method callsGravatar gegy10002018-06-233-7/+17
| * Fix frame array type translationGravatar gegy10002018-06-231-2/+2
| * Fix frame array type translationGravatar gegy10002018-06-231-2/+6
| * Fix class signatures not being translatedGravatar gegy10002018-06-231-1/+2
| * Apply deobfuscated name to transformed classesGravatar gegy10002018-06-232-8/+15
| * Resolve all failed testsGravatar gegy10002018-06-226-18/+15
| * Fix compile issuesGravatar gegy10002018-06-223-6/+4
| * Merge branch 'master' into asmGravatar gegy10002018-06-221-0/+4
| |\ | |/ |/|
* | Fix method parameter info sometimes causing the exported class to become inva...Gravatar modmuss502018-05-162-3/+1
* | Add support for MTH-ARG in tiny mappings readerGravatar modmuss502018-05-151-0/+4
| * Fix bridged method detectionGravatar gegy10002018-06-211-1/+1
| * Fix issues with inner class signature transformationGravatar gegy10002018-06-214-13/+11
| * Fix anonymous class generationGravatar gegy10002018-05-203-4/+6
| * Fix parameter name offsetGravatar gegy10002018-05-193-46/+40
| * Fix highlighting of mapped namesGravatar gegy10002018-05-191-10/+14
| * Signature refactoringGravatar gegy10002018-05-1916-96/+206
| * More bytecode translationGravatar gegy10002018-05-197-50/+304
| * Fix inner class mappingGravatar gegy10002018-05-192-18/+12
| * Annotation + inner class translationGravatar gegy10002018-05-1911-27/+137
| * Package updatesGravatar gegy10002018-05-1970-529/+119
| * Initial port to ASMGravatar gegy10002018-05-1993-5153/+3028
|/
* Fix buildGravatar modmuss502017-10-211-2/+2
* Added theme switcher + dark theme (#60)Gravatar Modmuss502017-06-079-88/+226
* Add support for custom themes (#59)Gravatar Modmuss502017-06-049-10/+132
* Remove the converter + some reorganizationGravatar Thog2017-05-1623-3684/+55
* Add offset for Enum constructor arguments (Fix #58)Gravatar Thog2017-05-157-22/+30
* Rebuild innerclass method names.Gravatar modmuss502017-04-051-22/+30
* Avoid crash using rebuild method names + make sure that the mapping is dirty ...Gravatar Thog2017-04-052-1/+8
* Fix tiny mapping separator, and print out stacktrace on error.Gravatar modmuss502017-03-311-1/+2
* Update javassist to 3.21.0-GA #55Gravatar Thog2017-03-311-1/+1
* Document a "little bit" the Tiny ReaderGravatar Thog2017-03-241-8/+33
* Reformat codeGravatar Thog2017-03-2410-5/+10
* Implement experimental Tiny mappings loaderGravatar Thog2017-03-246-1/+141