Skip to content

1.16.0

Compare
Choose a tag to compare
@mkruselj mkruselj released this 11 Jul 19:42
· 70 commits to master since this release
5fbfc33
  • Added overloaded macros - different macros can now be executed based on different number of arguments they have!

  • Added the capability for override keyword which allows user-defined functions to override built-in functions

  • Added an error in case a duplicate define is being declared (issue #380)

  • Added a new comment type: section comment {{ }}, which will also show up in the symbol list (Ctrl/Cmd+R), making it easier to create named bookmark jumps in the code

  • Fixed persistence shorthands not working if they come after ui_control keyword (issue #379)

Thanks to @JackWilliams-FractureSounds for implementing overloaded macros and expanding the usage of override keyword!