Skip to content

Releases: daikon-games/gm-seedpod

2.0.1

18 Jul 23:12
Compare
Choose a tag to compare

This patch fixes a bug with center_y and improves JSDoc for center_x and center_y to indicate that they may take either an instance ID or an object reference

2.0.0

12 Jul 00:30
Compare
Choose a tag to compare

This release is incompatible with previous releases! Several functions have been removed due to having existing duplicates in core GML as of recent releases. Additionally, JSDoc has been updated for all functions to work nicely with Feather (GameMaker linting tool) which has recently been enabled by default. Feather warnings have also been disabled for all scripts, as we cannot guarantee that our naming conventions will match with all users' settings.

Functions Added
array_remove
round_to_nearest
real_truncate
variable_struct_get_or_else
point_in_bounds

Functions Removed
in_array, use GML built-in array_contains
array_shuffle, function by the same name now exists in core GML
array_concat, function by the same name now exists in core GML
string_split, function by the same name now exists in core GML
string_starts_with, function by the same name now exists in core GML
string_ends_with, function by the same name now exists in core GML

For full documentation of new functions, see README

1.1.0

12 Sep 21:31
Compare
Choose a tag to compare

Seedpod 1.1.0 adds the following new functions:

  • array_shuffle
  • array_concat
  • string_ends_with

For full documentation of these functions, see the README

1.0.0

02 Apr 15:16
Compare
Choose a tag to compare

The initial release of Seedpod for GameMaker