| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Fix inner class mapping | 2018-05-19 | 2 | -18/+12 | ||
| | | | ||||||
| | * | Annotation + inner class translation | 2018-05-19 | 11 | -27/+137 | ||
| | | | ||||||
| | * | Package updates | 2018-05-19 | 70 | -529/+119 | ||
| | | | ||||||
| | * | Initial port to ASM | 2018-05-19 | 93 | -5153/+3028 | ||
| |/ | ||||||
| * | Fix build | 2017-10-21 | 1 | -2/+2 | ||
| | | ||||||
| * | Added theme switcher + dark theme (#60) | 2017-06-07 | 9 | -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) | 2017-06-04 | 9 | -10/+132 | ||
| | | ||||||
| * | Remove the converter + some reorganization | 2017-05-16 | 23 | -3684/+55 | ||
| | | ||||||
| * | Add offset for Enum constructor arguments (Fix #58) | 2017-05-15 | 7 | -22/+30 | ||
| | | ||||||
| * | Rebuild innerclass method names. | 2017-04-05 | 1 | -22/+30 | ||
| | | ||||||
| * | Avoid crash using rebuild method names + make sure that the mapping is dirty ↵ | 2017-04-05 | 2 | -1/+8 | ||
| | | | | | if rebuildMethodNames is called (Fix #56) | |||||
| * | Fix tiny mapping separator, and print out stacktrace on error. | 2017-03-31 | 1 | -1/+2 | ||
| | | ||||||
| * | Update javassist to 3.21.0-GA #55 | 2017-03-31 | 1 | -1/+1 | ||
| | | ||||||
| * | Document a "little bit" the Tiny Reader | 2017-03-24 | 1 | -8/+33 | ||
| | | ||||||
| * | Reformat code | 2017-03-24 | 10 | -5/+10 | ||
| | | ||||||
| * | Implement experimental Tiny mappings loader | 2017-03-24 | 6 | -1/+141 | ||
| | | | | | ~ This will need some tests and more security checks | |||||
| * | Fix var naming and locals var index issues | 2017-03-12 | 3 | -4/+3 | ||
| | | ||||||
| * | Follow Fabric guidelines | 2017-03-08 | 159 | -15653/+15475 | ||
| | | ||||||
| * | Drop unix case style and implement hashCode when equals is overrided | 2017-03-07 | 54 | -1415/+1237 | ||
| | | | | | Also update Guava to version 21 | |||||
| * | Avoid crash of the matcher when the obf name is invalid (set a deob it using ↵ | 2016-11-18 | 2 | -3/+30 | ||
| | | | | | the suffix '_auto_deob') | |||||
| * | Merge branch 'feature/method-converter' | 2016-11-18 | 3 | -23/+165 | ||
| |\ | ||||||
| | * | Method Converter: Add bytecode matching to match what is identicalfeature/method-converter | 2016-10-17 | 3 | -14/+156 | ||
| | | | ||||||
| | * | Preparing needed things for the modification | 2016-10-17 | 2 | -9/+9 | ||
| | | | ||||||
| * | | Fix crash with ClassSelector | 2016-11-14 | 1 | -0/+4 | ||
| | | | ||||||
| * | | Fix matcher (blame @asiekierka) + add a dirty hack for inner class inside ↵ | 2016-10-31 | 3 | -3/+10 | ||
| | | | | | | | | | another inner class | |||||
| * | | Fix NPE with converter when computeClassMatches | 2016-10-31 | 1 | -15/+18 | ||
| | | | ||||||
| * | | BREAKING CHANGE: Implement modifier transformer | 2016-10-30 | 15 | -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 ↵ | 2016-10-28 | 10 | -15/+85 | ||
| | | | | | | | | | package is renamed (#25) | |||||
| * | | Rework setFieldName to only check name in the actual class mapping and ↵ | 2016-10-27 | 3 | -7/+36 | ||
| | | | | | | | | | mothers classes mappings (Fix #51) | |||||
| * | | Rework saving system to improve saving time (Fix #35) | 2016-10-26 | 4 | -15/+100 | ||
| | | | ||||||
| * | | Starting implementing local variables (#33) | 2016-10-19 | 7 | -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) | 2016-10-19 | 1 | -1/+17 | ||
| | | | ||||||
| * | | Fix #48 | 2016-10-18 | 1 | -2/+2 | ||
| | | | ||||||
| * | | Fixes execution order for line number ruler (Close #39) | 2016-10-18 | 2 | -5/+3 | ||
| | | | ||||||
| * | | Remove Nullable usage and add null check in equals | 2016-10-18 | 1 | -3/+2 | ||
| | | | ||||||
| * | | remove none/ prefix | 2016-10-18 | 26 | -244/+224 | ||
| |/ | ||||||
| * | Revert "apply similar fix to fields" | 2016-10-16 | 2 | -54/+5 | ||
| | | | | | This reverts commit ea3d062ba2426903a37acca26acca187c7e245c3. | |||||
| * | apply similar fix to fields | 2016-10-16 | 2 | -5/+54 | ||
| | | ||||||
| * | make Enigma check subclasses of method implementations for duplicate mapping ↵ | 2016-10-16 | 1 | -12/+21 | ||
| | | | | | names | |||||
| * | Rewrite translate(ArgumentEntry in) logic (Fix #44) | 2016-10-15 | 1 | -2/+25 | ||
| | | ||||||
| * | Fix #41 | 2016-10-15 | 1 | -0/+11 | ||
| | | ||||||
| * | Change method param default naming scheme (Close #42) | 2016-10-15 | 1 | -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) | 2016-09-24 | 1 | -9/+19 | ||
| | | ||||||
| * | Add 'enigma.useSystemLookAndFeel' system property (#30) | 2016-09-23 | 1 | -2/+3 | ||
| | | ||||||
| * | update Gradle wrapper | 2016-09-21 | 4 | -27/+31 | ||
| | | ||||||
| * | add Jenkinsfile and new Maven | 2016-09-21 | 2 | -58/+16 | ||
| | | ||||||
| * | Comment debug openDeclaration | 2016-09-13 | 1 | -1/+1 | ||
| | | ||||||
| * | Allow for selecting and copying text (Fix #22) | 2016-09-13 | 2 | -8/+3 | ||
| | | ||||||
| * | Rename for types select only the name part for deob ClassEntry (Fix #24) | 2016-09-13 | 1 | -1/+8 | ||
| | | ||||||
| * | Make sure to use UTF-8 in any case for I/O, change "Mark as deobfuscated" ↵ | 2016-09-13 | 13 | -82/+46 | ||
| | | | | | key and clean up | |||||