- Rebranding.
- Migrate to GitLab.
- Add support for database updates when using Docker.
- Give purpose to version.h (adjust minor version with client updates).
- Add an in-game `!ver` command.
- Remove references to AGPL.
Add CHAR_STYLE table to store the current locked item IDs for each
visible slot.
Modify CHARS table to include a flag to indicate current style lock
status.
Add styleItem array to store current locked item IDs for each visible
slot.
Remove copy of equipped look to main look when setting style lock
status.
Modify charutils::LoadChar to load char_style.
Modify charutils::UpdateItem to update style look when items are
removed.
Add charutils:SetStyleLock to maintain locked item status and push
enable/disable messages.
Add handling of 0x53 packet (new LockStyle packet).
Modify char_look save routine to save the locked style and locked style
items.