Hi there, Gideros 2022.12 is available.
Nothing really new, but a lot of fixes and improvements regarding desktop platforms, and general performance improvements. About performance, guess what ? Luau was still compiled with assertions in previous gideros releases!!! In 2022.12 they are now off, giving a bit of extra power.
Full list of changes:
Improvements[library/3d] Handle GLTF animation
[core] Improve checking sprite boundaries
[export/desktop] implemented pathfileexists for win64 (Qt)
[core/styling] Improve layout styling efficiency
[export/win32] pathfileexists test if a folder or a file exists + can test for modes: 0=Existence only, 2=Write-only, 4=Read-only, 6=Read and write returns 1 on success or nil on fail
[export/android] Support notch on screen
[export/uwp] Add modifiers to mouse/touch events + few mintor adjustments
[core/styling] Improve performance and allow textfield font to be styled
[export/html] Support set cursor
[export/win32] Support set cursor
[export/uwp] Support set cursor and file pickers
[export/mac] Implement set cursor and file dialogs
Fixes[export/win32] getKeyboardModifiers were still activated after keyup events: fixed
[export/win32] mouse wheel had a 120 which resulted in delta of 144000 (120120): fixed
[core/layout] Fix text size miscalculated, causing constant relayout
[core/textlayout] Fix breaking words
[export/android] Fix issue with on demand rendering when going into background
[export/apple] various redraw and resize fixes
Download it from here:
http://giderosmobile.com/download
Comments
I seem to see the extra bit of power here
Viva Gideros Studio
I'm getting a lot of link errors building an iOS app to archive in Xcode with 2022.12 (things like obj_msgSend$setNumberOfLoops, etc), and different link errors with 2022.10. Is there a specific version of Xcode or anything special to know for building iOS apps with the current Gideros?
Paul
In VS Code I have this warning (error?): a function declared 'dllimport' may not be definedC/C++(904)
from this line https://github.com/gideros/gideros/blob/7339336bbfc5e67713da296e4c3df0616e63e5ad/libgid/src/win32/gui-win32.cpp#L247 and all the following methods but I don't know which dll it is.
I don't think I can easily fix it but I posted mainly for information, it is not big deal right now
PS: it is not from me of course but adapted from https://foutucode.fr/les-joies-de-la-programmation
Likes: MoKaLux, PaulH
Fragmenter - animated loop machine and IKONOMIKON - the memory game
- Gideros Studio doesn't crash anymore when using both Tools, Live syntax checking and Type checking
- ...
What a wonderful job you did over the years guys (hgy29).
This is awesome and should be told
Long live Gideros Studio God's willing
What about Windows 11?
It would be hard for me to test on a Windows 7 machine and I haven't updated to Windows 11 yet, so just wondering if somebody knows the answers .
Thank you.
Likes: MoKaLux