summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/mapping/MappingsReader.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed nasty issue with renaming inner classes, but alas, more bugs remainGravatar jeff2014-09-301-18/+23
|
* removed deobfuscated method signatures from mappingsGravatar jeff2014-09-031-2/+1
| | | | They're too much work to maintain, and they're totally unnecessary!
* big refactor to better model class/method mappings with no deobf nameGravatar jeff2014-09-031-66/+89
|
* fixed issue with method signatures in default packageGravatar jeff2014-08-281-4/+26
| | | | repackaged for 0.4.2 beta
* duh! We can't put classes in a package called "default"Gravatar jeff2014-08-241-2/+3
| | | | | "default" is a java reserved word use "none" instead
* MappingsReader will convert old classnames in the default package to the ↵Gravatar jeff2014-08-231-1/+14
| | | | "default" package
* added support for automatic reconstruction of inner and anonymous classesGravatar hg2014-08-171-20/+56
| | | | also added class to restore bridge method flags taken out by the obfuscator
* switched to line-by-line mergable, human-readable file format for mappingsGravatar jeff2014-07-301-0/+129