summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added better error handling for source exportGravatar jeff2014-09-184-54/+80
* changed "Show Calls" menu to search for calls to the default constructor when...Gravatar jeff2014-09-151-2/+9
* added tests to check constructor tokensGravatar jeff2014-09-1410-24/+316
* 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
* 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
* 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 a...Gravatar jeff2014-09-0113-477/+466
* 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 same...Gravatar jeff2014-08-315-1/+122
* fixed crash finding related method implementations when method doesn't implem...Gravatar jeff2014-08-312-1/+10
* 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
* add more checking to catch duplicate mappings on loadGravatar jeff2014-08-277-9/+36
* Added tag v0.4 beta for changeset 632874ba85daGravatar jeff2014-08-260-0/+0
* packaged as v0.4 betav0.4_betaGravatar jeff2014-08-263-3/+3
* fix bug with inner class namesGravatar jeff2014-08-262-2/+7
* implemented proper support for interfacesGravatar jeff2014-08-268-30/+524
* wrote CheckCastIterator to try to do generic type inference. It's too hard to...Gravatar jeff2014-08-251-0/+150
* silly mercurial. You should commit this file...Gravatar jeff2014-08-251-0/+77
* fixed issue with bridge methods so source export has fewer compile errors. =)Gravatar jeff2014-08-255-112/+163
* minor bug fixesGravatar jeff2014-08-244-2/+11
* duh! We can't put classes in a package called "default"Gravatar jeff2014-08-246-13/+16
* MappingsReader will convert old classnames in the default package to the "def...Gravatar jeff2014-08-231-1/+14
* moved all classes from the default package into a package called "default" so...Gravatar jeff2014-08-2313-125/+298
* added export command with progress barGravatar jeff2014-08-235-23/+233
* Added tag v0.3 beta for changeset d90963ed6887Gravatar jeff2014-08-220-0/+0
* packaged for 0.3 betav0.3_betaGravatar jeff2014-08-223-3/+3
* fixed recursion of field reference nodesGravatar jeff2014-08-223-4/+19