OpenFusion/src/db
CakeLancelot fa8c1e73d1
Fix a few compiler warnings and formatting for DB startup message (#272)
Note that the warning in TableData.cpp only seems to occur on clang (deprecated-declarations)

Database account/player count message:
Before: [INFO] Database in operation : Found 1 account(s) and 2 player(s)s
After: [INFO] Database in operation: Found 1 account and 2 players
2024-03-31 13:02:39 -05:00
..
Database.hpp Enforce minimum supported libsqlite version 2023-03-19 01:41:07 +01:00
email.cpp Sync player data to DB when trading and sending emails 2022-12-05 22:29:23 +01:00
init.cpp Fix a few compiler warnings and formatting for DB startup message (#272) 2024-03-31 13:02:39 -05:00
internal.hpp Enforce minimum supported libsqlite version 2023-03-19 01:41:07 +01:00
login.cpp On login, load Player from DB in shard thread, not in login thread 2022-12-06 01:07:21 +01:00
player.cpp Sync player data to DB when trading and sending emails 2022-12-05 22:29:23 +01:00
shard.cpp Add missing mutex 2024-02-03 03:13:43 -05:00