summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/mapping (follow)
Commit message (Collapse)AuthorAgeFilesLines
* don't forget to translate EnclosingMethod attributesGravatar jeff2015-03-221-0/+4
|
* get rid of stupid fucking com.beust.jcommander imports crashing all my ↵Gravatar jeff2015-03-205-5/+5
| | | | | | downstream apps Eclipse loves to import that particular collections implementation for some reason and I don't want to use it!!
* parsing generic signatures is tricky. don't write custom code to do it. ↵Gravatar jeff2015-03-172-108/+7
| | | | switching to library instead
* started adding minimal support for genericsGravatar jeff2015-03-166-28/+143
| | | | fixed mark-as-deobfuscated issue
* fix more inner class issuesGravatar jeff2015-03-161-5/+16
|
* fix a zillion issues with inner classesGravatar jeff2015-03-165-168/+171
|
* fix bugs in the mappings converterGravatar jeff2015-03-154-4/+17
|
* working on writing mappings based on all the matchesGravatar jeff2015-03-113-0/+26
|
* generalized field matchingGravatar jeff2015-03-115-2/+38
| | | | added method matching
* field matcher is starting to be usefulGravatar jeff2015-03-091-0/+16
|
* add tracking for mismatched fields/methodsGravatar jeff2015-03-091-0/+97
|
* more tweaks, improvements, and bug fixesGravatar jeff2015-03-086-2/+74
|
* fix up conversion tool to handle Minecraft 1.8.3Gravatar jeff2015-02-281-0/+1
|
* fixed lots of issues with inner class reconstruction, particularly for inner ↵Gravatar jeff2015-02-252-35/+21
| | | | | | class trees also fixed lots of issues with reading jars that aren't Minecraft. =P
* more work getting inner class trees working in obf'd and deobf'd landGravatar jeff2015-02-251-0/+3
|
* lots of work in better handling of inner classesGravatar jeff2015-02-236-86/+164
| | | | | also working on recognizing unobfuscated and deobfuscated jars (needed for M3L)
* make types serializableGravatar jeff2015-02-212-2/+8
|
* fix issue with removing field mappingsGravatar jeff2015-02-102-1/+3
|
* fix translation issues, particularly with fieldsGravatar jeff2015-02-093-142/+184
|
* add converter to update old mappings formatGravatar jeff2015-02-091-17/+19
| | | | fix a few decompiler issues too
* added types to fieldsGravatar jeff2015-02-089-106/+96
|
* switch all classes to new signature/type systemGravatar jeff2015-02-0827-0/+2930