summaryrefslogtreecommitdiff
path: root/src/test/java/cuchaz/enigma/inputs/loneClass (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-031-25/+0
| | | | | | | * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>
* Follow Fabric guidelinesGravatar Thog2017-03-081-4/+5
|
* Drop unix case style and implement hashCode when equals is overridedGravatar Thog2017-03-071-3/+3
| | | | Also update Guava to version 21
* Json format (#2)Gravatar lclc982016-06-301-0/+24
* Added new format * Fixed bug * Updated Version