summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/mapping/Mappings.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WIP] Mapping rework (#91)Gravatar Gegy2019-01-241-268/+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
* add barebones plugin framework, cleanupGravatar asie2018-12-081-0/+1
|
* Fix old mappings not properly being removedGravatar gegy10002018-07-051-6/+9
|
* Fix old mappings not properly being removedGravatar gegy10002018-07-051-0/+4
|
* Annotation + inner class translationGravatar gegy10002018-05-191-1/+1
|
* Package updatesGravatar gegy10002018-05-191-0/+2
|
* Initial port to ASMGravatar gegy10002018-05-191-15/+30
|
* Implement experimental Tiny mappings loaderGravatar Thog2017-03-241-1/+1
| | | | ~ This will need some tests and more security checks
* Fix var naming and locals var index issuesGravatar Thog2017-03-121-1/+0
|
* Follow Fabric guidelinesGravatar Thog2017-03-081-231/+222
|
* BREAKING CHANGE: Implement modifier transformerGravatar Thog2016-10-301-0/+10
| | | | | | | Known Bugs: - Inner class modifier isn't saved to mapping - Inner class modifier isn't applied to bytecode
* Rework setFieldName to only check name in the actual class mapping and ↵Gravatar Thog2016-10-271-5/+11
| | | | mothers classes mappings (Fix #51)
* Rework saving system to improve saving time (Fix #35)Gravatar Thomas Guillemard2016-10-261-0/+16
|
* fix method/argument renaming edge cases, add method/argument name rebuilder, ↵Gravatar asiekierka2016-09-121-2/+2
| | | | add Package to Access enum
* Add mapping converter to command line systemGravatar Thog2016-08-241-0/+12
|
* Revert "Removed unused methods"Gravatar asiekierka2016-08-171-0/+44
| | | | This reverts commit 1742190f784d0d62e7cc869eebafdfe1927e448f.
* Remoe JSON directory format support and clean up others thingsGravatar Thog2016-08-121-1/+1
|
* Implement Enigma directory format (#1)Gravatar Thomas Guillemard2016-08-121-1/+18
| | | | | | Others changes: ~ Rework File menu ~ Force UTF-8 for all I/O operations ~ Enigma now detect the original file format and use the correct one when you save a mapping
* ReformatGravatar lclc982016-07-041-52/+31
|
* Removed unused methodsGravatar lclc982016-07-021-32/+0
|
* Json format (#2)Gravatar lclc982016-06-301-0/+201
* Added new format * Fixed bug * Updated Version