summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/mapping/MappingsEnigmaReader.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WIP] Mapping rework (#91)Gravatar Gegy2019-01-241-186/+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
* Allow reader/writer subclasses to provide the underlying file operationsGravatar Thiakil2018-07-101-8/+18
|
* Fix old mappings not properly being removedGravatar gegy10002018-07-051-72/+71
|
* Initial port to ASMGravatar gegy10002018-05-191-9/+9
|
* Follow Fabric guidelinesGravatar Thog2017-03-081-174/+166
|
* BREAKING CHANGE: Implement modifier transformerGravatar Thog2016-10-301-8/+38
| | | | | | | Known Bugs: - Inner class modifier isn't saved to mapping - Inner class modifier isn't applied to bytecode
* Rework saving system to improve saving time (Fix #35)Gravatar Thomas Guillemard2016-10-261-0/+1
|
* Crash if we find duplicate mappings of classes (Fix #15)Gravatar Thog2016-08-301-1/+1
|
* Add file path in MappingParseException messageGravatar Thog2016-08-241-8/+9
|
* Ignore all files that start with "." and not end with ".mapping" (fix #8)Gravatar Thog2016-08-231-1/+1
|
* Revert "Removed unused methods"Gravatar asiekierka2016-08-171-3/+3
| | | | This reverts commit 1742190f784d0d62e7cc869eebafdfe1927e448f.
* Implement Enigma directory format (#1)Gravatar Thomas Guillemard2016-08-121-0/+153
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