Skip to content

Beta 39

Pre-release
Pre-release
Compare
Choose a tag to compare
@lynnfaraday lynnfaraday released this 01 Feb 05:02
· 1269 commits to master since this release
d3be0c3

Reboot Suggested: A reboot is not required, but is suggested to get a few of the engine improvements mentioned below.

Features

  • You can now hide (aka unsubscribe) forum categories. (help forum/hide) (Suggested by Thenomain)
  • You can mute forum notifications. (help forum/mute) (Suggested by various folks on Spirit Lake)
  • You can mute scene notifications on the web portal for a scene you’ve left. (Suggested by Roadspike and skew)
  • Unshared private scenes now show up on the active scenes page to prompt you to do something with them.
  • New command scene/home lets you select whether to go to your character’s home, work, or the ooc lounge when a temp room scene ends. (Suggested by Farfalla)
  • You can now delete wiki files in your own character’s folder. (Suggested by Blu)

Fixes

  • Private scene locations were hidden on web but not in-game. (Reported by skew)
  • Weird leaning tower of pose clock icons in system messages. (Reported by Tat and skew)
  • Luck point spends weren’t showing up on web portal scenes. (Reported by Tat)
  • Admins couldn’t edit scenes that have been shared. (Reported by Tat)
  • You couldn’t rename yourself from bob to Bob. (Reported by Tat)
  • Fixes to display of trending scene list. (Reported by Tat)
  • In-game (non-handle) friends weren’t always showing up on friends list. (Reported by KarmaBum)

Little Things

  • You can now do Command-Enter or Control-Enter to submit poses to scenes. (Suggested by Roz)
  • Scene number appears in more places, like the log notice in room descs, a few in-game messages, and the web portal scene page. (Suggested by skew)
  • You can jump to the end of a forum post. (Suggested by skew)
  • Sad Picard web error screen now links to the forum. (Suggested by Tat)

Coder Foo

  • Character.find_one_by_name(“Bob”) now has an alias Character.named(“Bob”). You can use either one.
  • OnlineCharFinder.find has been simplified and now only requires a name. It no longer does a special match on “me”.