Skip to content

Logic fixes

Choose a tag to compare

@Emik03 Emik03 released this 06 Jul 17:27
· 216 commits to main since this release
1f2f1fa

Download

  • Added a toggle in preferences for always showing the chat window.
  • Added a toggle in preferences for desktop notifications (currently Linux/BSD exclusive feature).
  • Added enter keybind as a shortcut for the confirmation dialog.
  • Added logic display for inaccessible locations, allowing you to see what is required for something to be within logic.
  • Added name highlighting in the chat, such as in !hint.
  • Added tick/untick all buttons in locations tab.
  • Changed color scheme for automatic tab/window coloring.
  • Changed items to be always sorted alphabetically.
  • Fixed accidental text escapes involving the percentage sign (%) in location, item, player, and game names.
  • Fixed crash caused by {OptAll(…)} containing the closing parentheses.
  • Fixed crash when looking at "Hint" tab caused by division by zero on the cost of hints.
  • Fixed ItemValue parsing.
  • Fixed locations not releasing when the move to chat tab option in preferences is ticked.
  • Fixed nested region logic.
  • Fixed percentage based logic.
  • Fixed Saturation and Value adjusting each other.
  • Fixed tab/window color not saving properly.
  • Fixed tooltips overlapping with each other when copying a value with a tooltip, such as the chat.
  • Fixed whether to display the goal button, hopefully for real this time.
  • Improved location tab's footer:
    • Goal button is moved to the right.
    • Hides when empty.
    • The "Check" button and "BK"/"Done" text are switched around and given more spacing to increase legibility.
  • Improved performance in players tab.
  • Improved theming in each client, tinting buttons, tickboxes, and other components in the same color.