summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/mapping/Mappings.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed inner class renaming bugGravatar jeff2014-10-011-23/+3
| | | | also added smarter sorting to class mappings
* implemented mark-as-deobfuscated and reset-to-obfuscatedGravatar jeff2014-09-261-0/+11
|
* HOW DO I WRITE SO MANY BUGS?!?Gravatar jeff2014-09-241-3/+3
|
* cleaned up imports. I have no idea why Eclipse likes importing jcommander ↵Gravatar jeff2014-09-201-1/+1
| | | | classes instead of guava classes, but it's annoyong!
* big refactor to better model class/method mappings with no deobf nameGravatar jeff2014-09-031-28/+62
|
* refactored jar,translation index. fixed bug with field renaming when fields ↵Gravatar jeff2014-09-011-4/+18
| | | | are shadowed by subclasses
* added checks to prevent renaming classes/fields/methods/arguments to the ↵Gravatar jeff2014-08-311-0/+35
| | | | same name as other classes/fields/methods/arguments
* fixed mapping conversion bug with class rename orderGravatar jeff2014-08-311-19/+9
|
* fixed lots of bugs in the mappings converter. It's finally ready. =)Gravatar jeff2014-08-311-4/+25
|
* debugging class matcher... almost got it!Gravatar jeff2014-08-301-0/+7
|
* finished class matching for now, need to work on class member matchingGravatar jeff2014-08-301-0/+25
|
* add more checking to catch duplicate mappings on loadGravatar jeff2014-08-271-0/+9
| | | | | implemented more stable sort order for methods repackaged as v0.4.1beta
* added method inheritance browsingGravatar jeff2014-08-111-0/+2
| | | | also finally fixed method renamer to rename all method implementations in the inheritance hierarchy.
* completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff2014-08-101-1/+1
| | | | changed imports to guava instead of whatever collections library happened to be on my classpath
* switched to line-by-line mergable, human-readable file format for mappingsGravatar jeff2014-07-301-0/+128