Skip to content

Stable 1.4

Compare
Choose a tag to compare
@Tom32i Tom32i released this 16 Mar 07:27
· 259 commits to master since this release

Changelog:

Features:

  • Display number of spectators in the game
  • Radio preferences are stored in the profile
  • Rooms are closed when no more players in it
  • Loading screen when starting a game (waiting for players to connect)
  • Drop players who take too much time to load the game
  • Added bonus probabilities
  • Chat history (give you the last 100 messages when joining a room)
  • Added timestamp in chat
  • Better messages for kick votes
  • You can't vote for your own kick anymore
  • No nickname or other personal data are stored in the logs anymore
  • Display a message when spectating

Balancing:

  • Slightly smaller maps
  • Eraser bonus probability to appear will change depending on the number of alive players left
  • Right angle has slightly less chances to appear
  • Bonuses can appear closer to trails

Fixes:

  • Fixed tie-break
  • Curvyradio is now up and 100% working ! 🎶
  • Better algorithm for random player position : You won't spawn in front of a wall anymore at the beginning of a round
  • Bonuses won't spawn on each other anymore
  • Client now handles connection/disconnection (displaying proper information to the user)
  • The chat won't auto-scroll to the bottom on a new message if you're scrolling up to read previous messages
  • Fixed game score on spectator mode
  • Improved arrow quality
  • Better socket negociation
  • Enhance spectator mode (still not perfect though)
  • Various typo and code style fixes