User contributions
From GiderosMobile
- 18:59, 16 January 2023 diff hist +336 Template:Math
- 18:52, 16 January 2023 diff hist +303 N Math.tanh Created page with "__NOTOC__ '''Available since:''' Gideros 2022.1<br/> '''Class:''' math<br/> === Description === Returns the hyperbolic tangent of v. <source lang="lua"> (number) = math.t..."
- 18:51, 16 January 2023 diff hist +300 N Math.sinh Created page with "__NOTOC__ '''Available since:''' Gideros 2022.1<br/> '''Class:''' math<br/> === Description === Returns the hyperbolic sine of v. <source lang="lua"> (number) = math.sinh..."
- 18:49, 16 January 2023 diff hist +622 N Math.round Created page with "__NOTOC__ '''Available since:''' Gideros 2022.1<br/> '''Class:''' math<br/> === Description === Returns the integer with the smallest difference between it and the given..."
- 18:46, 16 January 2023 diff hist +384 N Math.noise Created page with "__NOTOC__ '''Available since:''' Gideros 2022.1<br/> '''Class:''' math<br/> === Description === Returns a perlin noise value. <source lang="lua"> (number) = math.noise(v1..."
- 18:46, 16 January 2023 diff hist +5 Math.pow
- 18:42, 16 January 2023 diff hist -2 Math →Methods
- 18:41, 16 January 2023 diff hist +307 N Math.cosh Created page with "__NOTOC__ '''Available since:''' Gideros 2022.1<br/> '''Class:''' math<br/> === Description === Returns the hyperbolic cosine of v. <source lang="lua"> (number) = math.co..."
- 18:39, 16 January 2023 diff hist -242 Math.cos
- 18:38, 16 January 2023 diff hist +675 Math →Methods
- 17:29, 16 January 2023 diff hist +40 Event.MOUSE ENTER
- 17:28, 16 January 2023 diff hist -515 Template:Sprite
- 17:24, 16 January 2023 diff hist +897 N Event.MOUSE LEAVE Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Value:''' mouseLeave<br/> '''Defined by:''' Sprite<br/> === Description === This event is dispatched on mouse leav..."
- 17:19, 16 January 2023 diff hist 0 Sprite
- 17:13, 16 January 2023 diff hist +1,060 N Event.MOUSE ENTER Created page with "__NOTOC__ '''Available since:''' Gideros 2023.1<br/> '''Value:''' mouseEnter<br/> '''Defined by:''' Sprite<br/> === Description === This event is dispatched on mouse ente..."
- 16:40, 16 January 2023 diff hist +1,497 Latest Release
- 00:06, 10 January 2023 diff hist +134 Math
- 23:59, 9 January 2023 diff hist +208 String
- 23:30, 9 January 2023 diff hist +361 N Math.sign Created page with "'''Available since:''' Gideros 2022.1<br/> '''Class:''' math<br/> === Description === Returns the sign of value v. <source lang="lua"> (number) = math.sign(v) </source>..."
- 23:13, 9 January 2023 diff hist +89 Math
- 01:56, 5 January 2023 diff hist -191 Sprite:setZ
- 01:54, 5 January 2023 diff hist -208 Sprite:setY
- 01:53, 5 January 2023 diff hist -207 Sprite:setX
- 11:11, 23 December 2022 diff hist +221 N TextureBase.YA8 Created page with "'''Available since:''' Gideros 2017.6.1<br/> '''Value:''' ya8<br/> '''Defined by:''' TextureBase<br/> === Description === Texture format that can be provided to Texture a..." current
- 11:10, 23 December 2022 diff hist +220 N TextureBase.A8 Created page with "'''Available since:''' Gideros 2017.6.1<br/> '''Value:''' a8<br/> '''Defined by:''' TextureBase<br/> === Description === Texture format that can be provided to Texture an..." current
- 11:09, 23 December 2022 diff hist +220 N TextureBase.Y8 Created page with "'''Available since:''' Gideros 2017.6.1<br/> '''Value:''' y8<br/> '''Defined by:''' TextureBase<br/> === Description === Texture format that can be provided to Texture an..." current
- 11:02, 23 December 2022 diff hist -168 TextureBase.RGB888 current
- 10:53, 23 December 2022 diff hist +14 m Mesh
- 10:52, 23 December 2022 diff hist +462 N Mesh:setPrimitiveType Created page with "__NOTOC__ '''Available since:''' Gideros 2019.12<br/> '''Class:''' Mesh<br/> === Description === Sets the type of primitive to render. <source lang="lua"> Mesh:setPrimiti..."
- 10:30, 23 December 2022 diff hist +550 N Mesh:setInstanceCount Created page with "__NOTOC__ '''Available since:''' Gideros 2019.12<br/> '''Class:''' Mesh<br/> === Description === Enables instanced rendering and sets the number of instances to draw. <so..."
- 10:00, 23 December 2022 diff hist +13 m Event.KEY DOWN
- 09:48, 23 December 2022 diff hist 0 TileMap
- 09:47, 23 December 2022 diff hist -187 TileMap.FLIP VERTICAL current
- 09:46, 23 December 2022 diff hist -187 TileMap.FLIP HORIZONTAL current
- 09:45, 23 December 2022 diff hist -187 TileMap.FLIP DIAGONAL current
- 09:44, 23 December 2022 diff hist -708 TileMap
- 09:28, 23 December 2022 diff hist +223 N Core.yieldable Created page with "'''Available since:''' Gideros 2022.9<br/> '''Class:''' Core<br/> === Description === Checks if current thread can yield. <source lang="lua"> Core.yieldable() </source>..."
- 09:25, 23 December 2022 diff hist +233 N Core.signal Created page with "'''Available since:''' Gideros 2022.9<br/> '''Class:''' Core<br/> === Description === Creates a signal for use by parallel threads. <source lang="lua"> Core.signal() </so..."
- 09:17, 23 December 2022 diff hist +7 Table hide table.getn since it is long deprecated
- 09:12, 23 December 2022 diff hist +292 N Table.share Created page with "'''Available since:''' Gideros 2022.9<br/> '''Class:''' table<br/> === Description === Makes a table thread safe, that is useable concurrently by several threads. <source..."
- 08:51, 23 December 2022 diff hist +418 N Table.clone Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' table<br/> === Description === Duplicates a table. <source lang="lua"> table.clone(source,destination,de..."
- 04:47, 11 December 2022 diff hist +61 m Application:get
- 22:42, 8 December 2022 diff hist +328 Application:get
- 15:09, 6 December 2022 diff hist 0 Latest Release
- 15:07, 6 December 2022 diff hist +1,192 Latest Release
- 20:34, 2 December 2022 diff hist +5,946 Mobile Controls
- 00:33, 30 November 2022 diff hist -143 Trigonometry Conversion Operators
- 00:32, 30 November 2022 diff hist -191 Loading Order of Lua Files
- 00:29, 30 November 2022 diff hist -192 Larger and Smaller Operators
- 00:25, 30 November 2022 diff hist -208 Integer Divide Operator