summaryrefslogtreecommitdiff
path: root/enigma-server/docs/protocol.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add checkstyle (#460)Gravatar modmuss502022-09-141-8/+42
|
* Entry Changes (#364)Gravatar 2xsaiko2021-07-081-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
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-031-0/+366
* Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>