Release Notes for 437

Miglioramenti

NotaStato

New feature in Game Setting->Options called Shutdown All Server, which shuts down the server and disconnects all the clients that are currently connected and playing the game.

Live

Allow Copying is a new setting added in the Edit Place tab from Game Settings.

Live

Improve the reliability of the TextLabel/TextButton/TextBox TextBounds/TextFits properties

Live

os. library now exposes os.clock (a high resolution timer with no defined base, suitable for measuring performance of the code) and makes os.date match behavior of vanilla Lua (with support for format strings beyond "*t" and "!*t")

Pending

Correzioni

NotaStato

Fix a crash in Studio Script Analysis that could occur when typechecking extremely long Lua expressions.

Live

Added a tool tip window to NoCollisionConstraint.

Live

Slider values in the new settings menu are properly clamped to min and max values when using keyboard input

Live

Camera sensitivity can be set to fine-grained values in the new settings menu

Live

TextLabel.TextBounds and TextService:GetTextSize() now round up the result to the nearest whole integer. This means fractional TextBounds are no longer returned irrespective of device ResolutionScale.

Live

ColorSequences will sanitize input values a bit more aggressively now, clamp colors to 0..1.

Pending