2.11.4
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_Levenshteinfor better string candidate processing. - Added
SSCANF_GetClosestStringfor better string candidate processing. - Added
SSCANF_GetClosestValuefor better string candidate processing. - Added
SSCANF_NO_K_VEHICLEto disable the defaultk<vehicle>specifier code. - Added
SSCANF_NO_K_WEAPONto disable the defaultk<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_VERSIONfor compile-time checks.
sscanf 2.10.3 - 28/04/2021
- Use prehooks in include.
- Export
PawnSScanffunction from dll to other plugins. SSCANF_SetOption()andSSCANF_GetOption()for more control of options.SSCANF_VERSIONandSSCANF_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
mfor 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
zandZfor 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
kin arrays. - Allow
kto 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
uwasn't working correctly after a server restart.