-
-
Notifications
You must be signed in to change notification settings - Fork 9
Bonus timing, misc. updates to codebase #13
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
Draft
1zc
wants to merge
42
commits into
dev
Choose a base branch
from
bonus-timing
base: dev
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.
Draft
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
9f18d8f
Use INT for ticks, not DECIMAL
1zc 8223740
We now know what type to use lol
1zc 4d65c0b
Add /stage as alias for /s
1zc 299557a
!b/!bonus commands
1zc 095e5db
Fix display bug with compact timing style
1zc 55f2da7
Handle hours separately in full time-style
1zc dec76c2
Identify stage/bonus mode in hud
1zc 7d4fa59
have /rs account for bonuses
1zc afa55ba
Foundational bonus stuff
1zc 6e78f1d
Hibernation needs disabling
1zc 5c93d1d
Fix incorrect stage indexing
1zc 58f7cee
Account for stage 1
1zc d52084b
Correct bonus indexing
1zc d9d24c8
Add to-do to Map.cs
1zc 6bc2cb0
Print plugin info on map load
1zc 0625863
Update README goals list status
1zc ef8bc37
Implement `type` field from Map Times DB
1zc 127dffc
Add some fn comments
1zc d789431
Documentation on some PlayerStats variables
1zc 72b12dc
fix some data types
tslashd b62ba44
Merge branch 'bonus-timing' of https://github.com/CS2Surf/Timer into …
1zc cf415cc
Better command arg handling
1zc 321d4ae
end zone foundations
1zc 3020a4f
Load player's bonus times from DB
1zc 62485f0
Fix typo in information for BonusPB
1zc 05fbc6d
typo
1zc 113f45f
Add options bonus param to SaveMapTime
1zc 45acb41
Use new SaveMapTime in bonus time saving
1zc bc8114c
Comments for Map.WR & Map.BonusWR calls
1zc c3ba3a1
Handle starting and saving bonus replays
1zc 4c917a3
Show relevant bonus info on HUD
1zc e59b148
Correct addressing of Array of Dictionaries
1zc 7097e4e
Actually handle bonus run ticks + velocities
1zc b2a1221
Load bonus WRs in Map
1zc 1906c24
Clear bonus goals in README
403117e
Account for style and bonus completion counts
1zc 6463812
Merge branch 'bonus-timing' of https://github.com/CS2Surf/Timer into …
1zc eb9eff1
Populate Map.BonusCompletions[bonus][style]
1zc a6f1c34
Bad practice!!!!!
1zc b9fe9d7
Initialize Map.BonusCompletions dict
1zc b4948b3
Calculate rank per type
1zc bf83166
Account for bonus ranks on HUD
1zc 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,5 +76,6 @@ mp_warmup_end | |
mp_warmuptime 0 | ||
sv_holiday_mode 0 | ||
sv_party_mode 0 | ||
sv_hibernate_when_empty 0 | ||
|
||
sv_cheats 0 |
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.