Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Gideros.tar.xz | 2024-11-07 | 1.1 GB | |
Gideros.pkg | 2024-11-07 | 1.2 GB | |
Gideros.exe | 2024-11-07 | 982.5 MB | |
Gideros 2024.11.1 source code.tar.gz | 2024-11-07 | 279.8 MB | |
Gideros 2024.11.1 source code.zip | 2024-11-07 | 294.2 MB | |
README.md | 2024-11-07 | 1.2 kB | |
Totals: 6 Items | 3.8 GB | 0 |
Breaking changes
[lua] Update Luau [general] No longer use four values lua vectors [general] Use new lua color type (built with ColorValue function) in lieu of vectors of four
Improvements
[core] Add Core.getScriptPath() call [script] Build luamidi on QtLinux [layout] Add an option to set aspect ratio for a Sprite's content [application] Add a request to apply pending style changes immediately [general] Speed improvements [player/qt] Enable native code generation in Luau [plugin/liquidfun] Add missing particles APIs (Fix [#227]) [plugin/tntvirtualpad] New Optimization: ^0.5 instead of math.sqrt (much faster) [plugin/ads] Update Applovin Max to SDK 13 on android [export/android] Upgrade to latest tools [export/qt] Report command line in application:get()
Fixes
[backend/gl2] Reset vertex attributes before each framebuffer draw [styles] Fix style handling API issues [sprite] Improve hitTestPoint vs rotated shapes (Fix [#170]) [backend/gl] Ensure buffers are unbound at frame start [backend/gl] Catch empty VBO condition [backend/dx11] Correctly enable mip mapping [core] Fix threads signaling [plugin/luamidi] Remove 'yields' on OSX version