Skip to content

Version 0.9.8

Compare
Choose a tag to compare
@SkaceKamen SkaceKamen released this 30 Apr 23:02
· 98 commits to master since this release
  • Added new functions and operators
  • Added mission.sqm scanner, which will discover objects and markers defined in editor. (only works on debinarized missions)
  • Added ACE3 functions
  • Debugger now uses line numbers to determine new messages
  • Debugger now informs about filers if there are any
  • Fixed parser getting stuck in infinite loop under certain conditions (#49) (thanks billw2012)
  • Fixed macros with arguments (#43)
  • Fixed macros in macros not being properly parsed (#41)
  • Fixed or not accepting not as right argument (#24)
  • Fixed multi-line macros breaking locations of messages
  • Fixed defines with more than 1 whitespaces being ignored (#40)
  • Fixed some issues with context separation (#37)
  • Fixed mission.sqm scanner not loading logics
  • Fixed issues with multiline macros
  • Fixed issues with macros that could lead to infinite loop
  • Fixed GoTo not working on #include paths
  • Fixed some issues with hpp parser (allowed classnames beginning with numbers, allowed inner array definiton with [], allowed decimal number definition without 0 (ex .5))
  • Fixed local variables not showing in autocomplete