| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | big refactor to better model class/method mappings with no deobf name | 2014-09-03 | 1 | -28/+62 | |
| | | |||||
| * | refactored jar,translation index. fixed bug with field renaming when fields ↵ | 2014-09-01 | 1 | -4/+18 | |
| | | | | | are shadowed by subclasses | ||||
| * | added checks to prevent renaming classes/fields/methods/arguments to the ↵ | 2014-08-31 | 1 | -0/+35 | |
| | | | | | same name as other classes/fields/methods/arguments | ||||
| * | fixed mapping conversion bug with class rename order | 2014-08-31 | 1 | -19/+9 | |
| | | |||||
| * | fixed lots of bugs in the mappings converter. It's finally ready. =) | 2014-08-31 | 1 | -4/+25 | |
| | | |||||
| * | debugging class matcher... almost got it! | 2014-08-30 | 1 | -0/+7 | |
| | | |||||
| * | finished class matching for now, need to work on class member matching | 2014-08-30 | 1 | -0/+25 | |
| | | |||||
| * | add more checking to catch duplicate mappings on load | 2014-08-27 | 1 | -0/+9 | |
| | | | | | | implemented more stable sort order for methods repackaged as v0.4.1beta | ||||
| * | added method inheritance browsing | 2014-08-11 | 1 | -0/+2 | |
| | | | | | also finally fixed method renamer to rename all method implementations in the inheritance hierarchy. | ||||
| * | completely re-wrote token recognizer to bootstrap from Procyon's AST | 2014-08-10 | 1 | -1/+1 | |
| | | | | | changed imports to guava instead of whatever collections library happened to be on my classpath | ||||
| * | switched to line-by-line mergable, human-readable file format for mappings | 2014-07-30 | 1 | -0/+128 | |