itch.io is community of indie game creators and players

Devlogs

1.1.3

GML+ - Essential Extensions
A downloadable extension
  • Added ds_struct_copy for "deep cloning" structs and all contents (including other structs/arrays)
  • Added ds_struct_find_firstds_struct_find_nextds_struct_find_previousds_struct_find_last
  • Added support for objects to foreach (loops all instances of an object)
  • Improved wait timer accuracy when application is running below performance target
  • Fixed string_explode returning an empty first value if the delimeter doesn't exist in the string
    • Strings with no delimeters will now return the string as an array of one value as expected
  • Fixed string_implode returning a string with a delimeter even if only one array value exists
    • Strings will now only include delimeters when two or more array values exist as expected

Files

  • gmlp-1.1.3.zip 13 MB
    May 04, 2021
Download GML+ - Essential Extensions
Leave a comment