summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/mapping (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed Null.json and #4Gravatar lclc982016-07-022-31/+34
* Fixed Constructor loadingGravatar lclc982016-06-301-0/+6
* Json format (#2)Gravatar lclc982016-06-3030-0/+3476