summaryrefslogtreecommitdiff
path: root/src/test/resources (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-03Split GUI code to separate module (#242)Gravatar Runemoro11-45/+0
* Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>
2020-04-02Support java 9+ and gradle 6+ (#206)Gravatar liach2-4/+2
* Support java 9+ and gradle 6+ * Update asm Signed-off-by: liach <liach@users.noreply.github.com> * Use asm 8 and move that to a constant * Bump version * fix version format Co-authored-by: liach <liach@users.noreply.github.com>
2019-12-05Fix comments (#187)Gravatar Fudge1-0/+18
* fix comments * indent
2019-11-03Add tinyv2 save/loadGravatar liach2-0/+7
2019-11-02Update readme (#170)Gravatar Runemoro2-0/+16
* Update readme * Update README.md
2019-05-16Feature/weave (#138)Gravatar liach6-0/+6
* 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>