You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates development project to 2024.11. This should not impact users on older versions (e.g. 2024.8). If the .yymps fails to import, please create a ticket and state what version of GameMaker you're using
Improves vertex buffer batching which improves rendering performance (thank you @tinkerer-red)
Adds Feather directives to Scribble global functions (thank you @tinkerer-red and @xotmatrix)
Improved formatting of config macro scripts so they're easier to read
Fixes kerning pair offsets across scaling boundaries
Fixes regions not properly respecting text wrapping
Adds scribble_flush_shader_uniforms() to work around rare Android bugs
Adds scribble_external_font_add(), scribble_external_font_exists(), and scribble_external_font_remove(). These functions are for loading a font from another GameMaker project and are not a replacement for font_add()