summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/mapping/DeobfuscatedAncestries.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added method inheritance browsingGravatar jeff2014-08-111-57/+0
| | | | also finally fixed method renamer to rename all method implementations in the inheritance hierarchy.
* switched to line-by-line mergable, human-readable file format for mappingsGravatar jeff2014-07-301-4/+4
|
* added identifier renaming capabilityGravatar jeff2014-07-271-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. =)