Skip to content

Beta 70

Pre-release
Pre-release
Compare
Choose a tag to compare
@lynnfaraday lynnfaraday released this 15 Dec 19:34
· 748 commits to master since this release

How to Upgrade (no restart required)

Features

  • Improved idle out cleanup. When a char idles out, there’s now an event fired (CharIdledOutEvent) that individual plugins can handle. Note: This event is not fired when a character is destroyed; it’s expected that the character before_destroy hooks will take care of any necessary cleanup there.
  • Cleared out pages and email when a char is idled.
  • Web profiles now have a custom code hook (similar to the custom scene menu/pose hooks) where you can add your own tabs to the ‘system’ section. See profile help for details.
  • Web profile FS3Combat damage tab now shows current severity in addition to original severity. (suggested by KarmaBum)
  • Staff can now view the FS3 XP tab for characters on the web portal profiles.
  • If you try to load a live scene that’s already been shared, you’ll now automatically be redirected to the shared scene page.
  • Adding a new skill with XP will now trigger a job the same as raising an existing one. (suggested by Tat)
  • AresCentral now gives an indication of how active a game is on the game directory. This algorithm will probably need some tweaking over time, but it’s a start.
  • Game activity reports on AresCentral will now include web-only players. This doesn’t affect past metrics, so it’ll take a few weeks for the AC activity reports to average out.

Fixes

  • Forum posts would make a spammy notification on the web portal sometimes. (reported by Jinshei) Note: Some games already got this as a hotfix to 69, depending on when you upgraded
  • Chatting in OOC rooms without the ‘ooc’ command was counting words toward the word count achievement. (reported by Auspice)
  • Players could do an admin-only job comment from the web portal. (reported by Roadspike)
  • Installing a plugin didn’t reload translations. (reported by Tat and Jinshei)
  • FS3 language skill ratings were sometimes using the wrong names in the web portal. (reported by Tat)
  • Unapproved characters could sign up for events. (reported by Tat)
  • Character gallery gave sad picard when there was invalid input. (reported by Tat)
  • Unapproved characters couldn’t send mail from the web portal, but could in-game.
  • Creating/sharing a scene wouldn’t allow > to begin a code section. (reported by Tat)
  • Web portal combat pages were using a default type of “soldier”, which may not be valid on every game. (reported by Yam)

Little Things

  • The ‘unshared scene will be deleted’ notice will not include a link to the scene. (suggested by Tat)
  • Fixed capitalization of names in web portal rolls. (reported by Ren)
  • Spaces are now trimmed from the end of poses using the pose shortcuts (:, “, etc.) the same way they are in ooc/channel chat. (suggested by MordenkainensMom)
  • Tweaked column widths in the active scene list to help mobile display. (suggested by Blu)
  • Made the input box bigger for the gallery field when editing character profiles. (suggested by Tat)
  • Fixed inconsistent colon usage on profile demographics. (reported by KarmaBum)
  • There was no help page for plots. (reported by Glen)

Extras