Polyglot 2.2.1, rt-shell 4.1.1, Seedpod 2.0.0 released
rt-shell, Polyglot, and Seedpod have all been updated! Each of these updates disables Feather linting for all of our included scripts and events. Feather is GameMaker's new built-in linting tool, which was enabled by default in 2023.6.x. While we are fans of linting, and Feather, because naming conventions are customizable by the end-user, there is no way for us to guarantee that our files will not cause linting warnings in a given project, even if we conform to the default naming conventions. Therefore for now we have just opted to disable it entirely to avoid annoying users.
On the subject of Feather, all these projects' JSDoc have been updated so that the function parameters and returns have type hinting.
Finally, Seedpod had a major update, breaking previous compatibility, which added and removed several functions:
Functions Addedarray_remove
round_to_nearest
real_truncate
variable_struct_get_or_else
point_in_bounds
Functions Removedin_array
, use GML built-in array_contains
array_shuffle
, function by the same name now exists in core GMLarray_concat
, function by the same name now exists in core GMLstring_split
, function by the same name now exists in core GMLstring_starts_with
, function by the same name now exists in core GMLstring_ends_with
, function by the same name now exists in core GML
For full documentation of new functions, see README
Files
Get Daikon Libraries for GameMaker
Daikon Libraries for GameMaker
Libraries and useful tools for GameMaker, created by Daikon Games
Status | Released |
Category | Assets |
Author | Daikon Games |
More posts
- Polyglot 2.2.0 releasedJun 27, 2023
- rt-shell 4.1.0 released!Jun 15, 2023
Leave a comment
Log in with itch.io to leave a comment.