GML updates Did you know that any time a new thing is added to GML, I have to re-create it from scratch for GMLive? Non-4-hex escape sequences like "\u65" and "...
live_auto_call Having noticed that macros can now reference argument array (since when?), I made a macro that you can use instead a normal live_call. So, instea...
2022.11 API definitions are now updated for 2022.11. Underscores in numbers ( 1_000 ➜ 1000 ) are now supported. Binary literals ( 0b101 ➜ 5 ) are now suppor...
Key changes: Macros are now pretty much in line with “real” GML macros, which means that you can do all sorts of quirky things with them in “live” code...
Room reloading now works for 2022.8 projects (2022.8 added compression to room tile data) There is now a gmlive-server-alt.exe for Windows, which is compiled fo...
New features You can now live-reload paths! ( path_set_live ) They are not the most popular resource type, but people found various creative uses for them. You...
GMLive’s API was updated to match current stable version of GMS2. I hope to release a separate tool for updating the API script automatically soon, but it may...
Added support for the new func(a,,b) (acting as func(a,undefined,b) ) Added support for non-folder sub-layers Added support for effect layers Server now prints...