summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/mapping/Renamer.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-01refactored jar,translation index. fixed bug with field renaming when fields ↵Gravatar jeff1-160/+0
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