Releases: Vince0789/pawn-array-util
Releases · Vince0789/pawn-array-util
v1.3.0
Add ArrayShuffle
, an implementation of the Fisher-Yates algorithm.
v1.2.1
Fixes off-by-one error in InArray
and adds include guards.
v1.2.0
Function names were converted from snake_case
to PascalCase
. The snake case variants can still be used, but the compiler will issue a warning. Snake case function aliases will be removed in 2.0.0.
v1.1.0
Adds array_sort
and fully migrated to sampctl.
v1.0.1
Merge pull request #1 from ADRFranklin/master
Added pawn.json for sampctl support