summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/mapping (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial port to ASMGravatar gegy10002018-05-1933-1182/+1352
* Fix tiny mapping separator, and print out stacktrace on error.Gravatar modmuss502017-03-311-1/+2
* Document a "little bit" the Tiny ReaderGravatar Thog2017-03-241-8/+33
* Reformat codeGravatar Thog2017-03-241-2/+1
* Implement experimental Tiny mappings loaderGravatar Thog2017-03-243-1/+113
* Fix var naming and locals var index issuesGravatar Thog2017-03-121-1/+0
* Follow Fabric guidelinesGravatar Thog2017-03-0828-3209/+3159
* Drop unix case style and implement hashCode when equals is overridedGravatar Thog2017-03-076-173/+163
* Avoid crash of the matcher when the obf name is invalid (set a deob it using ...Gravatar Thog2016-11-182-3/+30
* Fix matcher (blame @asiekierka) + add a dirty hack for inner class inside ano...Gravatar Thog2016-10-311-1/+8
* Fix NPE with converter when computeClassMatchesGravatar Thog2016-10-311-15/+18
* BREAKING CHANGE: Implement modifier transformerGravatar Thog2016-10-308-26/+189
* Rework setFieldName to only check name in the actual class mapping and mother...Gravatar Thog2016-10-272-7/+28
* Rework saving system to improve saving time (Fix #35)Gravatar Thomas Guillemard2016-10-264-15/+100
* Starting implementing local variables (#33)Gravatar Thog2016-10-192-0/+123
* remove none/ prefixGravatar asiekierka2016-10-181-6/+6
* Revert "apply similar fix to fields"Gravatar asiekierka2016-10-161-46/+5
* apply similar fix to fieldsGravatar asiekierka2016-10-161-5/+46
* make Enigma check subclasses of method implementations for duplicate mapping ...Gravatar asiekierka2016-10-161-12/+21
* Rewrite translate(ArgumentEntry in) logic (Fix #44)Gravatar Thog2016-10-151-2/+25
* Make sure to use UTF-8 in any case for I/O, change "Mark as deobfuscated" key...Gravatar Thog2016-09-133-35/+1
* fix method/argument renaming edge cases, add method/argument name rebuilder, ...Gravatar asiekierka2016-09-123-13/+51
* Update Procyon to 0.5.33.8Gravatar Thog2016-09-111-2/+1
* Fix generic issue with return type signatureGravatar Thog2016-09-111-1/+10
* Follow Javassist signature instead of ignoring generic classes (Fix #19)Gravatar Thog2016-09-071-5/+26
* Generify ProcyonEntryFactory (Fix #18)Gravatar Thog2016-09-061-3/+4
* A little bit of clean upGravatar Thog2016-09-063-4/+2
* Crash if we find duplicate mappings of classes (Fix #15)Gravatar Thog2016-08-301-1/+1
* Fix generic method not being mapped as token in the editor (Close #16)Gravatar Thog2016-08-301-1/+3
* Add file path in MappingParseException messageGravatar Thog2016-08-241-8/+9
* Add mapping converter to command line systemGravatar Thog2016-08-242-4/+17
* Ignore all files that start with "." and not end with ".mapping" (fix #8)Gravatar Thog2016-08-231-1/+1
* Update Procyon (fix UTF-8 issues), disable debug line number in source code a...Gravatar Thog2016-08-191-0/+5
* add proper propagation of argument namesGravatar asiekierka2016-08-182-0/+27
* Fix #4, at least to the extent we currently need itGravatar asiekierka2016-08-171-1/+1
* Revert "Removed unused methods"Gravatar asiekierka2016-08-1714-3/+428
* Propagate arguments remapping to children classesGravatar Thog2016-08-141-12/+19
* Make sure to rewrite all the mapping filesGravatar Thog2016-08-141-15/+13
* Avoid using the override fix in others case than remapping (fix unit tests fa...Gravatar Thog2016-08-131-2/+1
* Remoe JSON directory format support and clean up others thingsGravatar Thog2016-08-123-222/+1
* Implement Enigma directory format (#1)Gravatar Thomas Guillemard2016-08-126-34/+123
* Allow exporting mappings as SRG or EnigmaGravatar modmuss502016-08-112-0/+170
* ReformatGravatar lclc982016-07-0425-701/+335
* Fixed Obf Class list orderGravatar lclc982016-07-041-1/+1
* Fix #6, will now only load .json filesGravatar lclc982016-07-031-1/+2
* Fixed #4Gravatar lclc982016-07-022-1/+19
* Fixed build.gradleGravatar lclc982016-07-022-37/+5
* Removed unused methodsGravatar lclc982016-07-0212-193/+7
* Reformatting codeGravatar lclc982016-07-0213-88/+52
* Renamed FieldsGravatar lclc982016-07-028-58/+43