Skip to content

Beta 44

Pre-release
Pre-release
Compare
Choose a tag to compare
@lynnfaraday lynnfaraday released this 16 Mar 12:01
· 1220 commits to master since this release

Features

Web Scenes

The way you interact with ‘live’ scenes on the web has been overhauled.

  • If you like to have one scene per browser tab, click on the scene name to open just that scene. You will not be notified of activity in other scenes in that tab.
  • If you like to have all your scenes in one place, click the Play button to open the new “My Scenes” page. Here you can switch between all the scenes you’ve joined or watched, without needing to reload each time.
  • You can join or watch scenes from the Active Scenes page. This is how you get things to show up on “My Scenes”.
  • You can also now stop watching a scene from either the scene page itself or from Active Scenes. This replaces the short-lived and confusing “mute scene” feature. You can watch/unwatch a scene even if you have participated in it, to control whether you receive notifications.
  • You cannot watch or join private scenes unless you've been invited.

scene revamp

Upgrades

Cleaned up the upgrade process for future releases.

  • For upgrades with a restart, startares will now automatically run migrate, so you don’t have to manually remember to run it. (It’s fine to run it more than once; the game checks to see what migrations have already been applied.
  • For in-game upgrades, there are now just two steps. First do upgrade to get the code (and warn you if there are any conflicts). Once any conflicts have been resolved, upgrade/finish will do the remaining steps. NOTE!!! This command will only be available future releases; for this release you need to still do it the old way.

See upgrades for more information.

Fixes

  • Scene temp rooms were lingering for certain web scenes. (Reported by Tat and KarmaBum)
  • Places prefix colors were a little wrong. (Reported by Tat)
  • jobs/mail will now warn you if you used invalid recipients instead of just failing silently. (Reported by Tat)
  • Music player ‘play’ buttons weren’t showing. (Reported by Minaras)
  • Tagging a char page with ‘player’ could make any ‘player:name’ tags not work. (Reported by Minaras)

Little Things

  • Event create and edit on the web now prompt you with the server time so you can schedule relative to that. (Suggested by Foosa)
  • Update is now an alias for upgrade. (Suggested by Thenomain)
  • Fixed job/create syntax. (Reported by GoodStarback)
  • Fixed various links in the help files to aresmush.com articles whose urls have changed.