Skip to content

Conversation

@zyro
Copy link
Member

@zyro zyro commented Jan 20, 2026

No description provided.

@zyro zyro requested review from Copilot and tolgatolgay January 20, 2026 18:19
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR implements Event Leaderboards 2.0 by adding configuration and protocol support for enhanced event leaderboard features, including roll management, score targets, cooldowns, and tier progression controls.

Changes:

  • Added roll tracking and limits with configurable reroll behavior and cooldown periods
  • Introduced score targets with player caps and time limits for competitive constraints
  • Added tier progression controls with per-phase delta configuration

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.

File Description
hiro.proto Extended protocol messages with new fields for rolls, score targets, cooldowns, and reroll freeze options across EventLeaderboard, EventLeaderboardRewardTier, EventLeaderboardChangeZone, and TeamEventLeaderboard
event_leaderboards.go Added corresponding configuration structures and error definitions to support the new event leaderboard features

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

int64 score_target = 30;
// Number of players that can reach the score target, if one is defined.
int64 score_target_players = 31;
// Amount of time singe rolling into the cohort that participants have to submit scores.
Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling of 'singe' to 'since'.

Suggested change
// Amount of time singe rolling into the cohort that participants have to submit scores.
// Amount of time since rolling into the cohort that participants have to submit scores.

Copilot uses AI. Check for mistakes.
int64 score_target = 31;
// Number of players that can reach the score target, if one is defined.
int64 score_target_players = 32;
// Amount of time singe rolling into the cohort that participants have to submit scores.
Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling of 'singe' to 'since'.

Suggested change
// Amount of time singe rolling into the cohort that participants have to submit scores.
// Amount of time since rolling into the cohort that participants have to submit scores.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants