User contributions
From GiderosMobile
- 02:33, 27 March 2025 diff hist 0 Lua Shader Gideros Examples current
- 02:32, 27 March 2025 diff hist +1 Lua Shader Gideros Examples
- 02:32, 27 March 2025 diff hist +5,329 Lua Shader Examples current
- 02:01, 27 March 2025 diff hist +4,180 Lua Shader Gideros Examples
- 00:51, 27 March 2025 diff hist +43 Writing Lua Shaders current
- 00:51, 27 March 2025 diff hist +590 N Lua Shader Gideros Examples Created page with "'''Parent:''' Writing Lua Shaders<br/> __TOC__ '''Requirements''': '''In order to use Lua Shaders you need to include ''luashader'' standard library in your projects'..."
- 00:16, 26 March 2025 diff hist -40 Core current
- 00:09, 26 March 2025 diff hist +888 Core.asyncCall current
- 23:54, 25 March 2025 diff hist +183 Core.setAutoYield current
- 23:53, 25 March 2025 diff hist +287 Core.yieldlock current
- 20:43, 25 March 2025 diff hist +247 Core.fileSave current
- 20:43, 25 March 2025 diff hist +190 Core.fileLoad current
- 20:37, 25 March 2025 diff hist +15 Core.fileLoad
- 18:58, 25 March 2025 diff hist +865 Latest Release current
- 01:35, 25 March 2025 diff hist +10 Core.fileSave
- 01:34, 25 March 2025 diff hist +10 Core.fileLoad
- 01:34, 25 March 2025 diff hist +40 Core
- 01:25, 25 March 2025 diff hist +205 Core
- 01:24, 25 March 2025 diff hist +585 N Core.fileSave Created page with "__NOTOC__ '''Available since:''' Gideros 2025.3<br/> '''Class:''' Core<br/> === Description === File saving. <syntaxhighlight lang="lua"> Core.fileSave(filename,buffer,ta..."
- 01:16, 25 March 2025 diff hist +604 N Core.fileLoad Created page with "__NOTOC__ '''Available since:''' Gideros 2025.3<br/> '''Class:''' Core<br/> === Description === File loading. <syntaxhighlight lang="lua"> Core.fileLoad(filename,table) <..."
- 02:37, 23 March 2025 diff hist +221 Pixel current
- 02:34, 23 March 2025 diff hist +530 Pixel.new current
- 02:03, 23 March 2025 diff hist 0 m Pixel:setTexture current
- 01:57, 20 March 2025 diff hist +121 Made With Gideros current
- 21:55, 18 March 2025 diff hist -221 Made With Gideros
- 20:35, 26 February 2025 diff hist +108 Core
- 20:34, 26 February 2025 diff hist +193 N Core.yieldlock Created page with "'''Available since:''' Gideros 2025.2.2<br/> '''Class:''' Core<br/> === Description === Locks the current thread. <syntaxhighlight lang="lua"> Core.yieldlock() </syntaxhi..."
- 18:43, 21 February 2025 diff hist +27 m (global) current
- 22:22, 20 February 2025 diff hist +9 m X Media:save current
- 22:21, 20 February 2025 diff hist +53 Mediamanager:saveFile current
- 22:21, 20 February 2025 diff hist +53 Mediamanager:postPicture current
- 22:19, 20 February 2025 diff hist +53 Mediamanager:getPicture current
- 22:17, 20 February 2025 diff hist +53 Mediamanager:getFile current
- 21:22, 20 February 2025 diff hist +10 Share.share current
- 21:17, 20 February 2025 diff hist +145 Share current
- 21:15, 20 February 2025 diff hist +537 Share:import current
- 21:05, 20 February 2025 diff hist +371 Share:export current
- 20:52, 20 February 2025 diff hist +58 Share
- 20:49, 20 February 2025 diff hist -1 Share.share
- 20:44, 20 February 2025 diff hist -199 Share
- 20:39, 20 February 2025 diff hist +507 Share
- 20:38, 20 February 2025 diff hist +963 N Share Event.SHARE IMPORT RESULT Created page with "'''Available since:''' Gideros 2024.1<br/> '''Value:''' fileshareImportResult<br/> '''Defined by:''' Share<br/> === Description === This Event is dispatched after some da..." current
- 20:28, 20 February 2025 diff hist +605 N Share Event.SHARE EXPORT RESULT Created page with "'''Available since:''' Gideros 2024.1<br/> '''Value:''' fileshareExportResult<br/> '''Defined by:''' Share<br/> === Description === This Event is dispatched after some da..." current
- 20:13, 20 February 2025 diff hist +271 Share.share
- 20:07, 20 February 2025 diff hist -777 Share.new current
- 19:55, 20 February 2025 diff hist +1,326 N Share:export Created page with "__NOTOC__ '''Available since:''' Gideros 2024.1<br/> '''Class:''' Share<br/> === Description === Exporting a piece of data to the phone via default file application. <syn..."
- 19:37, 20 February 2025 diff hist +9 m X file:read current
- 19:15, 20 February 2025 diff hist +33 Share.new
- 19:13, 20 February 2025 diff hist +1,052 N Share.new Created page with "__NOTOC__ '''Available since:''' Gideros 2020.7<br/> '''Class:''' Share<br/> === Description === Sharing a piece of data with an external app. <syntaxhighlight lang="lua"..."
- 19:07, 20 February 2025 diff hist +1,098 N Share:import Created page with "__NOTOC__ '''Available since:''' Gideros 2024.1<br/> '''Class:''' Share<br/> === Description === Importing a piece of data via the phone default file application. <syntax..."