Skip to content

v2.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@ItsDeltin ItsDeltin released this 30 Dec 23:11
· 825 commits to master since this release
  • Fixed exception when using an action comment on an unknown function.
  • Calling subroutines with restricted values will now add a warning rather than an error. Fixed restricted calls in constructors.
  • Decompiler: Added @Protowalker's precedence fix to the decompiler.
  • Decompiler #266: Added the ability to put action comments at the end of a block.
  • Decompiler #268: Null formats causing the decompiler to fail.
  • Decompiler #267: Modify actions causing the decompiler to fail.
  • Lobby #243: Added 'Ability Cooldown Time'
  • Lobby #250: Shared hero settings will now compile and decompile percentage values.
  • Optimizer #263: x*x no longer optimizes to x^2