Skip to content

Releases: tabularelf/GMLspeak

GMLspeak v1.1.1

31 Jul 23:29
Compare
Choose a tag to compare

Added:

  • Support for write toggleable keyboard_string, room and many other constants similar to it (including array versions)
  • Support for alarm[index] for instances
  • Support for GML accessors ref[$ key]/ref[? key]/ref[| index]/ref[@ index]/ref[# index1, index2]
  • Support for argument[index] and argument_count (Catspeak v3.1.1. If you don't have it and it's not released (at this time it is not), please use the one included with this release)
  • Debug constants that are similar to GMs own __GMLINE__, __GMFUNCTION__, __GMFILE__

Fixed:

  • do/until executing for the first time 2x

Notes:

At this point, outside of template strings, there isn't anything else that I feel is needed to be added.

Full Changelog: v1.1.0...v1.1.1

GMLspeak v1.1.0 - Light the path, a new hope

18 Jul 00:48
Compare
Choose a tag to compare

Note: This includes a modified version of Catspeak v3.1.0, due to a bug. Until Catspeak v3.1.1 is released, please use the modified version of Catspeak. Thank you! ᓚ₍ ^. ̫ .^₎

Added

  • Full support of with (thanks to Catspeak v3.1.0)

Changed

  • Updated Catspeak to v3.1.0 (modified)
  • Many internals
  • As a result of Catspeak v3.1.0, all compiled programs must now use catspeak_execute/catspeak_execute_ext!

Removed

  • Many internals that are now obsolete as of Catspeak v3.1.0

Full Changelog: v1.0.0...v1.1.0

GMLspeak v1.0.0

14 Jun 16:05
Compare
Choose a tag to compare
  • Initial release!