-
Notifications
You must be signed in to change notification settings - Fork 22
Populate personal info riding records from race tracking #231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
TubaApollo
wants to merge
44
commits into
Story-Of-Alicia:master
Choose a base branch
from
TubaApollo:fix/personal-info-basic-stats
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 38 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
3f785ff
feat: populate personal info basic stats from mount data
TubaApollo b31366e
refactor: rename personal info fields from positional to semantic names
TubaApollo 894aa5d
feat: track race and jump statistics persistently in mount data
TubaApollo 00c91f6
feat: track distance, speed and glide stats during races
TubaApollo d240b66
fix: add mount guards, improve glide tracking and use named magic con…
TubaApollo eaf8d25
feat: track boost combo and win streaks in race statistics
TubaApollo de9dd59
fix: use consistent {} initialization and add team win streak TODO
TubaApollo e2653e0
style: apply clang-format to new code
TubaApollo 434577f
Update include/libserver/network/command/proto/LobbyMessageDefinition…
TubaApollo e69fbd1
Update include/libserver/network/command/proto/LobbyMessageDefinition…
TubaApollo 2707c4f
Update include/libserver/network/command/proto/LobbyMessageDefinition…
TubaApollo 3fc368d
Update src/server/race/RaceDirector.cpp
TubaApollo f4a684b
Update src/server/race/RaceDirector.cpp
TubaApollo 857b152
Update src/server/race/RaceDirector.cpp
TubaApollo 72044f8
Update src/server/race/RaceDirector.cpp
TubaApollo d9ea435
Rename ceremonyId to ceremonySlot, legacyGradeString to gradeTitle
TubaApollo 7b6f637
Fix magic item tracking, add Summon for fire spirit
TubaApollo 258fc94
Fix team win stats to not reset on loss
TubaApollo 203bb98
Flatten mount stats with early returns and named variables
TubaApollo 8565d6f
Remove duplicate comment on padding field
TubaApollo b4eff96
Rename ceremonySlot to ceremonyAchievementSlot1-3
TubaApollo 18e05bb
Replace em dashes with hyphens in comments
TubaApollo 60d2fca
Add per-field doxygen comments to mount info counters
TubaApollo 5789317
Fix locked ranch bypass, restore missing early return
TubaApollo 87c0ad4
Implement emblem display and selection (SetKeyEmblem 0x254-0x257)
TubaApollo 9c901e7
Rename gradeTitle to unk_gradeString, document client ignores it
TubaApollo 412c83b
Fix unk_gradeString comment: EmblemTable -> AchievementGrade
TubaApollo 1497429
Update include/libserver/network/command/proto/LobbyMessageDefinition…
TubaApollo 73918dd
Update include/libserver/network/command/proto/LobbyMessageDefinition…
TubaApollo 8e15962
Fix ternary and lambda indentation in RaceDirector
TubaApollo 1fe1171
Update include/libserver/network/command/proto/RanchMessageDefinition…
TubaApollo f6b1736
Update include/libserver/network/command/proto/RanchMessageDefinition…
TubaApollo 49ad848
Update src/libserver/network/command/proto/RanchMessageDefinitions.cpp
TubaApollo acf5cc9
Update include/libserver/network/command/proto/RanchMessageDefinition…
TubaApollo d03b621
Update include/libserver/network/command/proto/RanchMessageDefinition…
TubaApollo 43ba547
Fix GetHorse call alignment in RaceDirector
TubaApollo eef5b98
Update src/libserver/network/command/proto/RanchMessageDefinitions.cpp
TubaApollo 90b4c14
Add BroadcastEmblemNotify, use it in HandleSetKeyEmblem
TubaApollo 92f8624
Fix overhead emblem not refreshing on emblem change
TubaApollo 9b36c46
Fix completion rate counting DNF racers as finished
TubaApollo 912e137
Aggregate personal info stats across all horses, fix emblem broadcast
TubaApollo 5e12037
Move personal info stats from per-horse to character lifetime
TubaApollo afc12c1
Remove stale TODO - per-horse stats view already implemented
TubaApollo f2d6ecc
Resolve merge conflict in RaceDirector.cpp
TubaApollo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.