2.3.7 updates
GMLive.gml for GameMaker » Devlog
- Added support for the new
func(a,,b)
(acting asfunc(a,undefined,b)
) - Added support for non-folder sub-layers
- Added support for effect layers
- Server now prints small notes along with HTTP status codes
Now that I’m writing this changelog, I realize that this should include ??
and ?=
operators as well, but perhaps that’s for next week.
Files
[archive] GMLive (for GMS2.3).yymps 895 kB
Version 1.0.57 Nov 29, 2021
Get GMLive.gml for GameMaker
Buy Now$29.95 USD or more
GMLive.gml for GameMaker
Code and asset live-reloading for GameMaker!
Status | Released |
Category | Assets |
Author | YellowAfterlife |
Tags | extension, GameMaker |
More posts
- 1.0.76 - more fixes & tweaksMay 25, 2024
- 1.0.74 - GM2024 support and various fixesMar 23, 2024
- 2024.2 minifixMar 05, 2024
- 1.0.72 - Assorted fixesSep 27, 2023
- 1.0.71 - GML updates and fixesMay 22, 2023
- 1.0.67 - small fixes and live_auto_callDec 15, 2022
- 1.0.65 - 2022.11 compatibility and HTML5 tweaksDec 01, 2022
- 1.0.63 - GML updates and a bunch moreNov 14, 2022
- 1.0.62 - 2022.8 compatibility and alt. serverSep 12, 2022
- 1.0.59 - Fixes, features, and optimizationsAug 03, 2022
Comments
Log in with itch.io to leave a comment.
i'm having some issues with GML Live, I get this error:
___________________________________________
############################################################################################
ERROR in
action number 1
of Create Event
for object <undefined>:
Variable <unknown_object>.seqtextkey_bottom(100116, -2147483648) not set before reading it.
at gml_Script_live_preinit_init_consts (line 71) - l_gmlConstValues = [undefined, pointer_invalid, pointer_null, path_action_stop, path_action_restart, path_action_continue, path_action_reverse, pi, NaN, infinity, GM_build_date, GM_version, GM_runtime_version, timezone_local, timezone_utc, gamespeed_fps,
############################################################################################
gml_Script_live_preinit_init_consts (line 71)
gml_Script_live_preinit_api (line 378) - live_preinit_init_consts();
gml_GlobalScript_GMLive (line 2069) - live_preinit_api();
If you are using an older runtime (which doesn’t have those constants yet), you can do
(repeat for each constant that shows this error in
live_preinit_init_consts
)which runtime it's required then?
GM2022.2 or newer
After so many issues with 2.3.0 it’s nice to see that since GM switched to monthly releases none of them seems to broke GMLive functionality :)
In fact, nullish operator is little broken:
I’ve reported it during 2.3.7 beta ASAP after this feature was added, but seems that they don’t want to fix it yet…
I’ve seen this - only serves as proof that people write parsers and AST builders vastly differently.
with new intellisense and references finding they probably makes a big rewrite for syntax checking, so new bunch of bugs is incoming! :D
2.3.0 was a pretty hard update given how much of the runtime code changed - these days it’s only occasional bugs with HTML5.
This is the best add-in for GMS2 available. I've even created a template project that has this add-in loaded by default.
Thanks for the updates, using this extension for all my projects.