Skip to content

Releases: Vince0789/pawn-array-util

v1.3.0

20 Feb 20:53
Compare
Choose a tag to compare

Add ArrayShuffle, an implementation of the Fisher-Yates algorithm.

v1.2.1

25 May 20:15
Compare
Choose a tag to compare

Fixes off-by-one error in InArray and adds include guards.

v1.2.0

03 Mar 10:05
Compare
Choose a tag to compare

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

02 Mar 23:16
Compare
Choose a tag to compare

Adds array_sort and fully migrated to sampctl.

v1.0.1

14 Oct 11:23
5a26812
Compare
Choose a tag to compare
Merge pull request #1 from ADRFranklin/master

Added pawn.json for sampctl support

v1.0.0

01 Jul 10:29
Compare
Choose a tag to compare
Add the actual file