| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Gideros.tar.xz | 2025-02-05 | 1.1 GB | |
| Gideros.pkg | 2025-02-05 | 1.2 GB | |
| Gideros.exe | 2025-02-05 | 1.0 GB | |
| Gideros 2025.2 source code.tar.gz | 2025-02-04 | 280.0 MB | |
| Gideros 2025.2 source code.zip | 2025-02-04 | 294.5 MB | |
| README.md | 2025-02-04 | 1.1 kB | |
| Totals: 6 Items | 3.9 GB | 0 | |
New features
[luau] Add key,value,nextindex=rawiter(table,index) function [luau/buffer] Added buffer.resize(buffer, newSize, dataOffset) [luau/buffer] Added buffer.extract(buffer, offset, size) [core] Add Core.setAutoYield() to change auto yield capability of async tasks [gfx/path] Add a getPathOffset() call to get the distance of a point in the path from the beginning
Improvements
[luau] Improve table clone [luau] Enable fast-path optimizations for pairs/fastcalls through setsafeenv(flags) [gfx/texture] Support creating and updating from luau buffers [gfx/texture] Allow uploading raw textures from buffers [examples] update Tiled demo Sewers
Fixes
[qt/mac] Fix plugin path [gfx/particles] Fix multi texture rendering [backend/gl2] Fix vertex divisor setting [gfx/mesh] Fix and improve setGenericArray() when using buffers [gfx/mesh] Check indices values [core/threads] Provision for checking if threads should be stopped [pixel] Remove static VBO after last use [qt/screen] Change code to be more in line with what should have been done