summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/mapping/entry (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WIP] Mapping rework (#91)Gravatar Gegy2019-01-2413-814/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move packages * Mapping & entry refactor: first pass * Fix deobf -> obf tree remapping * Resolve various issues * Give all entries the potential for parents and treat inner classes as children * Deobf UI tree elements * Tests pass * Sort mapping output * Fix delta tracking * Index separation and first pass for #97 * Keep track of remapped jar index * Fix child entries not being remapped * Drop non-root entries * Track dropped mappings * Fix enigma mapping ordering * EntryTreeNode interface * Small tweaks * Naive full index remap on rename * Entries can resolve to more than one root entry * Support alternative resolution strategies * Bridge method resolution * Tests pass * Fix mappings being used where there are none * Fix methods with different descriptors being considered unique. closes #89
* Tweak variable name generation (#86)Gravatar Gegy2018-12-151-0/+16
| | | | | | * Don't apply offset to all methods in abstract class * Tweak local variable naming
* rewrite entry resolution logic in TranslationIndex, hopefully fixing bugsGravatar asie2018-12-084-3/+13
|
* work around Procyon weirdnessGravatar Adrian Siekierka2018-11-291-1/+7
|
* do not propagate non-argument local variable namesGravatar asie2018-11-272-3/+18
|
* unify local variable/argument numberingGravatar Adrian Siekierka2018-11-041-10/+0
|
* Fix parsed local variable indexingGravatar gegy10002018-06-241-0/+10
|
* Fix handling of null deobf mappingsGravatar gegy10002018-06-241-28/+4
|
* Fix array translation in method callsGravatar gegy10002018-06-231-0/+4
|
* Fix parameter name offsetGravatar gegy10002018-05-191-19/+0
|
* Signature refactoringGravatar gegy10002018-05-194-7/+32
|
* Package updatesGravatar gegy10002018-05-1912-0/+781