summaryrefslogtreecommitdiff
path: root/src/test/java/cuchaz/enigma/inputs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-0329-818/+0
| | | | | | | * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>
* Feature/weave (#138)Gravatar liach2019-05-163-0/+33
| | | | | | | | | | | | | | | | * Add weave/stitch style command system to enigma Also fixed divide by zero stupidity Signed-off-by: liach <liach@users.noreply.github.com> * Add tests for package access index and command Signed-off-by: liach <liach@users.noreply.github.com> * Minor tweaks Signed-off-by: liach <liach@users.noreply.github.com>
* Follow Fabric guidelinesGravatar Thog2017-03-0826-119/+142
|
* Drop unix case style and implement hashCode when equals is overridedGravatar Thog2017-03-074-9/+10
| | | | Also update Guava to version 21
* remove none/ prefixGravatar asiekierka2016-10-188-24/+24
|
* Json format (#2)Gravatar lclc982016-06-3026-0/+761
* Added new format * Fixed bug * Updated Version