summaryrefslogtreecommitdiff
path: root/enigma-server/docs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-09-14Add checkstyle (#460)Gravatar modmuss501-8/+42
2021-07-08Entry Changes (#364)Gravatar 2xsaiko1-101/+63
* Initial refactor: Allow EntryMapping to have null targetName, add EntryChange in favor of entry changing methods in GuiController * Fix resetting name not actually removing it, and renaming a class causing name collisions with itself Closes #246. * Use name proposer for setting default deobf name Closes #314 * Make network protocol use EntryChange directly * Handle writing other data correctly when the deobf name is null * b * Add some new abstraction stuff * Use pattern matching instanceof * Move classes out of newabstraction package * Make EntryChange final * Regenerate equals and hashCode * Convert EntryMapping to record * Make TristateChange final * Safety guard null accessModifier initialization
2020-06-03Split GUI code to separate module (#242)Gravatar Runemoro1-0/+366
* Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>