Releases: tabularelf/GMLspeak
Releases · tabularelf/GMLspeak
GMLspeak v1.1.1
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]
andargument_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
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
- Initial release!