You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've set up EvoSC on a Trackmania server. I did not modify the configuration files created by default.
When connecting to the server, the interface element "Live ranking" is badly placed and passes over other elements of the interface. This problem persists during the whole match, and the widget position seems to be reloaded correctly when the next match starts.
Also, there is some text that seems to be options for administrators that overlays the chat time countdown, at the end of each match.
Expected behavior
The elements should not overlap
To Reproduce
Setup EvoSC with default config
Connect to the server
See bad widget placement during the current match
Wait for the end of the match
As Admin or MasterAdmin, see overlapping text on the chat timer
Screenshots/Logs
When I connect to the server:
After the match has ended and the next map has been loaded:
Overlapping text on timer during chat time, at the end of each match (only for admins):
EvoSC
EvoSC-Version: 0.99.78
Game: TM2020
When using git (please complete the following information):
Hi, yea, this is a thing we're aware of but don't really know how to fix.
This happens for the first time our grid system is initialized, a simple /reset in chat should fix this.
I can tell you what happens here as ive dealt with it myself: Manialinks are executed in parallel. Each module is it's own manialink. So when the modules sends their manialink to the clients, its all executed in parallel. The code that sorts the ui has race conditions with the slot values due to no synchronization. Sometimes /reset wont help either. This is also difficult to fix as maniascript doesn't really provide any way to synchronize these things. The whole setup would need to be re-done from scratch, and I think it would be better to do this in EvoSC# or something.
Describe the bug
I've set up EvoSC on a Trackmania server. I did not modify the configuration files created by default.
When connecting to the server, the interface element "Live ranking" is badly placed and passes over other elements of the interface. This problem persists during the whole match, and the widget position seems to be reloaded correctly when the next match starts.
Also, there is some text that seems to be options for administrators that overlays the chat time countdown, at the end of each match.
Expected behavior
The elements should not overlap
To Reproduce
Screenshots/Logs
When I connect to the server:
After the match has ended and the next map has been loaded:
Overlapping text on timer during chat time, at the end of each match (only for admins):
EvoSC
When using git (please complete the following information):
The text was updated successfully, but these errors were encountered: