User contributions
From GiderosMobile
- 00:01, 30 January 2023 diff hist -181 TexturePack.new
- 03:30, 28 January 2023 diff hist +25 RenderTarget.new
- 03:30, 28 January 2023 diff hist +37 Texture.new
- 03:09, 28 January 2023 diff hist +264 Texture.new
- 02:56, 28 January 2023 diff hist -158 TextureBase.RGBA8888 current
- 02:55, 28 January 2023 diff hist -158 TextureBase.RGBA5551 current
- 02:52, 28 January 2023 diff hist -82 TextureBase.REPEAT current
- 02:51, 28 January 2023 diff hist -158 TextureBase.RGB565 current
- 02:50, 28 January 2023 diff hist -82 TextureBase.CLAMP current
- 02:47, 28 January 2023 diff hist -158 TextureBase.RGBA4444 current
- 01:19, 28 January 2023 diff hist +7 m RenderTarget.new
- 22:50, 25 January 2023 diff hist +262 Gideros Player
- 23:30, 22 January 2023 diff hist +1 m Os current
- 23:28, 22 January 2023 diff hist +26 Os.time
- 23:12, 22 January 2023 diff hist +80 Coroutine.yield
- 23:08, 22 January 2023 diff hist -104 Coroutine.yield
- 23:02, 22 January 2023 diff hist -152 Coroutine.wrap
- 22:58, 22 January 2023 diff hist -278 Coroutine.status
- 22:53, 22 January 2023 diff hist +288 N Coroutine.running Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' coroutine<br/> === Description === Returns the running coroutine. <source lang="lua"> (coroutine) = coro..."
- 22:51, 22 January 2023 diff hist -424 Coroutine.resume
- 22:43, 22 January 2023 diff hist +441 N Coroutine.isyieldable Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' coroutine<br/> === Description === Returns true if the coroutine this function is called within can safe..."
- 22:39, 22 January 2023 diff hist -64 Coroutine.create
- 22:36, 22 January 2023 diff hist +744 N Coroutine.close Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' coroutine<br/> === Description === Closes and puts the provided coroutine in a dead state. <source lang=..."
- 22:30, 22 January 2023 diff hist -251 Coroutine.create
- 22:28, 22 January 2023 diff hist +4,521 Coroutine
- 21:43, 22 January 2023 diff hist 0 Lua to Luau conversion guide fixed Pages with syntax highlighting errors
- 21:41, 22 January 2023 diff hist +11 Classes in Gideros fixed Pages with syntax highlighting errors
- 21:35, 22 January 2023 diff hist -4 Lua to Luau conversion guide
- 21:30, 22 January 2023 diff hist +5 m Classes in Gideros
- 19:53, 22 January 2023 diff hist -9 Category:Bit32 current
- 19:51, 22 January 2023 diff hist +29 N Category:Bit32 Created page with "Category:Reference Manual"
- 19:46, 22 January 2023 diff hist +1 Bit32 →Methods current
- 19:42, 22 January 2023 diff hist +1,005 N Bit32.rshift Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' bit32<br/> === Description === Returns a number whose bits have been logically shifted to the right by a..."
- 19:38, 22 January 2023 diff hist +932 N Bit32.lshift Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' bit32<br/> === Description === Returns a number whose bits have been logically shifted to the left by a..."
- 19:33, 22 January 2023 diff hist +790 N Bit32.rrotate Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' bit32<br/> === Description === Returns a number after its bits have been rotated to the right by a given..."
- 19:31, 22 January 2023 diff hist +787 N Bit32.lrotate Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' bit32<br/> === Description === Returns a number after its bits have been rotated to the left by a given..."
- 19:23, 22 January 2023 diff hist +751 N Bit32.replace Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' bit32<br/> === Description === Returns a copy of a number with a range of bits replaced by a given value..."
- 19:13, 22 January 2023 diff hist +690 N Bit32.extract Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' bit32<br/> === Description === Returns the unsigned number formed by the bits field to field + width - 1..."
- 19:04, 22 January 2023 diff hist +559 N Bit32.countrz Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' bit32<br/> === Description === Returns the number of consecutive zero bits in the 32-bit representation..."
- 19:02, 22 January 2023 diff hist +557 N Bit32.countlz Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' bit32<br/> === Description === Returns the number of consecutive zero bits in the 32-bit representation..."
- 18:59, 22 January 2023 diff hist +404 N Bit32.bxor Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' bit32<br/> === Description === Returns the bitwise ''exclusive or'' of its operands. <source lang="lua">..."
- 18:58, 22 January 2023 diff hist +450 N Bit32.btest Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' bit32<br/> === Description === Returns a boolean signalling whether the bitwise ''and'' of its operands..."
- 18:55, 22 January 2023 diff hist +8 Bit32.bor
- 18:54, 22 January 2023 diff hist +385 N Bit32.bor Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' bit32<br/> === Description === Returns the bitwise ''or'' of its operands. <source lang="lua"> (number)..."
- 18:47, 22 January 2023 diff hist +480 N Bit32.bnot Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' bit32<br/> === Description === Returns the bitwise ''negation'' of x. <source lang="lua"> (number) = bit..."
- 18:44, 22 January 2023 diff hist +387 N Bit32.band Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' bit32<br/> === Description === Returns the bitwise ''and'' of its operands. <source lang="lua"> (number)..."
- 18:39, 22 January 2023 diff hist +885 N Bit32.arshift Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' bit32<br/> === Description === Returns the number x shifted disp bits to the right. The number disp may..."
- 18:37, 22 January 2023 diff hist +111 N Template:Bit32 Created page with " ---- {{Special:PrefixIndex/Bit32}} {{Gideros deco stars01}} {{GIDEROS IMPORTANT LINKS}} Category:Bit32" current
- 18:34, 22 January 2023 diff hist +7 m Math
- 18:21, 22 January 2023 diff hist +2,544 Bit32