| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-06-30 | Json format (#2) | 1 | -460/+0 | ||
| * Added new format * Fixed bug * Updated Version | |||||
| 2015-04-19 | relicense Enigma as LGPLv0.10.4_beta | 1 | -4/+4 | ||
| 2015-03-16 | fix a zillion issues with inner classes | 1 | -40/+39 | ||
| 2015-03-15 | fix bugs in the mappings converter | 1 | -4/+6 | ||
| 2015-03-11 | working on writing mappings based on all the matches | 1 | -0/+18 | ||
| 2015-03-11 | generalized field matching | 1 | -0/+4 | ||
| added method matching | |||||
| 2015-03-08 | more tweaks, improvements, and bug fixes | 1 | -0/+11 | ||
| 2015-02-23 | lots of work in better handling of inner classes | 1 | -18/+23 | ||
| also working on recognizing unobfuscated and deobfuscated jars (needed for M3L) | |||||
| 2015-02-10 | fix issue with removing field mappings | 1 | -0/+2 | ||
| 2015-02-08 | added types to fields | 1 | -32/+46 | ||
| 2015-01-13 | source format change | 1 | -299/+221 | ||
| don't hate me too much if you were planning a big merge. =P | |||||
| 2014-10-09 | reverting to GPL license | 1 | -3/+3 | ||
| 2014-10-08 | relicense as LGPL | 1 | -3/+3 | ||
| 2014-10-01 | fixed inner class renaming bug | 1 | -2/+26 | ||
| also added smarter sorting to class mappings | |||||
| 2014-09-30 | fixed nasty issue with renaming inner classes, but alas, more bugs remain | 1 | -2/+16 | ||
| 2014-09-26 | implemented mark-as-deobfuscated and reset-to-obfuscated | 1 | -12/+50 | ||
| 2014-09-24 | HOW DO I WRITE SO MANY BUGS?!? | 1 | -12/+22 | ||
| 2014-09-23 | trying to figure out why some mappings to correspond to anything in the jar ↵ | 1 | -0/+22 | ||
| file... | |||||
| 2014-09-03 | removed deobfuscated method signatures from mappings | 1 | -13/+4 | ||
| They're too much work to maintain, and they're totally unnecessary! | |||||
| 2014-09-03 | fixed issue with method renaming | 1 | -1/+1 | ||
| 2014-09-03 | big refactor to better model class/method mappings with no deobf name | 1 | -42/+69 | ||
| 2014-08-31 | added checks to prevent renaming classes/fields/methods/arguments to the ↵ | 1 | -0/+20 | ||
| same name as other classes/fields/methods/arguments | |||||
| 2014-08-31 | fixed mapping conversion bug with class rename order | 1 | -15/+21 | ||
| 2014-08-30 | finished class matching for now, need to work on class member matching | 1 | -0/+29 | ||
| 2014-08-27 | add more checking to catch duplicate mappings on load | 1 | -3/+22 | ||
| implemented more stable sort order for methods repackaged as v0.4.1beta | |||||
| 2014-08-17 | added support for automatic reconstruction of inner and anonymous classes | 1 | -11/+86 | ||
| also added class to restore bridge method flags taken out by the obfuscator | |||||
| 2014-08-10 | completely re-wrote token recognizer to bootstrap from Procyon's AST | 1 | -12/+12 | ||
| changed imports to guava instead of whatever collections library happened to be on my classpath | |||||
| 2014-08-04 | added stable save order for mappings to hopefully help with merging | 1 | -18/+9 | ||
| added color-coding for source identifiers redesigned rename GUI customized editor pane, added popup menu finished name validation added last-chance save on window close | |||||
| 2014-07-30 | switched to line-by-line mergable, human-readable file format for mappings | 1 | -26/+84 | ||
| 2014-07-27 | added identifier renaming capability | 1 | -0/+159 | ||
| copied some code over from M3L to handle the heavy bytecode magic. It's ok... M3L will eventually depend on Enigma. Completely restructured the mappings though. This way is better. =) | |||||