GameMaker

Release notes and general information about GameMaker releases.

Release Notes

Required SDKs (Monthly/Beta)

Required SDKs For LTS 2022

Required Permissions and Antivirus/Firewall Setup

How To Report Bugs

Bug Tracker

2024.8 - Current Version: IDE 171/Runtime 218

Download Links: Windows - macOS - Ubuntu (Betas Only)


.1 Update - 2024.8.1 (IDE 171/Runtime 218) Changes (Sept 10, 2024)

A small, but important release to fix these 7 issues only.


Original Release - Version 2024.8.0 (IDE 169/Runtime 216) (Sept 3, 2024)


Milestone Pages


Misc New Functions


Misc New Enums

flexpanel_unit{
point=1,
percent=2,
auto=3
}
flexpanel_position_type{
static=0,
relative=1,
absolute=2
}
flexpanel_justify{
start=0,
center=1,
flex_end=2,
space_between=3,
space_around=4,
space_evenly=5
}
flexpanel_direction{
inherit=0,
LTR=1,
RTL=2
}
flexpanel_gutter{
column=0,
row=1,
all_gutters=2
}
flexpanel_display{
flex=0,
none=1
}
flexpanel_flex_direction{
column=0,
column_reverse=1,
row=2,
row_reverse=3
}
flexpanel_align{
auto=0,
flex_start=1,
center=2,
flex_end=3,
stretch=4,
baseline=5,
space_between=6,
space_around=7,
space_evenly=8
}
flexpanel_wrap{
no_wrap=0,
wrap=1,
reverse=2
}
flexpanel_edge{
left=0,
top=1,
right=2,
bottom=3,
start=4,
end=5,
horizontal=6,
vertical=7,
all_edges=8
}