summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/Constants.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-031-20/+0
| | | | | | | * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>
* Made Enigma gui translatable (#193)Gravatar modmuss502020-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * made enigma gui translatable * key renamings * missed strings * string.format() & another missed string * cached content (thanks @liach) * added a dialog when changing language * better sentence * more %s * liach's requests * empty map * the last (?) missed strings * IT WORKS * French translation * Update fr_fr.json
* fix #68Gravatar asie2018-11-281-2/+2
|
* Follow Fabric guidelinesGravatar Thog2017-03-081-5/+6
|
* remove none/ prefixGravatar asiekierka2016-10-181-1/+0
|
* Rename things to fabricGravatar modmuss502016-08-161-1/+1
|
* Propagate arguments remapping to children classesGravatar Thog2016-08-141-1/+1
| | | | TODO: support support not identical behavior (constructors)
* Reformatting codeGravatar lclc982016-07-021-4/+4
|
* Json format (#2)Gravatar lclc982016-06-301-0/+20
* Added new format * Fixed bug * Updated Version