summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/mapping/MappingsWriter.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement Enigma directory format (#1)Gravatar Thomas Guillemard2016-08-121-102/+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-8/+7
|
* Fixed #4Gravatar lclc982016-07-021-1/+18
|
* Reformatting codeGravatar lclc982016-07-021-1/+1
|
* Renamed FieldsGravatar lclc982016-07-021-1/+0
|
* Fixed Null.json and #4Gravatar lclc982016-07-021-28/+33
|
* Json format (#2)Gravatar lclc982016-06-301-0/+82
* Added new format * Fixed bug * Updated Version