summaryrefslogtreecommitdiff
path: root/src/test/java/cuchaz (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Resolve all failed testsGravatar gegy10002018-06-222-5/+5
|
* Annotation + inner class translationGravatar gegy10002018-05-191-4/+4
|
* Package updatesGravatar gegy10002018-05-1912-256/+17
|
* Initial port to ASMGravatar gegy10002018-05-1910-502/+655
|
* Follow Fabric guidelinesGravatar Thog2017-03-0839-435/+444
|
* Drop unix case style and implement hashCode when equals is overridedGravatar Thog2017-03-0711-232/+228
| | | | Also update Guava to version 21
* remove none/ prefixGravatar asiekierka2016-10-1817-208/+208
|
* Implement Enigma directory format (#1)Gravatar Thomas Guillemard2016-08-121-9/+1
| | | | | | 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
* Renamed FieldsGravatar lclc982016-07-021-23/+23
|
* Fixed build failGravatar lclc982016-06-301-17/+17
|
* Json format (#2)Gravatar lclc982016-06-3040-0/+2630
* Added new format * Fixed bug * Updated Version