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
Chase: Rework the Chase game mode structure to make it more modular.
Move the UI logic from the server side to the client side, improve the spectator UI, extract common code to a library.
Laps: Fix the ranking for LP computation.
All players that finished the race are now sorted by times instead of being considered equal.
Libraries
Maniaplanet
Color: Allow the user to define the starting hue for the random color generation.
All: Check that the ServerAdmin module is available before using it. This prevent a runtime error in contexts where ServerAdmin is Null, eg: solo modes.
UI XmlRpc: Implement a new "visible" property on the scores table module. see
Trackmania
All: Improve the spectator UI initialization.
This solve some cases where the spectator UI was still displayed even after the spectator switched to player mode.