| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-06-30 | Json format (#2) | 1 | -216/+0 | ||
| * Added new format * Fixed bug * Updated Version | |||||
| 2015-04-19 | relicense Enigma as LGPLv0.10.4_beta | 1 | -4/+4 | ||
| 2015-03-20 | get rid of stupid fucking com.beust.jcommander imports crashing all my ↵ | 1 | -1/+1 | ||
| downstream apps Eclipse loves to import that particular collections implementation for some reason and I don't want to use it!! | |||||
| 2015-03-16 | fix a zillion issues with inner classes | 1 | -0/+28 | ||
| 2015-02-23 | lots of work in better handling of inner classes | 1 | -7/+7 | ||
| also working on recognizing unobfuscated and deobfuscated jars (needed for M3L) | |||||
| 2015-02-08 | added types to fields | 1 | -2/+2 | ||
| 2015-02-05 | start some translation tests | 1 | -23/+0 | ||
| 2015-01-19 | solved tricky issue with incorrect translation of fields/methods referenced ↵ | 1 | -3/+8 | ||
| by a subclass instead of the declaring class | |||||
| 2015-01-13 | source format change | 1 | -139/+91 | ||
| 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 | -23/+3 | ||
| also added smarter sorting to class mappings | |||||
| 2014-09-26 | implemented mark-as-deobfuscated and reset-to-obfuscated | 1 | -0/+11 | ||
| 2014-09-24 | HOW DO I WRITE SO MANY BUGS?!? | 1 | -3/+3 | ||
| 2014-09-20 | cleaned up imports. I have no idea why Eclipse likes importing jcommander ↵ | 1 | -1/+1 | ||
| classes instead of guava classes, but it's annoyong! | |||||
| 2014-09-03 | big refactor to better model class/method mappings with no deobf name | 1 | -28/+62 | ||
| 2014-09-01 | refactored jar,translation index. fixed bug with field renaming when fields ↵ | 1 | -4/+18 | ||
| are shadowed by subclasses | |||||
| 2014-08-31 | added checks to prevent renaming classes/fields/methods/arguments to the ↵ | 1 | -0/+35 | ||
| same name as other classes/fields/methods/arguments | |||||
| 2014-08-31 | fixed mapping conversion bug with class rename order | 1 | -19/+9 | ||
| 2014-08-31 | fixed lots of bugs in the mappings converter. It's finally ready. =) | 1 | -4/+25 | ||
| 2014-08-30 | debugging class matcher... almost got it! | 1 | -0/+7 | ||
| 2014-08-30 | finished class matching for now, need to work on class member matching | 1 | -0/+25 | ||
| 2014-08-27 | add more checking to catch duplicate mappings on load | 1 | -0/+9 | ||
| implemented more stable sort order for methods repackaged as v0.4.1beta | |||||
| 2014-08-11 | added method inheritance browsing | 1 | -0/+2 | ||
| also finally fixed method renamer to rename all method implementations in the inheritance hierarchy. | |||||
| 2014-08-10 | completely re-wrote token recognizer to bootstrap from Procyon's AST | 1 | -1/+1 | ||
| changed imports to guava instead of whatever collections library happened to be on my classpath | |||||
| 2014-07-30 | switched to line-by-line mergable, human-readable file format for mappings | 1 | -0/+128 | ||