summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/mapping/Renamer.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactored jar,translation index. fixed bug with field renaming when fields ↵Gravatar jeff2014-09-011-160/+0
| | | | are shadowed by subclasses
* added checks to prevent renaming classes/fields/methods/arguments to the ↵Gravatar jeff2014-08-311-1/+40
| | | | same name as other classes/fields/methods/arguments
* implemented proper support for interfacesGravatar jeff2014-08-261-19/+2
|
* added support for automatic reconstruction of inner and anonymous classesGravatar hg2014-08-171-32/+32
| | | | also added class to restore bridge method flags taken out by the obfuscator
* refactor Ancestries into Ancestries and JarIndexGravatar jeff2014-08-111-7/+7
|
* added method inheritance browsingGravatar jeff2014-08-111-0/+28
| | | | also finally fixed method renamer to rename all method implementations in the inheritance hierarchy.
* fixed bug with renaming classesGravatar jeff2014-08-041-0/+4
|
* added stable save order for mappings to hopefully help with mergingGravatar jeff2014-08-041-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
* switched to line-by-line mergable, human-readable file format for mappingsGravatar jeff2014-07-301-0/+125