summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma (follow)
Commit message (Expand)AuthorAgeFilesLines
* package for v0.10.1 betav0.10.1_betaGravatar jeff2015-03-191-1/+1
* fix issue with naming method arguments and the local variable tablesGravatar jeff2015-03-194-7/+82
* translate class references hidden inside type parametersv0.10_betaGravatar jeff2015-03-181-31/+71
* repackage for v0.10 betaGravatar jeff2015-03-181-1/+1
* added full rename support for classes buried in generic signaturesGravatar jeff2015-03-181-98/+280
* parsing generic signatures is tricky. don't write custom code to do it. switc...Gravatar jeff2015-03-173-112/+12
* slightly better support for genericsGravatar jeff2015-03-171-79/+230
* started adding minimal support for genericsGravatar jeff2015-03-1611-130/+294
* fix more inner class issuesGravatar jeff2015-03-165-15/+20
* fix a zillion issues with inner classesGravatar jeff2015-03-1616-186/+198
* repackage for 0.9 betav0.9_betaGravatar jeff2015-03-151-1/+1
* fix bugs in the mappings converterGravatar jeff2015-03-157-56/+121
* complete mappings converion code. Still need to debug thoughGravatar jeff2015-03-133-9/+69
* working on writing mappings based on all the matchesGravatar jeff2015-03-115-17/+109
* generalized field matchingGravatar jeff2015-03-1111-160/+552
* nothing of consequenceGravatar jeff2015-03-101-4/+4
* tweaks and improvements to field matching guiGravatar jeff2015-03-1012-220/+495
* field matcher is starting to be usefulGravatar jeff2015-03-099-72/+525
* starting on field matching guiGravatar jeff2015-03-0911-204/+495
* add tracking for mismatched fields/methodsGravatar jeff2015-03-094-65/+141
* more tweaks, improvements, and bug fixesGravatar jeff2015-03-0811-54/+233
* lots of small tweaks and improvementsGravatar jeff2015-03-089-147/+378
* Closing branch: defaultGravatar jeff2015-03-081-8/+34
* ui improvementsGravatar jeff2015-03-078-48/+155
* match/unmatch button worksGravatar jeff2015-03-075-36/+193
* added simple renamer for local variable tableGravatar jeff2015-03-022-0/+34
* finished most of the matching guiGravatar jeff2015-03-028-101/+446
* refactor converter a bit for upcoming convert guiGravatar jeff2015-02-289-368/+565
* switch to better-maintained version of JSyntaxPaneGravatar jeff2015-02-281-3/+2
* fix up conversion tool to handle Minecraft 1.8.3Gravatar jeff2015-02-288-369/+486
* ignore more harmless exceptions from the buggy highlight painter systemGravatar jeff2015-02-281-2/+2
* update version string to 0.8 betav0.8_betaGravatar jeff2015-02-281-1/+1
* fixed lots of issues with inner class reconstruction, particularly for inner ...Gravatar jeff2015-02-256-159/+156
* more work getting inner class trees working in obf'd and deobf'd landGravatar jeff2015-02-253-61/+141
* lots of work in better handling of inner classesGravatar jeff2015-02-2313-160/+261
* make types serializableGravatar jeff2015-02-212-2/+8
* better error messages for procyon type resolutionGravatar jeff2015-02-201-1/+8
* repackage as v0.7bv0.7_betaGravatar jeff2015-02-104-15/+10
* black list Object methods from deobfuscationGravatar jeff2015-02-101-0/+32
* fix issue with removing field mappingsGravatar jeff2015-02-102-1/+3
* ignore harmless exceptions I can't fixGravatar jeff2015-02-102-3/+30
* add BRIDGE flag to bridge methodsGravatar jeff2015-02-103-0/+93
* work around bad tokens generated by procyon for nowGravatar jeff2015-02-095-29/+16
* fix translation issues, particularly with fieldsGravatar jeff2015-02-0915-211/+353
* Don't automatically move mappings around. We're more interested in stability ...Gravatar jeff2015-02-091-74/+13
* add converter to update old mappings formatGravatar jeff2015-02-094-24/+152
* added types to fieldsGravatar jeff2015-02-0817-143/+136
* switch all classes to new signature/type systemGravatar jeff2015-02-0892-0/+12785