Page 1 of 23

Changelog

Posted: Wed Aug 16, 2023 7:03 am
by Maiyannah
This thread serves to house the Changelog for changes made to the module as they happen. You can discuss them in separate threads, please.

Please note these are changes are recorded live, the server may not have the most current version. Look at the version stamp here and the one on the server to see whether the changes are live.

Re: Changelog

Posted: Wed Aug 16, 2023 7:06 am
by Maiyannah
Changes 2023-08-15 by Maiyannah, 0.1.1
  • Added sittable chairs
  • Fixed issues with them
  • Ensure only one player to a chair
Changes 2023-08-16 by Maiyannah, 0.1.2
  • Added @emote command to chat
  • Added sit emote to @emote command
  • Added worship emote to @emote command
  • Added meditate emote to @emote command (with alias "pray" as well)
  • Added dazed emote to @emote command

Re: Changelog

Posted: Wed Aug 16, 2023 11:50 am
by Maiyannah
Changes 2023-08-16 by Maiyannah, 0.1.3
  • Added error feedback to @emote for failed emotes
  • Removed debug feedback message
  • Modularized the code for emote and emote processing so that they can be more easily changed.
  • Added an @emote list command to list supported emotes
  • Added duck to emotes
  • Added bow to emotes
  • Added salute to emotes
  • Added greet to emotes (with alias wave)

Re: Changelog

Posted: Wed Aug 16, 2023 2:22 pm
by Maiyannah
Changes 2023-08-16 by Maiyannah 0.1.4
  • Catch unrecognized commands (@whatever) and give an error message.
  • Added help command with list of commands
  • Added @emote help with a simple usage message.

Re: Changelog

Posted: Wed Aug 16, 2023 6:38 pm
by Maiyannah
Changes 2023-08-16 by Maiyannah, 0.1.5
  • Added a @description command
    • @description set - Sets the description to the following message.
    • @description add - Appends a new string to the description.
    • @description clear - Clears out the description.

Re: Changelog

Posted: Wed Aug 16, 2023 7:50 pm
by Maiyannah
Changes 2023-08-16 by Maiyannah, 0.1.6
  • Added a @portrait command
Just use @portrait (title) to change your portrait. Ezpz lemon squeezy.

Re: Changelog

Posted: Thu Aug 17, 2023 10:13 pm
by Maiyannah
Changes 2023-08-17 by Maiyannah, 0.1.7
  • Added the welcome and changes sign to the OOC area.
  • Added the lore library to the OOC area. This needs finished, but has some basic Ravenloft lore.
  • Added some benches and chairs to the OOC area. You can socialize now. Yay!

Re: Changelog

Posted: Fri Aug 18, 2023 1:26 pm
by Maiyannah
Changes 2023-08-18 by Maiyannah, 0.1.8
  • Isolate the description and portrait code into a seperate file to allow specific edits
  • Fix a bug this introduced causing the PC description to be overridden with add, not appended.

Re: Changelog

Posted: Fri Aug 18, 2023 6:02 pm
by Maiyannah
Changes 2023-08-18 by Maiyannah, 0.1.9

Further backend fixup! Among other things:
  • Isolate the emote code specifically, same as we did with description
  • Added additional emotes:
    • dodge
    • look left
    • look right
    • read
    • spasm
    • fall forward
    • fall back
    • fall (chooses one of the two above at random)
    • tired
    • shout
    • laugh
    • plead
  • Ensure that emotes can be broken with movement (ie, are non-blocking)
  • A backend spruce-up of the OOC room (making sure everything is static that should be, tagging things, etc)
  • Challenge rating display in descriptions has been disabled

Re: Changelog

Posted: Fri Aug 18, 2023 6:59 pm
by Maiyannah
Changes 2023-08-18 by Maiyannah, 0.1.10

A meta change!
  • The changelog placard now uses a NUI window to display the changes.
  • Added a book to the OOC Lounge which has development credits