summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/mapping/MethodMapping.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* big refactor to better model class/method mappings with no deobf nameGravatar jeff2014-09-031-5/+11
* added checks to prevent renaming classes/fields/methods/arguments to the same...Gravatar jeff2014-08-311-0/+12
* fixed mapping conversion bug with class rename orderGravatar jeff2014-08-311-5/+11
* finished class matching for now, need to work on class member matchingGravatar jeff2014-08-301-0/+20
* add more checking to catch duplicate mappings on loadGravatar jeff2014-08-271-1/+1
* added stable save order for mappings to hopefully help with mergingGravatar jeff2014-08-041-3/+9
* fixed bugs with saving mappingsGravatar jeff2014-08-031-1/+1
* switched to line-by-line mergable, human-readable file format for mappingsGravatar jeff2014-07-301-0/+136