Skip to content

Commit

Permalink
Update 6.md to add in .1
Browse files Browse the repository at this point in the history
  • Loading branch information
YYDan authored Jul 9, 2024
1 parent 268896b commit f540cc4
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions docs/release-notes/2024/6.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,33 @@
---
layout: home
---
# 2024.6 - Current Version: IDE 157/Runtime 205
# 2024.6 - Current Version: IDE 160/Runtime 208

Download Links: [Windows](https://gms.yoyogames.com/GameMaker-Installer-2024.6.0.157.exe) - [macOS](https://gms.yoyogames.com/GameMaker-2024.6.0.157.pkg) - [Ubuntu (Betas Only)](https://releases.gamemaker.io/release-notes/2024/600)
Download Links: [Windows](https://gms.yoyogames.com/GameMaker-Installer-2024.6.1.160.exe) - [macOS](https://gms.yoyogames.com/GameMaker-2024.6.1.160.pkg) - [Ubuntu (Betas Only)](https://releases.gamemaker.io/release-notes/2024/600)

<br>

# Changes In The .1 Update

- **Vsync ON By Default Again**
- In the .6.0 release only, Vsync was off by default and so we saw a few reports of graphical problems within the IDE, plus a number of one-off crashes which blamed GPU functionality
- Now, Vsync is back to being on by default, but there is also a new Preference for turning it off (if you should actually need to) [#6533](https://github.com/YoYoGames/GameMaker-Bugs/issues/6533)

- **Visual Code Editor Fix for Undo**
- Also in the .6.0 release only, there was a problem where deleting a Visual node and then using the Undo command to recover it could lead to a rare IDE crash
- Much more reliable to recreate was that if you happened to click anywhere outside the Visual code editor, then your undo stack was cleared - so, if you had made a change you no longer wanted, but you then also mis-clicked, you could be stuck with that change
- Both of these issues are fixed now

- **Misc In-Game Fixes**
- And finally, several functions were fixed for issues which were new in .6.0...
- In-Game: nameof() works with enums and macros again [#6506](https://github.com/YoYoGames/GameMaker-Bugs/issues/6506)
- In-Game: Precise-per-frame collision mask uses the correct frame all the time for objects which have had their image_index changed in-game [#6485](https://github.com/YoYoGames/GameMaker-Bugs/issues/6485)
- In-Game: audio_sound_loop_end() works again [#6486](https://github.com/YoYoGames/GameMaker-Bugs/issues/6486)
- In-Game: string_concat() and string_join() no longer fail when merging a constant and a string [#6480](https://github.com/YoYoGames/GameMaker-Bugs/issues/6480)

<br>

# Original Release - Version 2024.6.0 (IDE 157/Runtime 205)

## IDE Featured Changes

Expand Down Expand Up @@ -118,8 +139,10 @@ Download Links: [Windows](https://gms.yoyogames.com/GameMaker-Installer-2024.6.0

<br>

## Milestone Page
- [2024.6](https://github.com/YoYoGames/GameMaker-Bugs/milestone/11?closed=1)
## Milestone Pages

- [2024.6.1 Update](https://github.com/YoYoGames/GameMaker-Bugs/milestone/16?closed=1)
- [2024.6.0 Original Release](https://github.com/YoYoGames/GameMaker-Bugs/milestone/11?closed=1)

<br>

Expand Down

0 comments on commit f540cc4

Please sign in to comment.