개선 사항
노트 | 상태 |
---|---|
In streaming enabled games local parts are no longer streamed out, unless they have an ancestor that is a server created part. | Live |
Changed the Developer icon in the leaderboard to be for every developer who can edit the group game instead of just the owner. | Live |
Improve the reliability of the TextLabel/TextButton/TextBox TextBounds/TextFits properties | Live |
table.unpack is now ~15% faster | Pending |
Optimize string.byte/char/len to run faster; for the optimizations to be effective, it's important to call the functions (string.byte(foo, 5)) directly instead of using method calls (foo:byte(5)). string.byte is up to 4x faster as a result of this change when reading a few bytes per call. | Pending |
Luau GC accounting is a bit more precise now, which results in slightly faster collections and slightly smaller Lua heaps | Pending |
coroutine.create and coroutine.wrap now support C functions as an input | Pending |
Outlines are no more. | Pending |
수정
노트 | 상태 |
---|---|
Solver single threaded part optimized. | Live |
The title bars of Lua dialogs (e.g. Game Settings) do not contain the question mark (?) button anymore. | Live |