- Converted from
.inc+ game-variant stubs to partial class layout insrc/ - Split monolithic file into partial classes: Settings, Events, Commands, Database, PlayerStats, ChatLog
- Removed
Plugins/directory with game-variant stub files (BF3, BF4, BFBC2, MOH, MOHW) - Migrated
MySql.Data.MySqlClienttoMySqlConnector - Added
.editorconfigfor consistent code style - Added
CChatGUIDStatsLogger.csprojfor CI format checks - Added CI and release GitHub Actions workflows
- Added
CLAUDE.mdwith architecture and database schema documentation
- Allow NON PB enabled Servers to use the Plugin for Stats tracking
- Bugfixes for column errors
- Bugfixes for the sessions streaming bug
- Weaponstats working again
- Bugfix for Identifier name is too long
- Bugfixes for value too long for column errors
- Bugfixes for some other bugs
- Changed deprecated Tracemessages
- Added an error prefix in pluginlog
- New feature: Tickets/teamscores are now tracked in tbl_teamscores
- New feature: Simple Stats (collects playerdata only)
- New feature: Switch for disabling weaponstats
- First Release
- Multigame Support