summaryrefslogtreecommitdiff
path: root/src/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * Method Converter: Add bytecode matching to match what is identicalfeature/method-converterGravatar Thog2016-10-173-14/+156
| |
| * Preparing needed things for the modificationGravatar Thog2016-10-172-9/+9
| |
* | Fix crash with ClassSelectorGravatar modmuss502016-11-141-0/+4
| |
* | Fix matcher (blame @asiekierka) + add a dirty hack for inner class inside ↵Gravatar Thog2016-10-313-3/+10
| | | | | | | | another inner class
* | Fix NPE with converter when computeClassMatchesGravatar Thog2016-10-311-15/+18
| |
* | BREAKING CHANGE: Implement modifier transformerGravatar Thog2016-10-3015-45/+339
| | | | | | | | | | | | | | Known Bugs: - Inner class modifier isn't saved to mapping - Inner class modifier isn't applied to bytecode
* | Fix order of packages, hanging of Enigma and classes nodes not renamed when ↵Gravatar Thog2016-10-2810-15/+85
| | | | | | | | package is renamed (#25)
* | Rework setFieldName to only check name in the actual class mapping and ↵Gravatar Thog2016-10-273-7/+36
| | | | | | | | mothers classes mappings (Fix #51)
* | Rework saving system to improve saving time (Fix #35)Gravatar Thomas Guillemard2016-10-264-15/+100
| |
* | Starting implementing local variables (#33)Gravatar Thog2016-10-197-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
* | LocalVariableRenamer: Support correctly Nested Class constructors (Fix #49)Gravatar Thog2016-10-191-1/+17
| |
* | Fix #48Gravatar Thog2016-10-181-2/+2
| |
* | Fixes execution order for line number ruler (Close #39)Gravatar Glassmaker2016-10-182-5/+3
| |
* | Remove Nullable usage and add null check in equalsGravatar Thog2016-10-181-3/+2
| |
* | remove none/ prefixGravatar asiekierka2016-10-189-36/+16
|/
* Revert "apply similar fix to fields"Gravatar asiekierka2016-10-162-54/+5
| | | | This reverts commit ea3d062ba2426903a37acca26acca187c7e245c3.