Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.

Releases: benank/everyone.dance

Version 2.2.0

21 Apr 01:28
Compare
Choose a tag to compare
  • Added Discord rich presence! Now when you have everyone.dance open, it will show as a currently playing game with your game room details so people can easily join you.
  • ITG Mode now checks StepMania timings to ensure that they are proper ITG timings. If they are not, the player is kicked with a message explaining why they were kicked.
  • Cleaned up default theme names in readme
  • Added support for Infinitesimal (OutFox) theme
  • Added EVERYONE_DANCE_GAME_CODE global variable to StepMania. You can use this in your scripts as a random seed to ensure randomness is always the same for everyone in a game room.
  • Added error message if installation to a theme fails

Version 2.1.6

04 Apr 03:56
Compare
Choose a tag to compare
  • Improved stepmania version checking greatly
  • Fixed script installation for simply love 5.3 (#29)
  • Fixed a few possible lua errors
  • Clicking "Join Game" now autofocuses the input field
  • Pressing Enter on "Join Game" will now also submit the code and join the game room

Version 2.1.5

03 Apr 04:06
Compare
Choose a tag to compare
  • Fixed popout window resizing when entering/exiting playing a game. It should stay the same size now.

Version 2.1.4

01 Apr 16:17
Compare
Choose a tag to compare
  • Added custom CSS! See the readme for more info - this allows you to customize how your everyone.dance looks, and even individual player cars!
  • Fixed placement icon being squished
  • Disabled maximizing popout cards
  • Added subtitle and adjusted webapp title - "Play StepMania together!"

Version 2.1.3

31 Mar 21:21
Compare
Choose a tag to compare
  • Fixes compatibility with StepMania 5.3 Outfox sometimes not working with certain folder names

Version 2.1.2

31 Mar 19:03
Compare
Choose a tag to compare
  • Fixes the player name container not expanding to the correct size on player cards.
  • Fixes an error in the web view.

Version 2.1.1

31 Mar 18:48
Compare
Choose a tag to compare

Fixes the download link for updates not working properly.

Version 2.1.0

31 Mar 18:38
223a9b4
Compare
Choose a tag to compare

Streamer popout mode!

Adds a button to popout individual player cards into new windows. New windows are always on top and fit to the card, so you can window capture these to use in OBS! If you run StepMania in windowed mode, these cards will appear on top so you can play and see everyone's scores at the same time!

Also added more notifications on server connection issues.

Version 2.0.0

30 Mar 02:37
Compare
Choose a tag to compare

Version 2.0 Update!

This is the biggest update to everyone.dance yet! This update focuses on giving more control and customization over game rooms, specifically for tournament settings.

Added Game Room Settings menu in game rooms. In this menu, you can control:

  • Whether or not the game code is shown
  • Whether or not spectators are allowed
  • Whether or not players are allowed
  • Player limit, aka max number of players (not spectators)
  • Toggle player rankings, which will show numbers next to players indicating their rank relative to other players
  • ITG Mode, which changes the judgements to ITG style ones
  • Version Check, which ensures that only players with the latest version of everyone.dance can join
  • Sync Mode, which allows you to switch between Realtime and Song Time (see Readme for details)
  • Also, you can moderate players in this menu as well as host. Convert another player to host, toggle player spectating/playing, kick players, and see who is connected through the website.

Added a configurable option called "Sync Interval" when installing to StepMania. This is the frequency at which StepMania writes the scores to file for everyone.dance to sync it. For lower end systems, try increasing this. For higher end systems, you can keep it low for fast sync. If you want to change the sync interval after installing, just hit the uninstall button, change it, and hit the reinstall button.

Fixed percent score sometimes appearing as NaN%.

Background gradient colors now change with the time of day.

Removed auto updater since it didn't work most of the time anyway. You will now get a notification when you open everyone.dance if there is a new update available to download. Click the Update button to download the latest version, and then run that version after unzipping.

Version 1.1.6

21 Mar 21:26
Compare
Choose a tag to compare