summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* changed warnings for mappings migrationGravatar jeff2014-09-241-8/+20
|
* fixed in-jar detection for bridge-related methodsGravatar jeff2014-09-2410-106/+170
|
* HOW DO I WRITE SO MANY BUGS?!?Gravatar jeff2014-09-2424-149/+412
|
* trying to figure out why some mappings to correspond to anything in the jar ↵Gravatar jeff2014-09-234-25/+117
| | | | file...
* Added tag v0.5 beta for changeset b6266b67c906Gravatar jeff2014-09-220-0/+0
|
* fix bug with anonymous classes in class initializersGravatar jeff2014-09-221-6/+16
|
* fixed bugs with anonymous/inner classesGravatar jeff2014-09-215-34/+46
|
* improved inner/anonymous class detectionGravatar jeff2014-09-216-39/+102
|
* started unit testing for inner/anonymous class detectionGravatar jeff2014-09-2111-92/+306
|
* removed workaround for procyon bugGravatar jeff2014-09-201-13/+0
|
* added token highlighting for things outside of the jarGravatar jeff2014-09-205-6/+42
|
* avoid some unnecessary work with inner classesGravatar jeff2014-09-201-1/+1
|
* cleaned up imports. I have no idea why Eclipse likes importing jcommander ↵Gravatar jeff2014-09-2016-22/+22
| | | | classes instead of guava classes, but it's annoyong!
* added warning message to the crash dialog about choosing exitGravatar jeff2014-09-201-0/+1
|
* fixed issue with inner class detectionGravatar jeff2014-09-181-5/+10
|
* fixed crash with jar loadingGravatar jeff2014-09-182-4/+20
|
* added better error handling for source exportGravatar jeff2014-09-184-54/+80
| | | | added checks to make sure we don't try to decopmile classes outside of the jar
* changed "Show Calls" menu to search for calls to the default constructor ↵Gravatar jeff2014-09-151-2/+9
| | | | when used on a class token
* added tests to check constructor tokensGravatar jeff2014-09-1410-24/+316
| | | | fixed a bug with constructor tokens too
* added test to check constructor referencesGravatar jeff2014-09-146-2/+246
|
* fixed bug with method references pointing to wrong classGravatar jeff2014-09-146-41/+107
|
* added some tests for a small inheritance hierarchyGravatar jeff2014-09-088-13/+361
|
* added some basic tests for the deobufscator and the jar indexGravatar jeff2014-09-077-16/+292
|
* added proguard to the gradle config to create obfuscated jars for testingGravatar jeff2014-09-054-28/+113
| | | | added simple tests for the deobufscator class
* fixed spelling error in error message (lol)Gravatar jeff2014-09-041-1/+1
|
* removed hack to avoid procyon loopGravatar jeff2014-09-041-6/+0
|
* removed deobfuscated method signatures from mappingsGravatar jeff2014-09-037-53/+32
| | | | They're too much work to maintain, and they're totally unnecessary!
* updated ignore listGravatar jeff2014-09-031-1/+3
|
* repackaged for 0.5 betav0.5_betaGravatar jeff2014-09-034-9/+9
|
* fixed issue with method renamingGravatar jeff2014-09-032-3/+1
|
* big refactor to better model class/method mappings with no deobf nameGravatar jeff2014-09-039-155/+276
|
* fixed bug with export progress barGravatar jeff2014-09-021-11/+19
|
* refactored jar,translation index. fixed bug with field renaming when fields ↵Gravatar jeff2014-09-0113-477/+466
| | | | are shadowed by subclasses
* added copyright noticeGravatar jeff2014-09-011-0/+10
|
* made obfuscated/deobfuscated class selector a bit easier to useGravatar jeff2014-09-016-113/+282
|
* added checks to prevent renaming classes/fields/methods/arguments to the ↵Gravatar jeff2014-08-315-1/+122
| | | | same name as other classes/fields/methods/arguments
* fixed crash finding related method implementations when method doesn't ↵Gravatar jeff2014-08-312-1/+10
| | | | implement interface
* added simple loading screen for jarsGravatar jeff2014-08-312-13/+45
|
* fixed mapping conversion bug with class rename orderGravatar jeff2014-08-315-62/+103
|
* fixed lots of bugs in the mappings converter. It's finally ready. =)Gravatar jeff2014-08-314-144/+194
|
* debugging class matcher... almost got it!Gravatar jeff2014-08-306-127/+246
|
* finished class matching for now, need to work on class member matchingGravatar jeff2014-08-306-57/+319
|
* got a decent class matcher workingGravatar jeff2014-08-309-145/+748
|
* working on version conversionGravatar jeff2014-08-292-31/+82
|
* started on mapping converter tool so we can update to newer Minecraft jarsGravatar jeff2014-08-293-0/+334
|
* Show public/protected/private access on field/method/constructor referencesGravatar jeff2014-08-285-11/+92
|
* fixed minor spelling errorGravatar jeff2014-08-281-1/+1
|
* added crash reporterGravatar jeff2014-08-282-5/+124
|
* added checks to find buggy mappingsGravatar jeff2014-08-281-0/+32
|
* fixed issue with method signatures in default packageGravatar jeff2014-08-284-7/+29
| | | | repackaged for 0.4.2 beta