summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix NPE in the gui with static initializersv0.10.2_betaGravatar jeff2015-03-221-1/+3
|
* don't forget to translate EnclosingMethod attributesGravatar jeff2015-03-222-0/+32
|
* make sure LVTT names explicitly match the LVT namesGravatar jeff2015-03-201-3/+19
|
* get rid of stupid fucking com.beust.jcommander imports crashing all my ↵Gravatar jeff2015-03-2013-19/+17
| | | | | | downstream apps Eclipse loves to import that particular collections implementation for some reason and I don't want to use it!!
* repackage as v0.10.2 betaGravatar jeff2015-03-201-1/+1
|
* remove debug spamGravatar jeff2015-03-201-3/+0
|
* 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
| | | | oi, what a pain in the ass...
* parsing generic signatures is tricky. don't write custom code to do it. ↵Gravatar jeff2015-03-173-112/+12
| | | | switching to library instead
* slightly better support for genericsGravatar jeff2015-03-171-79/+230
| | | | still needs work
* started adding minimal support for genericsGravatar jeff2015-03-1611-130/+294
| | | | fixed mark-as-deobfuscated issue
* 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
| | | | added method matching
* 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
| | | | | | 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-253-61/+141
|
* lots of work in better handling of inner classesGravatar jeff2015-02-2313-160/+261
| | | | | also working on recognizing unobfuscated and deobfuscated jars (needed for M3L)
* 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
| | | | fyi, it's really hard to test this fix because the exception is not generally reproducable
* 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
|