| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-05-20 | Fix anonymous class generation | 3 | -4/+6 | ||
| 2018-05-19 | Fix parameter name offset | 3 | -46/+40 | ||
| 2018-05-19 | Fix highlighting of mapped names | 1 | -10/+14 | ||
| 2018-05-19 | Signature refactoring | 16 | -96/+206 | ||
| 2018-05-19 | More bytecode translation | 7 | -50/+304 | ||
| 2018-05-19 | Fix inner class mapping | 2 | -18/+12 | ||
| 2018-05-19 | Annotation + inner class translation | 10 | -23/+133 | ||
| 2018-05-19 | Package updates | 58 | -273/+102 | ||
| 2018-05-19 | Initial port to ASM | 82 | -4649/+2372 | ||
| 2017-06-07 | Added theme switcher + dark theme (#60) | 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 | |||||
| 2017-06-04 | Add support for custom themes (#59) | 8 | -10/+130 | ||
| 2017-05-16 | Remove the converter + some reorganization | 21 | -3682/+55 | ||
| 2017-05-15 | Add offset for Enum constructor arguments (Fix #58) | 7 | -22/+30 | ||
| 2017-04-05 | Rebuild innerclass method names. | 1 | -22/+30 | ||
| 2017-04-05 | Avoid crash using rebuild method names + make sure that the mapping is dirty ↵ | 2 | -1/+8 | ||
| if rebuildMethodNames is called (Fix #56) | |||||
| 2017-03-31 | Fix tiny mapping separator, and print out stacktrace on error. | 1 | -1/+2 | ||
| 2017-03-24 | Document a "little bit" the Tiny Reader | 1 | -8/+33 | ||
| 2017-03-24 | Reformat code | 10 | -5/+10 | ||
| 2017-03-24 | Implement experimental Tiny mappings loader | 6 | -1/+141 | ||
| ~ This will need some tests and more security checks | |||||
| 2017-03-12 | Fix var naming and locals var index issues | 3 | -4/+3 | ||
| 2017-03-08 | Follow Fabric guidelines | 120 | -15218/+15031 | ||
| 2017-03-07 | Drop unix case style and implement hashCode when equals is overrided | 42 | -1182/+1008 | ||
| Also update Guava to version 21 | |||||
| 2016-11-18 | Avoid crash of the matcher when the obf name is invalid (set a deob it using ↵ | 2 | -3/+30 | ||
| the suffix '_auto_deob') | |||||
| 2016-11-14 | Fix crash with ClassSelector | 1 | -0/+4 | ||
| 2016-10-31 | Fix matcher (blame @asiekierka) + add a dirty hack for inner class inside ↵ | 3 | -3/+10 | ||
| another inner class | |||||
| 2016-10-31 | Fix NPE with converter when computeClassMatches | 1 | -15/+18 | ||
| 2016-10-30 | BREAKING CHANGE: Implement modifier transformer | 15 | -45/+339 | ||
| Known Bugs: - Inner class modifier isn't saved to mapping - Inner class modifier isn't applied to bytecode | |||||
| 2016-10-28 | Fix order of packages, hanging of Enigma and classes nodes not renamed when ↵ | 10 | -15/+85 | ||
| package is renamed (#25) | |||||
| 2016-10-27 | Rework setFieldName to only check name in the actual class mapping and ↵ | 3 | -7/+36 | ||
| mothers classes mappings (Fix #51) | |||||
| 2016-10-26 | Rework saving system to improve saving time (Fix #35) | 4 | -15/+100 | ||
| 2016-10-19 | Starting implementing local variables (#33) | 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 | |||||
| 2016-10-19 | LocalVariableRenamer: Support correctly Nested Class constructors (Fix #49) | 1 | -1/+17 | ||
| 2016-10-18 | Fix #48 | 1 | -2/+2 | ||
| 2016-10-18 | Fixes execution order for line number ruler (Close #39) | 2 | -5/+3 | ||
| 2016-10-18 | Remove Nullable usage and add null check in equals | 1 | -3/+2 | ||
| 2016-10-18 | remove none/ prefix | 9 | -36/+16 | ||
| 2016-10-17 | Method Converter: Add bytecode matching to match what is identicalfeature/method-converter | 3 | -14/+156 | ||
| 2016-10-17 | Preparing needed things for the modification | 2 | -9/+9 | ||
| 2016-10-16 | Revert "apply similar fix to fields" | 2 | -54/+5 | ||
| This reverts commit ea3d062ba2426903a37acca26acca187c7e245c3. | |||||
| 2016-10-16 | apply similar fix to fields | 2 | -5/+54 | ||
| 2016-10-16 | make Enigma check subclasses of method implementations for duplicate mapping ↵ | 1 | -12/+21 | ||
| names | |||||
| 2016-10-15 | Rewrite translate(ArgumentEntry in) logic (Fix #44) | 1 | -2/+25 | ||
| 2016-10-15 | Fix #41 | 1 | -0/+11 | ||
| 2016-10-15 | Change method param default naming scheme (Close #42) | 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 | |||||
| 2016-09-24 | Allow renaming method arguments where they're used (Fix #32) | 1 | -9/+19 | ||
| 2016-09-23 | Add 'enigma.useSystemLookAndFeel' system property (#30) | 1 | -2/+3 | ||
| 2016-09-13 | Comment debug openDeclaration | 1 | -1/+1 | ||
| 2016-09-13 | Allow for selecting and copying text (Fix #22) | 2 | -8/+3 | ||
| 2016-09-13 | Rename for types select only the name part for deob ClassEntry (Fix #24) | 1 | -1/+8 | ||
| 2016-09-13 | Make sure to use UTF-8 in any case for I/O, change "Mark as deobfuscated" ↵ | 13 | -82/+46 | ||
| key and clean up | |||||