-
-
Notifications
You must be signed in to change notification settings - Fork 114
Feature/ra ladder rankings #876
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
base: develop
Are you sure you want to change the base?
Conversation
Refactor ladder fetching and display logic to improve error handling and UI updates.
Refactor ladder fetching logic to simplify and improve error handling. Update UI labels directly with fetched data.
Refactor Draw method to initialize ladder background texture only once and improve error handling.
Added ladderBgAlpha variable to control background transparency.
|
Nightly build for this pull request:
|
|
Appreciate the effort, CO2. Bespoke things like a ladder UI would be better done through INI files IMO. To help with this I think we should create an XNAClientJSONLabel which could be set like: Then it's reusable - you could use it to display news or updates, ladder players, etc and it's all configured through the ini. I can put one together if there's support for it? @SadPencil @Metadorius @MahBoiDeveloper |
The things I added can be easily configured from LANLobby.ini just like the others (lbRA1v1title , lbRA1v1 (same for 2v2) ,and lbLadderRankings ) |
|
I didn't upload LANLobby.ini mb |
Changing the chat msgs size leaves a space at the top in Lan lobby , so I separated them :)
Added the feature of displaying top 3 RA rankers on 1v1 and 2v2 ladders with their UI, Code needs cleaning , edits and reviews
also make it only if clientgametype=RA...