Improvements
Note | Status |
---|---|
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") | Live |
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 |
Fixes
Note | Status |
---|---|
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 |
ColorSequences will sanitize input values a bit more aggressively now, clamp colors to 0..1. | Live |