summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/mapping/MappingsReader.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement Enigma directory format (#1)Gravatar Thomas Guillemard2016-08-121-121/+0
| | | | | | 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-10/+31
|
* 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-021-0/+1
|
* Reformatting codeGravatar lclc982016-07-021-11/+13
|
* Renamed FieldsGravatar lclc982016-07-021-3/+3
|
* Fixed Null.json and #4Gravatar lclc982016-07-021-3/+1
|
* Fixed Constructor loadingGravatar lclc982016-06-301-0/+6
|
* Json format (#2)Gravatar lclc982016-06-301-0/+92
* Added new format * Fixed bug * Updated Version