summaryrefslogtreecommitdiff
path: root/enigma/src/test/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add MappingValidator based testGravatar Thiakil2020-07-194-0/+146
|
* Mapping format fixes (#294)Gravatar Xander2020-07-131-0/+129
| | | | | | | | | * add test to ensure mapping formats can read/write properly * fix not baking last entries in TinyV2 reader * fix broken filter in Enigma File writer * Fix Enigma Zip writer ZipFS exception on non-matching filesystems
* Add menu entry to reload jar & mappings from disk (#263)Gravatar 2xsaiko2020-07-061-6/+7
| | | | | | | | | | * Add button to reload jar & mappings from disk * Disable menu entry when currently loading * Add menu entry that reloads mappings only * Remove duplicate user query code
* Make class loading more flexible (#277)Gravatar Runemoro2020-07-069-42/+57
|
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-0345-0/+2606
* Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>