summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/mapping/MappingsReaderOld.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement Enigma directory format (#1)Gravatar Thomas Guillemard2016-08-121-127/+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-0/+5
|
* Removed unused methodsGravatar lclc982016-07-021-3/+3
|
* Reformatting codeGravatar lclc982016-07-021-1/+1
|
* Json format (#2)Gravatar lclc982016-06-301-0/+122
* Added new format * Fixed bug * Updated Version