summaryrefslogtreecommitdiff
path: root/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | make isMethodProvider publicGravatar modmuss502018-07-051-1/+1
| | | | | | | | (cherry picked from commit ebad6a9)
* | 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
| |
* | 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-244-36/+77
| |
* | 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-224-13/+10
| |
* | Fix compile issuesGravatar gegy10002018-06-223-6/+4
| |
* | Merge branch 'master' into asmGravatar gegy10002018-06-221-0/+4
|\| | | | | | | | | | | # Conflicts: # build.gradle # src/main/java/cuchaz/enigma/bytecode/MethodParametersAttribute.java
| * Fix method parameter info sometimes causing the exported class to become ↵Gravatar modmuss502018-05-161-2/+0
| | | | | | | | | | | | invalid. This fixes intelij not reading the class successfully, thus preventing it from being used.
| * 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-1910-23/+133
| |
* | Package updatesGravatar gegy10002018-05-1958-273/+102
| |
* | Initial port to ASMGravatar gegy10002018-05-1982-4649/+2372
|/
* Added theme switcher + dark theme (#60)Gravatar Modmuss502017-06-079-88/+226
| | | | | | | | | | | | | | | | | | | | | | * Initial work on the color config * Save and read config from file.+ * Allow changing the editor colors * Remove the right margin * Move config to the user's home dir * Use Guava instead of Apache commons * Add runtime theme switching, includes example "dark" theme. * Rename dark theme as requested * Small clean up * Include suggestions from @Thog
* Add support for custom themes (#59)Gravatar Modmuss502017-06-048-10/+130
|
* Remove the converter + some reorganizationGravatar Thog2017-05-1621-3682/+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
| | | | if rebuildMethodNames is called (Fix #56)
* Fix tiny mapping separator, and print out stacktrace on error.Gravatar modmuss502017-03-311-1/+2
|
* 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
| | | | ~ This will need some tests and more security checks
* Fix var naming and locals var index issuesGravatar Thog2017-03-123-4/+3
|
* Follow Fabric guidelinesGravatar Thog2017-03-08120-15218/+15031
|
* Drop unix case style and implement hashCode when equals is overridedGravatar Thog2017-03-0742-1182/+1008
| | | | Also update Guava to version 21
* Avoid crash of the matcher when the obf name is invalid (set a deob it using ↵Gravatar Thog2016-11-182-3/+30
| | | | the suffix '_auto_deob')
* Merge branch 'feature/method-converter'Gravatar Thog2016-11-183-23/+165
|\