itch.io is community of indie game creators and players

Devlogs

1.0.65 - 2022.11 compatibility and HTML5 tweaks

GMLive.gml for GameMaker
A downloadable extension

2022.11

  • API definitions are now updated for 2022.11.
  • Underscores in numbers (1_0001000) are now supported.
  • Binary literals (0b1015) are now supported.
  • Still backwards-compatible with 2.3.7 though!

HTML5

  • I completely rewrote the way the extension acquires functions on HTML5 target to better account for the fact that these are often missing.
  • I added workarounds for a few HTML5 runtime issues (e.g. real(0) and int64(0) are considered to be different values when used as ds_map keys, and method_get_index returns who-knows-what sometimes..?)

But also

I recently updated shader_replace_simple to support x64 Windows runtime, so you can live-reload your shaders again.

Files

  • [archive] GMLive (for GMS2.3).yymps 895 kB
    Version 1.0.65
Download GMLive.gml for GameMaker
Read comments (14)