summaryrefslogtreecommitdiff
path: root/src/main/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-23Fix frame array type translationGravatar gegy10001-2/+6
2018-06-23Fix class signatures not being translatedGravatar gegy10001-1/+2
2018-06-23Apply deobfuscated name to transformed classesGravatar gegy10002-8/+15
2018-06-22Resolve all failed testsGravatar gegy10004-13/+10
2018-06-22Fix compile issuesGravatar gegy10003-6/+4
2018-06-21Fix bridged method detectionGravatar gegy10001-1/+1
2018-06-21Fix issues with inner class signature transformationGravatar gegy10004-13/+11
2018-05-20Fix anonymous class generationGravatar gegy10003-4/+6
2018-05-19Fix parameter name offsetGravatar gegy10003-46/+40
2018-05-19Fix highlighting of mapped namesGravatar gegy10001-10/+14
2018-05-19Signature refactoringGravatar gegy100016-96/+206
2018-05-19More bytecode translationGravatar gegy10007-50/+304
2018-05-19Fix inner class mappingGravatar gegy10002-18/+12
2018-05-19Annotation + inner class translationGravatar gegy100010-23/+133
2018-05-19Package updatesGravatar gegy100058-273/+102
2018-05-19Initial port to ASMGravatar gegy100082-4649/+2372
2018-05-16Fix method parameter info sometimes causing the exported class to become ↵Gravatar modmuss501-2/+0
invalid. This fixes intelij not reading the class successfully, thus preventing it from being used.
2018-05-15Add support for MTH-ARG in tiny mappings readerGravatar modmuss501-0/+4
2017-06-07Added theme switcher + dark theme (#60)Gravatar Modmuss509-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
2017-06-04Add support for custom themes (#59)Gravatar Modmuss508-10/+130
2017-05-16Remove the converter + some reorganizationGravatar Thog21-3682/+55
2017-05-15Add offset for Enum constructor arguments (Fix #58)Gravatar Thog7-22/+30
2017-04-05Rebuild innerclass method names.Gravatar modmuss501-22/+30
2017-04-05Avoid crash using rebuild method names + make sure that the mapping is dirty ↵Gravatar Thog2-1/+8
if rebuildMethodNames is called (Fix #56)
2017-03-31Fix tiny mapping separator, and print out stacktrace on error.Gravatar modmuss501-1/+2
2017-03-24Document a "little bit" the Tiny ReaderGravatar Thog1-8/+33
2017-03-24Reformat codeGravatar Thog10-5/+10
2017-03-24Implement experimental Tiny mappings loaderGravatar Thog6-1/+141
~ This will need some tests and more security checks
2017-03-12Fix var naming and locals var index issuesGravatar Thog3-4/+3
2017-03-08Follow Fabric guidelinesGravatar Thog120-15218/+15031
2017-03-07Drop unix case style and implement hashCode when equals is overridedGravatar Thog42-1182/+1008
Also update Guava to version 21
2016-11-18Avoid crash of the matcher when the obf name is invalid (set a deob it using ↵Gravatar Thog2-3/+30
the suffix '_auto_deob')
2016-11-14Fix crash with ClassSelectorGravatar modmuss501-0/+4
2016-10-31Fix matcher (blame @asiekierka) + add a dirty hack for inner class inside ↵Gravatar Thog3-3/+10
another inner class
2016-10-31Fix NPE with converter when computeClassMatchesGravatar Thog1-15/+18
2016-10-30BREAKING CHANGE: Implement modifier transformerGravatar Thog15-45/+339
Known Bugs: - Inner class modifier isn't saved to mapping - Inner class modifier isn't applied to bytecode
2016-10-28Fix order of packages, hanging of Enigma and classes nodes not renamed when ↵Gravatar Thog10-15/+85
package is renamed (#25)
2016-10-27Rework setFieldName to only check name in the actual class mapping and ↵Gravatar Thog3-7/+36
mothers classes mappings (Fix #51)
2016-10-26Rework saving system to improve saving time (Fix #35)Gravatar Thomas Guillemard4-15/+100
2016-10-19Starting implementing local variables (#33)Gravatar Thog7-5/+219
TODO: - Store format (need to be defined) - Implement some translate operations This commit also fix some cases where argument tokens are not selected
2016-10-19LocalVariableRenamer: Support correctly Nested Class constructors (Fix #49)Gravatar Thog1-1/+17
2016-10-18Fix #48Gravatar Thog1-2/+2
2016-10-18Fixes execution order for line number ruler (Close #39)Gravatar Glassmaker2-5/+3
2016-10-18Remove Nullable usage and add null check in equalsGravatar Thog1-3/+2
2016-10-18remove none/ prefixGravatar asiekierka9-36/+16
2016-10-17Method Converter: Add bytecode matching to match what is identicalfeature/method-converterGravatar Thog3-14/+156
2016-10-17Preparing needed things for the modificationGravatar Thog2-9/+9
2016-10-16Revert "apply similar fix to fields"Gravatar asiekierka2-54/+5
This reverts commit ea3d062ba2426903a37acca26acca187c7e245c3.
2016-10-16apply similar fix to fieldsGravatar asiekierka2-5/+54
2016-10-16make Enigma check subclasses of method implementations for duplicate mapping ↵Gravatar asiekierka1-12/+21
names