summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/mapping/ClassMapping.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-03fixed issue with method renamingGravatar jeff1-1/+1
2014-09-03big refactor to better model class/method mappings with no deobf nameGravatar jeff1-42/+69
2014-08-31added checks to prevent renaming classes/fields/methods/arguments to the same...Gravatar jeff1-0/+20
2014-08-31fixed mapping conversion bug with class rename orderGravatar jeff1-15/+21
2014-08-30finished class matching for now, need to work on class member matchingGravatar jeff1-0/+29
2014-08-27add more checking to catch duplicate mappings on loadGravatar jeff1-3/+22
2014-08-17added support for automatic reconstruction of inner and anonymous classesGravatar hg1-11/+86
2014-08-10completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff1-12/+12
2014-08-04added stable save order for mappings to hopefully help with mergingGravatar jeff1-18/+9
2014-07-30switched to line-by-line mergable, human-readable file format for mappingsGravatar jeff1-26/+84
2014-07-27added identifier renaming capabilityGravatar jeff1-0/+159