summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/mapping/MappingsReader.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-30Json format (#2)Gravatar lclc981-134/+0
* Added new format * Fixed bug * Updated Version
2015-04-19relicense Enigma as LGPLv0.10.4_betaGravatar Cuchaz1-4/+4
2015-02-09add converter to update old mappings formatGravatar jeff1-17/+19
fix a few decompiler issues too
2015-02-08added types to fieldsGravatar jeff1-48/+5
2015-01-13source format changeGravatar jeff1-135/+83
don't hate me too much if you were planning a big merge. =P
2014-10-09reverting to GPL licenseGravatar jeff1-3/+3
2014-10-08relicense as LGPLGravatar jeff1-3/+3
2014-09-30fixed nasty issue with renaming inner classes, but alas, more bugs remainGravatar jeff1-18/+23
2014-09-03removed deobfuscated method signatures from mappingsGravatar jeff1-2/+1
They're too much work to maintain, and they're totally unnecessary!
2014-09-03big refactor to better model class/method mappings with no deobf nameGravatar jeff1-66/+89
2014-08-28fixed issue with method signatures in default packageGravatar jeff1-4/+26
repackaged for 0.4.2 beta
2014-08-24duh! We can't put classes in a package called "default"Gravatar jeff1-2/+3
"default" is a java reserved word use "none" instead
2014-08-23MappingsReader will convert old classnames in the default package to the ↵Gravatar jeff1-1/+14
"default" package
2014-08-17added support for automatic reconstruction of inner and anonymous classesGravatar hg1-20/+56
also added class to restore bridge method flags taken out by the obfuscator
2014-07-30switched to line-by-line mergable, human-readable file format for mappingsGravatar jeff1-0/+129