Skip to content

Beta 37

Pre-release
Pre-release
Compare
Choose a tag to compare
@lynnfaraday lynnfaraday released this 12 Jan 20:29
· 1363 commits to master since this release
a7d7431

Features

  • The web portal jobs screen now lets you filter by active/my jobs/category. (Requested by Tat)
  • ‘age’ is now an available field in who and census. See who config fields. (Requested by Tat)
  • Improved appearance of browser notifications, and made a change that should help prevent you from getting spammed with notifications from multiple tabs.
  • Achievements are no longer broadcast by default. There’s a new config option to optionally announce them on a channel of your choice.
  • Login notification improvements to reduce spam. Events are no longer shown by default; if a player wants to see them on login, they should add the events command to their custom onconnect (see help onconnect). You can also replay the mail/forum/etc. notice with the new ‘notices’ command. (Suggested by Thenomain)
  • Chat and live scenes now let you pause scrolling on the web portal. (Suggested by Tat and skew)
  • Job menu now appears at the top of the job to more easily review app and profile on an app job. (Suggested by Tat)
  • There’s a new wiki markdown extension for an image gallery. (Suggested by skew)
  • Approval now invalidates your web session, so you’ll have to log in again.
  • Weather will now key off of parent areas if the room’s actual area is not listed in the weather system. (Suggested by Tat)

Fixes

  • There was an error if you clicked ‘save’ on web chargen with a blank background skill name. (Reported by Tat and skew)
  • The required hooks check doesn’t show up on app review when ranks are disabled. (Reported by skew)
  • Fixed excessive memory usage on website deploy. (Reported by skew and Tat)
  • Certain shortcuts (player-set ones and ones with a ‘/‘) didn’t ignore prefixes like + or @ correctly. (Reported by skew) Note: This bug was in the engine, so you won't get the bugfix until you restart the game.

Little Things

  • The scene stopped/restarted messages were reworded to make it clear that restarting a scene that started in a public grid room restarts it in a temp room. Everyone has to scene/join it again.
  • If you lose connection to the websocket (like after coming back to the game website on your phone), the alert is less obtrusive. (Suggested by Thenomain)
  • Help had its own custom version of line_with_text, and thus wasn’t using the skin settings. Also the line didn’t quite go up to 78 chars. (Reported by Faye)