Commit graph

9 commits

Author SHA1 Message Date
Nuno Duque Nunes
9e8877483d feat: Leaderboard & Result systems with aligned columns, call/confirm-no commands, persistent message slots
- TextAlign: column alignment for embeds using real gg sans font metrics
- EmbedHelpers: per-player grid/column layouts immune to 1024-char field limit
- Layout: domain-aware formatting wrapper (wrank, bringer, cockroach, tgCount)
- PersistentMessage: multi-slot support for independently-updatable embeds
- Leaderboard: weekly rankings + highlights embed (most kills/deaths, next Bringer)
- Result: per-TG breakdown with wRankAtSubmission snapshot for historical accuracy
- /tg call, /tg poll confirm-no, /tg-admin score-inject, result/leaderboard post commands
- Fix: CharacterRegistry wasn't hydrating ownerKey, breaking K/D bot-wide
- Fix: Leaderboard.buildEntries used current week instead of passed-in week param
- /tg-admin test-align: permanent calibration tool for embed text alignment

Includes data/emojis/anima-mastery.json for new combat stat icons.
2026-06-20 03:04:52 +01:00
Nuno Duque Nunes
63e3a63a7c add date() formatter, add PersistentMessage feature, refactor updates to use PersistentMessage 2026-06-12 23:23:19 +01:00
Nuno Duque Nunes
6f10db832e update gitignore 2026-06-12 17:11:39 +01:00
Nuno Duque Nunes
fd1b8ed50c add leave system, add cockroach on players that leave 2026-06-11 05:17:29 +01:00
Nuno Duque Nunes
3c4aed93df big architectural changes, add Attendance/Score/TG/Registry/Scheduler systems, logger & benchmarker, tg-admin command 2026-06-09 23:13:21 +01:00
Nuno Duque Nunes
61bb590c87 fix history overwritten for same userKey with different chars 2026-06-05 03:51:36 +01:00
Nuno Duque Nunes
e40594e107 fix wrank deltas sync, fix wrank no rank display unalignment 2026-06-05 03:07:51 +01:00
Nuno Duque Nunes
8ffe8348bb update .gitignore 2026-06-04 03:09:12 +01:00
Nuno Duque Nunes
a4b4b5ae8e various features done, bug fixes on char conflicts 2026-06-03 01:51:26 +01:00