Commit graph

10 commits

Author SHA1 Message Date
Zach Toogood
ca3bdd22fe [SQL] Add COLLATE=utf8mb4_general_ci to all tables 2024-01-04 18:25:12 +00:00
Zach Toogood
edc817a2d7 [db] Make all tables CHARSET=utf8mb4 2023-02-05 21:13:32 +00:00
Zach Toogood
05b1a7f961 [chore] Clean up some formatting in SQL files 2022-07-05 12:49:26 +03:00
TeoTwawki
2589da530c Merge branch 'topaz' of https://github.com/DerpyProjectGroup/topaz into freedom
# Resolved Conflicts:
#	sql/job_points.sql
2021-04-18 13:49:29 -04:00
Ixion
c460a89139 Ixion is Come!
- 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.
2021-04-17 18:24:14 -04:00
TeoTwawki
276cf1a095 Merge branch 'canary' of https://github.com/topaz-next/topaz into freedom 2021-04-10 22:55:57 -04:00
TeoTwawki
de3066a3cb Remove even more banding references. The name "topaz" remains in places but all of "tpz" should be gone now. 2021-04-01 16:14:56 -04:00
Zach Toogood
9e4993893d Migrate all SQL tables from MyISAM to InnoDB 2021-02-05 17:07:08 +02:00
Topaz
3eb1c1570f Remove DSP branding (copyright notices retained) 2019-12-02 12:40:02 -08:00
CaptainMalRD
77bada0460 Modified LockStyle Implementation
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.
2015-05-04 19:38:33 -04:00