Skip to content

3.10.1

Compare
Choose a tag to compare
@Zeex Zeex released this 22 Jan 11:42
· 0 commits to 25b21eb0aa21af305f900e860f56f03f8c3849b2 since this release

Build 1

Beginning with this release compiler version will include a build number instead of a date, so "1" in "3.10.1" means "build 1". It will be incremented with each release.

Changes since previous release:

  • Fixed a bug where passing a global variable to a function before the function is defined caused the variable to be removed from the AMX file as unused (#131)
  • Added -R option that turns on recursion detection and report (#121)
  • Added support for negative and floating-point numbers in #emit (#128, #133)
  • Added __PawnBuild constant that is set to the current compiler build number (#132)