Release Notes for 425

Améliorations

NoteStatut

Changed the Developer icon in the leaderboard to be for every developer who can edit the group game instead of just the owner.

Live

If you are in a group-owned game, default option in creator and group dropdown for publish flow will be that group

Live

Added Phone and Tablet as playable devices by default in game creation for new lua publish flow

Live

In new Luau VM xpcall now supports yielding inside the function object. This comes at no extra performance cost.

Pending

Luau type annotations are now valid to use in games; we still have a lot of work to do on the type checker but this means that (once this change is enabled) it is going to be safe to publish scripts with type annotations to production.

Pending

Corrections

NoteStatut

Players can no longer interact with the core GUI when the gameplay paused GUI is displayed.

Live

CLISTUDIO-20955: Game settings dialog will not show an error anymore after trying to close it manually after pressing the Save Settings button.

Live

Create/Overwrite button will be re-enabled as expected after publishing finishes in new publish flow

Live

Games in new publish flow existing games page are now sorted by last updated correctly

Live

Fixed a bug where in multiplayer scenarios Touched and TouchEnded would fire in a cycle.

Pending