summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/mapping/Mappings.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-30Json format (#2)Gravatar lclc981-216/+0
* Added new format * Fixed bug * Updated Version
2015-04-19relicense Enigma as LGPLv0.10.4_betaGravatar Cuchaz1-4/+4
2015-03-20get rid of stupid fucking com.beust.jcommander imports crashing all my ↵Gravatar jeff1-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-16fix a zillion issues with inner classesGravatar jeff1-0/+28
2015-02-23lots of work in better handling of inner classesGravatar jeff1-7/+7
also working on recognizing unobfuscated and deobfuscated jars (needed for M3L)
2015-02-08added types to fieldsGravatar jeff1-2/+2
2015-02-05start some translation testsGravatar jeff1-23/+0
2015-01-19solved tricky issue with incorrect translation of fields/methods referenced ↵Gravatar jeff1-3/+8
by a subclass instead of the declaring class
2015-01-13source format changeGravatar jeff1-139/+91
don't hate me too much if you were planning a big merge. =P
2014-10-09reverting to GPL licenseGravatar jeff1-3/+3
2014-10-08relicense as LGPLGravatar jeff1-3/+3
2014-10-01fixed inner class renaming bugGravatar jeff1-23/+3
also added smarter sorting to class mappings
2014-09-26implemented mark-as-deobfuscated and reset-to-obfuscatedGravatar jeff1-0/+11
2014-09-24HOW DO I WRITE SO MANY BUGS?!?Gravatar jeff1-3/+3
2014-09-20cleaned up imports. I have no idea why Eclipse likes importing jcommander ↵Gravatar jeff1-1/+1
classes instead of guava classes, but it's annoyong!
2014-09-03big refactor to better model class/method mappings with no deobf nameGravatar jeff1-28/+62
2014-09-01refactored jar,translation index. fixed bug with field renaming when fields ↵Gravatar jeff1-4/+18
are shadowed by subclasses
2014-08-31added checks to prevent renaming classes/fields/methods/arguments to the ↵Gravatar jeff1-0/+35
same name as other classes/fields/methods/arguments
2014-08-31fixed mapping conversion bug with class rename orderGravatar jeff1-19/+9
2014-08-31fixed lots of bugs in the mappings converter. It's finally ready. =)Gravatar jeff1-4/+25
2014-08-30debugging class matcher... almost got it!Gravatar jeff1-0/+7
2014-08-30finished class matching for now, need to work on class member matchingGravatar jeff1-0/+25
2014-08-27add more checking to catch duplicate mappings on loadGravatar jeff1-0/+9
implemented more stable sort order for methods repackaged as v0.4.1beta
2014-08-11added method inheritance browsingGravatar jeff1-0/+2
also finally fixed method renamer to rename all method implementations in the inheritance hierarchy.
2014-08-10completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff1-1/+1
changed imports to guava instead of whatever collections library happened to be on my classpath
2014-07-30switched to line-by-line mergable, human-readable file format for mappingsGravatar jeff1-0/+128