Skip to content

1.5.1

Compare
Choose a tag to compare
@icewolfz icewolfz released this 26 Oct 19:53
· 52 commits to master since this release
  • New:
    • Code editor:
      • Update the area and virtual area wizards to better explain paths
      • Add option to hide open files on recent menu
      • Area Designer:
        • Add ctrl+click selection system
        • Fix code generation of room sounds and smells
        • Add hover previews to display monster look/item longs for room preview and monster preview panels
        • Add includes and defines to area properties
        • Add functions, inherits, includes, and defines to room editor
        • Add standard object support to add money, gems, and standard objects
        • Add argument support to objects and monsters to allow passing arguments when object is created
        • Hide water properties unless waterdrink flag enabled
        • Add monster type basic vendor and barkeep property support
        • Allow x,y format for exit destination if z is 0
      • Virtual area editor: Add ctrl+click selection system
      • Fix where data could be lost when closing window and datagrid/property editor open
      • Add normal, advanced, and expert view modes to room, monster, and object wizards to show/hide more complex pages and properties
    • Add Simple Alarms preference, disables using moment duration when alarm pattern matching, may give a minor speed boost if lots of alarms
    • Add #testfiler works similar to #testfile but will simulate as if the data was sent from a mud
    • Add Select Last Command preference to control if text is selected or not when keep last command enabled
  • Fixed:
    • Increase progress dialog height
    • Fix issue when using non default theme and button bar hidden
    • Fix always on top for child windows opened outside of client
    • Fix datagrid body height issue not accounting for horizontal scroll bar
    • Advanced editor/Mail composer:
      • Fix inserted text defaulting to bold white
      • Fix YELLOW code not correctly formatting when combined with bold
      • Fix issue with stacked formats being ignored
    • Code editor:
      • No longer generate function stubs if invalid function names in (: :) values
      • Fix creating duplicate function stubs in generated code
      • Fix collection dialog editor not comparing arrays correctly
      • Fix issue when trying to read include files for peek/goto define
      • Fix formatting of mappings in generated code
      • Do not autocomplete pairs when in a string
      • Area Designer:
        • Fix type in monster resistances code
        • Room editor now remembers collapsed state
        • Fix issue where base rooms lose room types on load
      • Fix usage of advanced editor in text edit dialogs
      • Fix advanced edit text drop downs being cut off when used in a dialog window
      • Fix error tooltips not displaying correctly
      • Dialogs that validate data will no longer close until error is corrected
      • Fix new monster/room wizard titles when launched from file menu
      • Fix invalid formatting of >>= and <<= operators
    • Fix issue not respecting escape when parsing " and ' quoted strings when parse quoted enabled
    • Fix typo in MSP protocol URL parameter
    • Fix #GAG when removing multiple lines
    • Fix #PROFILELIST not correctly showing enabled state
    • Fix %state("name|pattern", "profile") profile argument evaluated
    • Fix issue when converting background pinkfish codes to html
    • Fix sorting profile priorities with default profile
    • Fix sort profiles by alpha when priorities are the same
  • Changed:
    • Make chat capture selective line mode ignore case
    • Code editor:
      • Hide items that only should appear when text is selected in context menu
      • Area Designer: Room property groups now sort advanced at the bottom
    • Update electron 31.1.0 to 32.2.2
    • Update better-sqlite3 11.2.1 to 11.5.0
    • Update chokidar 3.6.0 to 4.0.1
    • Update mathjs 13.1.1 to 13.2.0
    • Update electron-updater 6.3.4 to 6.3.9
    • Update yazl 2.5.1 to 3.1.0