| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | repackaged for 0.5 betav0.5_beta | 2014-09-03 | 2 | -7/+7 | |
| | | |||||
| * | fixed issue with method renaming | 2014-09-03 | 2 | -3/+1 | |
| | | |||||
| * | big refactor to better model class/method mappings with no deobf name | 2014-09-03 | 9 | -155/+276 | |
| | | |||||
| * | fixed bug with export progress bar | 2014-09-02 | 1 | -11/+19 | |
| | | |||||
| * | refactored jar,translation index. fixed bug with field renaming when fields ↵ | 2014-09-01 | 13 | -477/+466 | |
| | | | | | are shadowed by subclasses | ||||
| * | added copyright notice | 2014-09-01 | 1 | -0/+10 | |
| | | |||||
| * | made obfuscated/deobfuscated class selector a bit easier to use | 2014-09-01 | 6 | -113/+282 | |
| | | |||||
| * | added checks to prevent renaming classes/fields/methods/arguments to the ↵ | 2014-08-31 | 5 | -1/+122 | |
| | | | | | same name as other classes/fields/methods/arguments | ||||
| * | fixed crash finding related method implementations when method doesn't ↵ | 2014-08-31 | 2 | -1/+10 | |
| | | | | | implement interface | ||||
| * | added simple loading screen for jars | 2014-08-31 | 2 | -13/+45 | |
| | | |||||
| * | fixed mapping conversion bug with class rename order | 2014-08-31 | 5 | -62/+103 | |
| | | |||||
| * | fixed lots of bugs in the mappings converter. It's finally ready. =) | 2014-08-31 | 4 | -144/+194 | |
| | | |||||
| * | debugging class matcher... almost got it! | 2014-08-30 | 6 | -127/+246 | |
| | | |||||
| * | finished class matching for now, need to work on class member matching | 2014-08-30 | 6 | -57/+319 | |
| | | |||||
| * | got a decent class matcher working | 2014-08-30 | 9 | -145/+748 | |
| | | |||||
| * | working on version conversion | 2014-08-29 | 2 | -31/+82 | |
| | | |||||
| * | started on mapping converter tool so we can update to newer Minecraft jars | 2014-08-29 | 3 | -0/+334 | |
| | | |||||
| * | Show public/protected/private access on field/method/constructor references | 2014-08-28 | 5 | -11/+92 | |
| | | |||||
| * | fixed minor spelling error | 2014-08-28 | 1 | -1/+1 | |
| | | |||||
| * | added crash reporter | 2014-08-28 | 2 | -5/+124 | |
| | | |||||
| * | added checks to find buggy mappings | 2014-08-28 | 1 | -0/+32 | |
| | | |||||
| * | fixed issue with method signatures in default package | 2014-08-28 | 2 | -5/+27 | |
| | | | | | repackaged for 0.4.2 beta | ||||
| * | add more checking to catch duplicate mappings on load | 2014-08-27 | 5 | -7/+34 | |
| | | | | | | implemented more stable sort order for methods repackaged as v0.4.1beta | ||||
| * | packaged as v0.4 betav0.4_beta | 2014-08-26 | 1 | -1/+1 | |
| | | |||||
| * | fix bug with inner class names | 2014-08-26 | 2 | -2/+7 | |
| | | |||||
| * | implemented proper support for interfaces | 2014-08-26 | 8 | -30/+524 | |
| | | |||||
| * | wrote CheckCastIterator to try to do generic type inference. It's too hard ↵ | 2014-08-25 | 1 | -0/+150 | |
| | | | | | to do at the bytecode level though, so I'm tabling that problem for now. | ||||
| * | silly mercurial. You should commit this file... | 2014-08-25 | 1 | -0/+77 | |
| | | |||||
| * | fixed issue with bridge methods so source export has fewer compile errors. =) | 2014-08-25 | 5 | -112/+163 | |
| | | |||||
| * | minor bug fixes | 2014-08-24 | 4 | -2/+11 | |
| | | |||||
| * | duh! We can't put classes in a package called "default" | 2014-08-24 | 6 | -13/+16 | |
| | | | | | | "default" is a java reserved word use "none" instead | ||||
| * | MappingsReader will convert old classnames in the default package to the ↵ | 2014-08-23 | 1 | -1/+14 | |
| | | | | | "default" package | ||||
| * | moved all classes from the default package into a package called "default" ↵ | 2014-08-23 | 13 | -125/+298 | |
| | | | | | so they can be properly imported by other classes | ||||
| * | added export command with progress bar | 2014-08-23 | 5 | -23/+233 | |
| | | |||||
| * | packaged for 0.3 betav0.3_beta | 2014-08-22 | 1 | -1/+1 | |
| | | |||||
| * | fixed recursion of field reference nodes | 2014-08-22 | 3 | -4/+19 | |
| | | | | | tweaked scroll into view for showing tokens | ||||
| * | added show token effects | 2014-08-22 | 4 | -12/+109 | |
| | | |||||
| * | fixed constructor references in call graph searches | 2014-08-22 | 4 | -4/+26 | |
| | | | | | clear reference list when opening single reference (instead of list of references) | ||||
| * | fixed call graph searching | 2014-08-21 | 12 | -123/+302 | |
| | | | | | added system to navigate multiple tokens for the same entry in a behavior | ||||
| * | fixed recognition of inner class tokens | 2014-08-20 | 1 | -1/+12 | |
| | | | | | fixed recognition of reference tokens in constructors | ||||
| * | missed a file | 2014-08-20 | 1 | -0/+524 | |
| | | |||||
| * | finished reference navigation system. Still need to debug and polish it, but ↵ | 2014-08-20 | 15 | -842/+633 | |
| | | | | | the basic idea seems to work. =) | ||||
| * | started new reference navigation system | 2014-08-19 | 15 | -337/+441 | |
| | | |||||
| * | fixed type caching after rename | 2014-08-18 | 4 | -10/+35 | |
| | | | | | allowed enums constants to be renamable | ||||
| * | packaged v0.2 beta!v0.2_beta | 2014-08-18 | 1 | -1/+1 | |
| | | |||||
| * | crap-ton of bug fixes for inner classes | 2014-08-18 | 10 | -102/+392 | |
| | | |||||
| * | added support for automatic reconstruction of inner and anonymous classes | 2014-08-17 | 17 | -231/+743 | |
| | | | | | also added class to restore bridge method flags taken out by the obfuscator | ||||
| * | trying to get inner/anonymous classes working... I have a working heuristic ↵ | 2014-08-15 | 5 | -108/+396 | |
| | | | | | in place to detect anonymous classes, but I can't seem to get Procyon to decompile them correctly. I'm writing the InnerClasses attribute and translating all the inner class names, but there must be something else I'm missing... | ||||
| * | fixed bug with method inheritance detection | 2014-08-14 | 2 | -15/+9 | |
| | | |||||
| * | remove old debug messages | 2014-08-14 | 1 | -7/+0 | |
| | | |||||