Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
GameMakerNews2024.2 Release
Game update

2024.2 Release

GameMaker · published 4 Mar 2024, 15:04 UTC · build 13613510

All newsPlayers around this dateRead on Steam

IDE v2024.2.0.132 Runtime v2024.2.0.163

You can see all the changes and fixes by checking the milestone page for this release, but in summary 2024.2 brings a lot of bug fixes and performance improvements already (especially in-game, but also a number of stability and project-loading fixes in the IDE).

In terms of new features and notable changes, you will find:

  • Projects are now saved/loaded in a new format and there have been multiple changes to sort entries in a predictable manner and avoid source control conflicts
  • Sequences now have audio effect tracks, so you can manipulate the audio in your Sequences over time
  • The code editor and compiler will now better catch functions which have not had all required arguments provided
  • #macro definitions now support inheritance (as was always implied by the IDE using a tree for the configs editor)
  • Tilemaps are now compressed in your rooms
  • Static functions now have non-anonymous names to help with debugging issues
  • The in-game debug UI dialogs have had a number of fixes/additions and there have been various fixes to the Debugger inside the IDE
  • There is a new gml_pragma() option "optimise" for HTML5 games to turn on/off further JS optimisations
  • A new Gaussian Blur filter has been added for you to use in your games

And also:

  • Fixed that borderless games would still resize themselves when using async dialogs, despite not being exclusive fullscreen
  • Fixed issues with building Extensions on case-sensitive operating systems
  • And there have been a number of tweaks and improvements for the in-IDE bug reporting tool so it's even smoother and easier to send us a report when issues do occur

Be aware that due to the changes in project format, 2024 IDEs will no longer allow you to set 2023-and-older runtimes as active and they will not appear in the table in Preferences > Runtime Feeds. Projects created/edited in 2024 IDEs can generally be used in older IDEs, so that's not a problem, but if you need to use older runtimes to create or build your projects, then you need to use the matching older IDE also.

For more on what's new in this February 2024 release, see the release blog post.

More from GameMaker

Other announcements

All news
Game update3 Jun 2026LTS 2026.0 Release (IDE 16, GMS2 RT 23)GameMaker LTS 2026 is now here and is the default release as of today, replacing the old "Monthly" versions. This release introduces a number of new editors, a new particle asset type, changes to the targets available to you, Code Editor 2, and much more. For those of you coming from 2024.14.4, lots of this release will look very familiar; however for those of you coming from LTS 2022.3, then b…Game update31 Mar 20262024.14.4 fixesIn-Game: part_system_get_info's struct will have the particle type set to undefined if the system asset's emitter has a negative particle count [#14439]( · In-Game: Game window doesn't appear [#14431]( · In-Game: vertex_submit_ext() ignores offset on frozen vertex buffers [#14460]( · In-Game: RNG-Related Functions Cause HTML5 Crash [#14435]( · In-Game: Tap gestures are not registered/event call…Game update26 Mar 20262024.14.4 ReleaseAn important new release as we proceed ever closer to the upcoming LTS 2026 release. Note that this one has quite a few new features as well as a large number of bug fixes, so there are too many things to mention here. Please do ensure that you read the release notes page very carefully, in case you now need to make changes to your machine setup or your projects. As you will see from the notes,…