summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/mapping/MappingsRenamer.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-30Json format (#2)Gravatar lclc981-237/+0
* Added new format * Fixed bug * Updated Version
2015-04-19relicense Enigma as LGPLv0.10.4_betaGravatar Cuchaz1-4/+4
2015-03-16started adding minimal support for genericsGravatar jeff1-1/+9
fixed mark-as-deobfuscated issue
2015-03-16fix a zillion issues with inner classesGravatar jeff1-68/+60
2015-02-23lots of work in better handling of inner classesGravatar jeff1-1/+1
also working on recognizing unobfuscated and deobfuscated jars (needed for M3L)
2015-02-10fix issue with removing field mappingsGravatar jeff1-1/+1
2015-02-08added types to fieldsGravatar jeff1-7/+7
2015-01-19solved tricky issue with incorrect translation of fields/methods referenced ↵Gravatar jeff1-3/+3
by a subclass instead of the declaring class
2015-01-13source format changeGravatar jeff1-181/+127
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-8/+3
also added smarter sorting to class mappings
2014-09-30fixed nasty issue with renaming inner classes, but alas, more bugs remainGravatar jeff1-2/+4
2014-09-26implemented mark-as-deobfuscated and reset-to-obfuscatedGravatar jeff1-0/+97
2014-09-24changed warnings for mappings migrationGravatar jeff1-8/+20
2014-09-24HOW DO I WRITE SO MANY BUGS?!?Gravatar jeff1-3/+29
2014-09-03removed deobfuscated method signatures from mappingsGravatar jeff1-17/+8
They're too much work to maintain, and they're totally unnecessary!
2014-09-03big refactor to better model class/method mappings with no deobf nameGravatar jeff1-5/+9
2014-09-01refactored jar,translation index. fixed bug with field renaming when fields ↵Gravatar jeff1-9/+13
are shadowed by subclasses
2014-08-31added checks to prevent renaming classes/fields/methods/arguments to the ↵Gravatar jeff1-1/+40
same name as other classes/fields/methods/arguments
2014-08-26implemented proper support for interfacesGravatar jeff1-19/+2
2014-08-17added support for automatic reconstruction of inner and anonymous classesGravatar hg1-32/+32
also added class to restore bridge method flags taken out by the obfuscator
2014-08-11refactor Ancestries into Ancestries and JarIndexGravatar jeff1-7/+7
2014-08-11added method inheritance browsingGravatar jeff1-0/+28
also finally fixed method renamer to rename all method implementations in the inheritance hierarchy.
2014-08-04fixed bug with renaming classesGravatar jeff1-0/+4
2014-08-04added stable save order for mappings to hopefully help with mergingGravatar jeff1-19/+0
added color-coding for source identifiers redesigned rename GUI customized editor pane, added popup menu finished name validation added last-chance save on window close
2014-07-30switched to line-by-line mergable, human-readable file format for mappingsGravatar jeff1-0/+125