Skip to content

2.11.4

Compare
Choose a tag to compare
@Y-Less Y-Less released this 28 Mar 22:29
· 183 commits to master since this release

Dedicated to @maddinat0r. Thank you for hosting the repo for so long!

Changelog

sscanf 2.11.4 - 02/03/2022

  • Documentation comments on all functions via pawndoc.

sscanf 2.11.3 - 05/02/2022

  • Added SSCANF_Levenshtein for better string candidate processing.
  • Added SSCANF_GetClosestString for better string candidate processing.
  • Added SSCANF_GetClosestValue for better string candidate processing.
  • Added SSCANF_NO_K_VEHICLE to disable the default k<vehicle> specifier code.
  • Added SSCANF_NO_K_WEAPON to disable the default k<weapon> specifier code.

sscanf 2.11.2 - 04/02/2022

  • Minor Linux build fixes.

sscanf 2.11.1 - 25/01/2022

  • Re-added NPC mode support.

sscanf 2.10.4 - 17/01/2022

  • Fix trailing string literals, to allow "x'!'" for example.
  • Added SSCANF_VERSION for compile-time checks.

sscanf 2.10.3 - 28/04/2021

  • Use prehooks in include.
  • Export PawnSScanf function from dll to other plugins.
  • SSCANF_SetOption() and SSCANF_GetOption() for more control of options.
  • SSCANF_VERSION and SSCANF_Version() to compare include and plugin versions.
  • Hide more internal functions.
  • Fix the license.

sscanf 2.10.2 - 28/06/2020

  • Fix bug in parameter counts.

sscanf 2.10.1 - 27/06/2020

  • Plugin backwards-compatability with older includes.

sscanf 2.10.0 - 27/06/2020

  • Added m for colours (ran out of useful letters).
  • Added file and line details for errors.

sscanf 2.9.0 - 04/11/2019

  • Added [*] support.
  • Fixed bracketed lengths ([(32)]).
  • Ported readme to markdown.
  • Added z and Z for packed strings (thus officially removing their deprecated optional use).
  • Remove missing string length warnings - its now purely an error.
  • Remove p, warnings - its now purely an error.

sscanf 2.8.3 - 02/10/2018

  • Allow k in arrays.
  • Allow k to consume the rest of the line (like strings) when they are the last specifier.

sscanf 2.8.2 - 18/04/2015

  • Fixed a bug where u wasn't working correctly after a server restart.