Skip to content

Releases: GameMakerDiscord/ArrayClass

Array Class v2.0

17 Apr 15:02
caccf60
Compare
Choose a tag to compare

A lot of improvements.

WARNING: INTRODUCES SOME BREAKING CHANGES!

Be sure to revise your code that uses ArrayClass if you want to migrate to the newest version, as some things changed (namely .filter() and breaking out of loop logic)

ArrayClass v1.3

30 Aug 12:27
64667c9
Compare
Choose a tag to compare

Changes:

  • Made methods static
  • Added .join() method
  • Fixed a couple of bugs
  • Added some more stuff

Enjoy!

ArrayClass v1.0 is out!

11 Aug 13:58
be5f6ff
Compare
Choose a tag to compare

Better arrays for GMS 2.3.

In a word - Array Class is a GameMaker library, that contains the best parts of both native arrays and ds_lists and introduces a whole bunch of new features

I don't want to repeat myself - all features and cool stuff about is listed in the README