summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/mapping/ClassMapping.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed inner class renaming bugGravatar jeff2014-10-011-2/+26
* fixed nasty issue with renaming inner classes, but alas, more bugs remainGravatar jeff2014-09-301-2/+16
* implemented mark-as-deobfuscated and reset-to-obfuscatedGravatar jeff2014-09-261-12/+50
* HOW DO I WRITE SO MANY BUGS?!?Gravatar jeff2014-09-241-12/+22
* trying to figure out why some mappings to correspond to anything in the jar f...Gravatar jeff2014-09-231-0/+22
* removed deobfuscated method signatures from mappingsGravatar jeff2014-09-031-13/+4
* fixed issue with method renamingGravatar jeff2014-09-031-1/+1
* big refactor to better model class/method mappings with no deobf nameGravatar jeff2014-09-031-42/+69
* added checks to prevent renaming classes/fields/methods/arguments to the same...Gravatar jeff2014-08-311-0/+20
* fixed mapping conversion bug with class rename orderGravatar jeff2014-08-311-15/+21
* finished class matching for now, need to work on class member matchingGravatar jeff2014-08-301-0/+29
* add more checking to catch duplicate mappings on loadGravatar jeff2014-08-271-3/+22
* added support for automatic reconstruction of inner and anonymous classesGravatar hg2014-08-171-11/+86
* completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff2014-08-101-12/+12
* added stable save order for mappings to hopefully help with mergingGravatar jeff2014-08-041-18/+9
* switched to line-by-line mergable, human-readable file format for mappingsGravatar jeff2014-07-301-0/+217