summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| | | | | | | | | | | | | | | | | | | | | | * 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-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
| | | | if rebuildMethodNames is called (Fix #56)
* 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
| | | | ~ 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-08159-15653/+15475
|
* Drop unix case style and implement hashCode when equals is overridedGravatar Thog2017-03-0754-1415/+1237
| | | | 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-1826-244/+224
|/
* Revert "apply similar fix to fields"Gravatar asiekierka2016-10-162-54/+5
| | | | This reverts commit ea3d062ba2426903a37acca26acca187c7e245c3.
* apply similar fix to fieldsGravatar asiekierka2016-10-162-5/+54
|
* make Enigma check subclasses of method implementations for duplicate mapping ↵Gravatar asiekierka2016-10-161-12/+21
| | | | names
* Rewrite translate(ArgumentEntry in) logic (Fix #44)Gravatar Thog2016-10-151-2/+25
|
* Fix #41Gravatar Thog2016-10-151-0/+11
|
* Change method param default naming scheme (Close #42)Gravatar Max Gurela2016-10-151-5/+15
| | | | | Improves visual grepping for any arguments greatly, works well with game objects as well as java primitives. * Add translator for game classes
* Allow renaming method arguments where they're used (Fix #32)Gravatar Thog2016-09-241-9/+19
|
* Add 'enigma.useSystemLookAndFeel' system property (#30)Gravatar Thog2016-09-231-2/+3
|
* update Gradle wrapperGravatar asiekierka2016-09-214-27/+31
|
* add Jenkinsfile and new MavenGravatar asiekierka2016-09-212-58/+16
|
* Comment debug openDeclarationGravatar Thog2016-09-131-1/+1
|
* Allow for selecting and copying text (Fix #22)Gravatar Thog2016-09-132-8/+3
|
* Rename for types select only the name part for deob ClassEntry (Fix #24)Gravatar Thog2016-09-131-1/+8
|
* Make sure to use UTF-8 in any case for I/O, change "Mark as deobfuscated" ↵Gravatar Thog2016-09-1313-82/+46
| | | | key and clean up