summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/mapping/DeobfuscatedAncestries.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-11added method inheritance browsingGravatar jeff1-57/+0
also finally fixed method renamer to rename all method implementations in the inheritance hierarchy.
2014-07-30switched to line-by-line mergable, human-readable file format for mappingsGravatar jeff1-4/+4
2014-07-27added identifier renaming capabilityGravatar jeff1-0/+57
copied some code over from M3L to handle the heavy bytecode magic. It's ok... M3L will eventually depend on Enigma. Completely restructured the mappings though. This way is better. =)