Skip to content

SpacemanDMM suite v1.7.2

Compare
Choose a tag to compare
@SpaceManiac SpaceManiac released this 19 Dec 01:03
· 142 commits to master since this release
suite-1.7.2

A small maintenance release, with performance and correctness improvements.

DM Language

DM language updates apply to all components.

  • Properly handle files with UTF-8 byte order mark (by PJB, #285)
  • Add /particle/var/fadein builtin (by Azrun, #290)
  • Fix var_in_proc_parameter diagnostic configuration not being properly applied (by igorsaux, #292)
  • Use IndexMap and AHash to improve speed (by LatteKat, #293)
  • Reorganize AST structures to reduce memory usage of the parser

Language Server v1.5.1

  • Fix new variable.field() syntax not being included in Find All References for variable or field
  • Run DreamChecker and Find All References in the background in order to become responsive to queries sooner