summaryrefslogtreecommitdiff
path: root/src/test/java/cuchaz/enigma/inputs/inheritanceTree (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-034-130/+0
| | | | | | | * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>
* Follow Fabric guidelinesGravatar Thog2017-03-084-17/+21
|
* Drop unix case style and implement hashCode when equals is overridedGravatar Thog2017-03-072-6/+6
| | | | Also update Guava to version 21
* remove none/ prefixGravatar asiekierka2016-10-184-10/+10
|
* Json format (#2)Gravatar lclc982016-06-304-0/+126
* Added new format * Fixed bug * Updated Version