Skip to content

0.4.44

Compare
Choose a tag to compare
@icewolfz icewolfz released this 28 May 21:48
· 3838 commits to master since this release
  • New:
    • Code editor:
      • Virtual map editor
        • Edit exits, descriptions, external exits, room items
        • Generate external room files quickly based on current room settings
        • Preview selected room as if on mud, with item highlight
        • Generate exits by using numpad, and ctrl+numpad to remove exits
        • Edit raw files directly when needed
        • Edit all external exits in a single list
      • Window can be persistent when not in editor only mode again
      • Use native icons in tabs preference to allow control over icon display
      • When using editor only mode will maintain seperate window state systems
    • Immortal tools:
      • Download and or upload files in compressed format for faster speeds
      • Added a max file check of 200,000 bytes and error if file is larger
      • Revert new files to initial starting code, either empty or template code
    • -data-dir command line argument, this allows you to override the default data storage folder with one of your own
    • -no-pd, -no-portable-dir command line argument, this forces portable application to use the default data folder instead of the application directory, --data-dir super cedes this
  • Changed:
    • Upgrade to electron 2.0.2
    • Switch to es2017
    • Code editor:
      • Replaced ace editor with monaco editor which is faster and offers more features
      • Moved folding from edit to view menu
      • Formatter: remove spaces after ( and before ) and after and before ::
    • When using portable version it now defaults to using current application directory as data folder, use -no-pd to restore previous usage
    • Mapper: all imported and exported data is normalized to try and ensure it is the correct data coming and going out
  • Fixed:
    • Code editor:
      • Fixed reopen order when restoring files
      • Fix insert color dialog
      • Editor only losing taskbar icon when preference changed
      • Fixed state loading
      • Fix file watching to ask if reload or keep open
      • No longer loaded always after editor only mode used
      • Fix new monster from file menu not working
    • Advanced editor:
      • Fixed extra new line added when sending text to mud or code editor
    • Fix help display for command line for -e and -eo arguments
    • Force error into a string to ensure it is displayed.
    • Mapper:
      • Area list not being populated correctly on load
      • Area list is now sorted in alphabetic order
      • Mapper window was closing before mapper data was fully flushed to disk when Load in memory is enabled