-
Notifications
You must be signed in to change notification settings - Fork 12
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
Merge XPEvo fixed/changes into main repository #317
base: master
Are you sure you want to change the base?
Conversation
Because commit history seems to be lost, please create a list of changes in the description. |
As requested, I've updated the description of the pull request with an abbreviated list of changes and also added a link to compare the fork to the current master branch. |
The last commit resolves the comment by @AtomicLiquid about the |
|
||
namespace EvoSC.Modules.Official.RoundRankingModule.Models; | ||
|
||
public class CheckpointData |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing doc comments
|
||
public class CheckpointsRepository : Dictionary<string, CheckpointData> | ||
{ | ||
public List<CheckpointData> GetSortedData() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing doc comment
@@ -0,0 +1,23 @@ | |||
namespace EvoSC.Modules.Official.RoundRankingModule.Models; | |||
|
|||
public class PointsRepartition : List<int> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing doc comments
pos="{{ rowInnerHeight * 3.0 + columnSpacing * 2.0 }} 0" | ||
size="{{ w / 3.0 }} {{ rowHeight }}" | ||
valign="center2" | ||
textsize="{{ Theme.UI_FontSize*2 }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the text-xl
utility class instead and for the others too.
Ref:
text-xs
:Theme.UI_FontSize*0.8
text-normal
:Theme.UI_FontSize
(ortext-primary
for default colors + normal size)text-md
:Theme.UI_FontSize*1.2
text-lg
:Theme.UI_FontSize*1.5
text-xl
:Theme.UI_FontSize*2
text-2xl
:Theme.UI_FontSize*4
text-3xl
:Theme.UI_FontSize*6
text-4xl
:Theme.UI_FontSize*8
</template> | ||
|
||
<script once="true"> | ||
<!-- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move script into its own file
valign="center" | ||
halign="center" | ||
text="{{ Icons.VideoCamera }}" | ||
textsize="{{ Theme.UI_FontSize*2 }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use text-xl
class
pos='{{ (width-(Theme.ScoreboardModule_PositionBox_ShowAccent=="True" ? accentBarWidth : 0)) / 2.0 + (Theme.ScoreboardModule_PositionBox_ShowAccent=="True" ? accentBarWidth : 0) }} {{ height / -2.0 + 0.25 }}' | ||
valign="center" | ||
halign="center" | ||
textsize="{{ Theme.UI_FontSize*2 }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use text-xl
class
</template> | ||
|
||
<script> | ||
<!-- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move script into its own file
Co-authored-by: snixtho <[email protected]>
Co-authored-by: snixtho <[email protected]>
…repository' into 316-merge-xpevo-fixes-into-main-repository
- Add more doc comments
This reverts commit 699c66c.
…repository' into 316-merge-xpevo-fixes-into-main-repository
Quality Gate passedIssues Measures |
This pull request includes all the changes that were made to the XPEvo branch of EvoSC#, without the additions of ContactAdminModule, ToornamentModule and ServerSyncModule.
Changes to the required dependencies (namely NATS and toornamentapi) have been reverted.
New modules: RoundRankingModule
Updated modules: ScoreboardModule, GameModeUiModule
Full list of changes compared to
master
branch can be seen here: master...EvoEsports:EvoSC-sharp-XPEvo:master - keep in mind that some of these changes already have been merged intomaster
branch here and were merged into the forked repository after the fact.Abbreviated list of changes since August 20th:
CurrentMapModule
by @araszkaSpectatorTargetInfoModule
by @araszkaSpectatorCamModeModule
by @araszka - replaces Nadeo's default Spec Cam Mode switcher in the bottom rightScoreboard
toScoreboardModule
ScoreboardModule
(incl. themability, nickname support, showing current/max rounds, etc)RoundRankingModule
by @araszka - similar functionality as SmallScoresTable in TMWT/Teams_Matchmaking modesGameModeUiModule
forSmallScoresTable
UILayerDockerfile
to make sure EvoSC runs as user id9999
instead of root.