Skip to content

Maniaplanet update 2018-02-09

Compare
Choose a tag to compare
@Aessi Aessi released this 12 Feb 08:19
· 57 commits to master since this release
2018-02-09
944d0d8

Modes

Trackmania

  • 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.