Daily Update 254.2015

More progress today.

Changes:

  • Switched to Open Sans for better font weight options
  • Updated tag styles to include semibold, cursor style and hover
  • Updated player output style to be more traditional
  • Added a nifty background (experimental) with sunbeams and falling leaves
  • Added a new Rule system. It’s expansive, so I’ll go over it in its own post.
  • Cleaned up nametag helper to more closely match tag helper
  • Added cursor styles for LOOK and TAKE tags

Bugs & Problems:

  • Looking at an invalid thing while using a look alias results in odd output: “I understood everything up until ‘examine bird’” vs “I understood everything up until ‘bird’”. Worked around it with an onBadInput catch, but I’m not completely happy with it.
  • Experimental background stuff is performance intensive. Should have an option during setup, or disable by default. Need to look into better solutions (canvas?) later rather than CSS/jQuery.

  • Nothing new