Hi everyone,
I have just released Gideros 2024.9. Not because it brings many new features, but because it had many minor changes not released for months. Perhaps the only notable addition is TextureBase:update() call, which allows to upload a new image (from raw bytes) to an already existing texture.
Full change set:
Improvements[plugin/iab] Use Billing library v7.0 on Android
[plugin/ads] Use latest GMS version
[plugin/iab] Use latest Amazon IAP SDK
[android/iab] Allow GooglePlay IAB to fallback to old API
[export/ios] Set supported orientations in Info.plist
[gfx/fontbase] Add TLF_TABLE to enable table like layout
[gfx/texture] Add TextureBase:update() API to change an existing texture content
[Library] Update UI Library
Fixes[export/apple] Handle setFps on MacOS
[gfx/path] Fix line length computation
Download it from here:http://giderosmobile.com/download
Comments
Edit: And a few more feedback. The linux version correctly performed the Gideros Player, including exporting the final executable to windows and running via Wine. I copied the files to another notebook with windows 10 and... It did not work, the game appears in the window manager, consuming memory and processing at the correct average value but no window is displayed on the screen.
Another test was with the Controller plugin. In linux I ran the game with the active plugin and immediately it closed the gideros player window. In the encarting if I export to windows and run it using wine, the plugin works and recognizes the control buttons normally.
I try some old releases, 2020.11.1 work fine.
It's an issue that happens since some release ago
from the top menu try Player> Player Settings.. and fill in your player ip (which you can see in the player itself)
Likes: MoKaLux, Xman
The only case were it doesn't work is when I forget to close some other Gideros Studio running on another computer in the same network: that other Studio would steal the Mac player connection...
Likes: MoKaLux, pie
only change the player ip or click Localhost Toggle will start the connection.