Skip to content

v0.4

Compare
Choose a tag to compare
@maddinat0r maddinat0r released this 12 Jul 08:06
· 175 commits to master since this release

This release breaks compatibility to all older versions!
Code-breaking change:

  • function samplog_LogNativeCall now requires a pointer to the native function's parameter array (this has been taken from the AMX structure directly before)

Other changes:

  • catch SIGINT instead of SIGTERM on Linux
  • update fmt library
  • general improvements