Skip to content

PawnPlus v1.0.0-pre2

Pre-release
Pre-release
Compare
Choose a tag to compare
@IS4Code IS4Code released this 01 Apr 01:26
· 439 commits to master since this release

News from v1.0.0-pre:

  • Natives for obtaining PawnPlus version.
  • print_s native implementation.
  • VAR_NULL, STRING_NULL, ITER_NULL, and HANDLE_NULL are usable in more places.
  • Added a distinction between empty variants and null variants; the former can be now returned from collections.
  • Natives for setting multidimensional arrays via iterators and changing a cell range inside a variant.
  • Packed strings are now accepted equally to unpacked ones in all places.
  • Natives for modifying the global locale settings; affect functions like str_to_lower and regex.
  • str_format and co. upgraded; now supports more specifiers, positional arguments, different formatting styles, and locale-based customisation.
  • Generic pawn_cast.
  • Invalid addresses passed to natives are checked and reported with better accuracy.
  • AMX hook system modified to (hopefully) prevent collisions on Linux with other plugins that use the same method.
  • Fixed a crash on Windows related to crashdetect not being present.
  • Fixed range checks of debug symbol index.