All public logs
From GiderosMobile
Combined display of all available logs of GiderosMobile. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 01:16, 26 October 2025 MoKaLux talk contribs created page Tiled Physics Shapes (Created page with "__NOTOC__ == TILED PHYSICS SHAPES == Here are the classes to build the Tiled shapes as physics objects for your levels. The following classes read the shapes parameters as de...")
- 00:53, 26 October 2025 MoKaLux talk contribs created page Tiled Deco Shapes (Created page with "__NOTOC__ == TILED DECO SHAPES == Here are the classes to build the Tiled shapes to decorate your levels. The following classes read the shapes parameters as defined in Tiled...")
- 21:31, 25 October 2025 MoKaLux talk contribs created page Tuto tiny-ecs 2d platformer Part 8 more entities (wip)
- 19:04, 18 October 2025 MoKaLux talk contribs created page Sprite:updateStyle (Created page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> '''Class:''' Sprite<br/> === Description === Performs what need to be done when the style table of a Sprite has c...")
- 18:48, 18 October 2025 MoKaLux talk contribs created page Sprite:spriteToLocalMatrix (Created page with "'''Available since:''' Gideros 2023.2<br/> '''Class:''' Sprite<br/> === Description === Converts from one Sprite local matrix space to another. Returns a Matrix that tran...")
- 18:14, 18 October 2025 MoKaLux talk contribs created page Sprite:setWorldAlign (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> '''Class:''' Sprite<br/> === Description === Instructs Gideros to align the Sprite position on a screen pixel. This i...")
- 11:34, 18 October 2025 MoKaLux talk contribs created page Sprite:setHiddenChildren (Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3.1<br/> '''Class:''' Sprite<br/> === Description === Hides children sprites in batch. <syntaxhighlight lang="lua"> Sprite:s...")
- 11:16, 18 October 2025 MoKaLux talk contribs created page Sprite:isOnStage (Created page with "__NOTOC__ '''Available since:''' Gideros 2022.1.3<br/> '''Class:''' Sprite<br/> === Description === Returns whether the Sprite is on stage. <syntaxhighlight lang="lua"> (...")
- 20:15, 17 October 2025 MoKaLux talk contribs created page Sprite:resolveStyle (Created page with "__NOTOC__ '''Available since:''' Gideros 2022.6<br/> '''Class:''' Sprite<br/> === Description === Resolves a style reference from the given style table or the one attache...")
- 19:58, 17 October 2025 MoKaLux talk contribs created page Sprite:setStyle (Created page with "__NOTOC__ '''Available since:''' Gideros 2022.6<br/> '''Class:''' Sprite<br/> === Description === Attaches a style table to a Sprite and mark it as dirty. This means that...")
- 14:36, 17 October 2025 MoKaLux talk contribs created page Sprite:addChildrenAt (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.10<br/> '''Class:''' Sprite<br/> === Description === Adds several Sprites at once as children to this Sprite (faster). The c...")
- 07:23, 11 September 2025 MoKaLux talk contribs created page Tuto tiny-ecs 2d platformer Part 7 Enemies (wip)
- 00:54, 8 September 2025 MoKaLux talk contribs created page Tuto tiny-ecs 2d platformer Part 6 ECS Components (Created page with "__TOC__ == Components == As we have seen in the previous chapter, components are abilities we add to an Entity. Entities can and will share the same components. Let's contin...")
- 03:32, 7 September 2025 MoKaLux talk contribs created page Tuto tiny-ecs 2d platformer Part 5 ePlayer1 (wip)
- 03:26, 6 September 2025 MoKaLux talk contribs created page Tuto tiny-ecs 2d platformer Part 4 LevelX (wip)
- 02:30, 6 September 2025 MoKaLux talk contribs created page Tuto tiny-ecs 2d platformer Part 3 transitions menu options (Created page with "__TOC__ We quickly go through the '''Transitions''' Class, the '''Menu''' scene and the '''Options''' scene as they were covered in the '''Gideros Game Template1 Tutorial'''...")
- 23:47, 5 September 2025 MoKaLux talk contribs created page Tuto tiny-ecs 2d platformer Part 2 Init and Main (Created page with "__TOC__ == the init.lua file == The ''init.lua'' file is the first file to be loaded when launching the game. This is where I like to initialize some global variables: * the p...")
- 23:20, 5 September 2025 MoKaLux talk contribs created page Tuto tiny-ecs 2d platformer Part 1 Setup (Created page with "__TOC__ == Setup == As mentionned in the introduction, we will use the '''Gideros Game Template1'''. So make a copy of your Gideros Game...")
- 22:59, 5 September 2025 MoKaLux talk contribs created page Tutorial - tiny-ecs 2d platformer (Created page with "Hello developers! In this tutorial, we will make a '''2D platformer''': 320px 320px '''PS''': all assets...")
- 22:52, 5 September 2025 MoKaLux talk contribs created page File:Tuto pf cbump tecs02.png (cc0)
- 22:52, 5 September 2025 MoKaLux talk contribs uploaded File:Tuto pf cbump tecs02.png (cc0)
- 22:51, 5 September 2025 MoKaLux talk contribs created page File:Tuto pf cbump tecs01.png (cc0)
- 22:51, 5 September 2025 MoKaLux talk contribs uploaded File:Tuto pf cbump tecs01.png (cc0)
- 02:07, 5 September 2025 MoKaLux talk contribs created page Wax (Created page with "__NOTOC__ '''Supported platforms:''' File:Platform ios.png<br/> '''Available since:''' Gideros 2025.9<br/> === Description === Wax is a framework that lets you write nati...")
- 23:09, 4 September 2025 MoKaLux talk contribs created page Stage:validateLayout (Created page with "__NOTOC__ '''Available since:''' Gideros 2025.9<br/> '''Class:''' Stage<br/> === Description === Forces immediate layout computations. <syntaxhighlight lang="lua"> stage:...")
- 22:31, 31 July 2025 MoKaLux talk contribs deleted page KeyCode.MOUSE MIDDLE (content was: "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2015.08<br/> '''<translate>Value</translate>:''' 4<br/> '''<translate>Defined by</translate>:''' KeyCode<br/> === <translate>Description</translate> === <translate>Mouse middle button or wheel is pressed</translate> {{KeyCode}}")
- 22:26, 31 July 2025 MoKaLux talk contribs deleted page KeyCode.PAGE UP (content was: "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2013.06<br/> '''<translate>Value</translate>:''' 404<br/> '''<translate>Defined by</translate>:''' KeyCode<br/> === <translate>Description</translate> === <translate></translate> {{KeyCode}}")
- 22:26, 31 July 2025 MoKaLux talk contribs deleted page KeyCode.PAGE DOWN (content was: "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2013.06<br/> '''<translate>Value</translate>:''' 405<br/> '''<translate>Defined by</translate>:''' KeyCode<br/> === <translate>Description</translate> === <translate></translate> {{KeyCode}}")
- 22:25, 31 July 2025 MoKaLux talk contribs deleted page KeyCode.MOUSE LEFT (content was: "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2015.08<br/> '''<translate>Value</translate>:''' 1<br/> '''<translate>Defined by</translate>:''' KeyCode<br/> === <translate>Description</translate> === <translate>Left mouse button is pressed</translate> {{KeyCode}}")
- 22:25, 31 July 2025 MoKaLux talk contribs deleted page KeyCode.MOUSE NONE (content was: "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2015.08<br/> '''<translate>Value</translate>:''' 0<br/> '''<translate>Defined by</translate>:''' KeyCode<br/> === <translate>Description</translate> === <translate>Mouse button is not pressed</translate> {{KeyCode}}")
- 22:24, 31 July 2025 MoKaLux talk contribs deleted page KeyCode.MOUSE RIGHT (content was: "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2015.08<br/> '''<translate>Value</translate>:''' 2<br/> '''<translate>Defined by</translate>:''' KeyCode<br/> === <translate>Description</translate> === <translate>Mouse right button is pressed</translate> {{KeyCode}}")
- 22:21, 31 July 2025 MoKaLux talk contribs deleted page KeyCode.MODIFIER META (content was: "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2017.4<br/> '''<translate>Value</translate>:''' 8<br/> '''<translate>Defined by</translate>:''' KeyCode<br/> === <translate>Description</translate> === <translate>Meta key is pressed</translate> {{KeyCode}}")
- 22:21, 31 July 2025 MoKaLux talk contribs deleted page KeyCode.MODIFIER ALT (content was: "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2017.4<br/> '''<translate>Value</translate>:''' 2<br/> '''<translate>Defined by</translate>:''' KeyCode<br/> === <translate>Description</translate> === <translate>Alt key is pressed</translate> {{KeyCode}}")
- 22:21, 31 July 2025 MoKaLux talk contribs deleted page KeyCode.MODIFIER CTRL (content was: "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2017.4<br/> '''<translate>Value</translate>:''' 4<br/> '''<translate>Defined by</translate>:''' KeyCode<br/> === <translate>Description</translate> === <translate>Ctrl key is pressed</translate> {{KeyCode}}")
- 22:20, 31 July 2025 MoKaLux talk contribs deleted page KeyCode.MODIFIER SHIFT (content was: "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2017.4<br/> '''<translate>Value</translate>:''' 1<br/> '''<translate>Defined by</translate>:''' KeyCode<br/> === <translate>Description</translate> === <translate>Shift key is pressed</translate> {{KeyCode}}")
- 22:20, 31 July 2025 MoKaLux talk contribs deleted page KeyCode.MODIFIER NONE (content was: "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2017.4<br/> '''<translate>Value</translate>:''' 0<br/> '''<translate>Defined by</translate>:''' KeyCode<br/> === <translate>Description</translate> === <translate>No modifiers</translate> {{KeyCode}}")
- 22:22, 28 July 2025 MoKaLux talk contribs deleted page Category:Noise (content was: "#REDIRECT FastNoise Category:Plugins", and the only contributor was "MoKaLux" (talk))
- 22:13, 28 July 2025 MoKaLux talk contribs deleted page Template:Noise (content was: " ---- *Noise *Noise.new {{Special:PrefixIndex/Noise:}} <span line-height: 1.3em;"> *'''Noise Constants''' </span> {{Gideros deco stars01}} {{GIDEROS IMPORTANT LINKS}} Category:Noise", and the only contributor was "MoKaLux" (talk))
- 22:11, 28 July 2025 MoKaLux talk contribs deleted page Noise Constants (content was: "__NOTOC__ '''Available since:''' Gideros 2019.12<br/> '''Defined by:''' Noise<br/> === Constants === ==== Cellular data type ==== '''Noise.CELLULAR''': Cellular data type<br/> ==== Fractal data type ==== '''Noise.BILLOW''': Fractal data type<br/> '''Noise.FBM''': Fractal data type<br/> '''Noise.PERLIN''': Fractal data type<br/> '''Noise.PERLIN_FRACTAL''': Fractal data ty...", and the only contributor was "MoKaLux" (talk))
- 22:09, 28 July 2025 MoKaLux talk contribs deleted page Noise (content was: "__NOTOC__ <!--GIDEROSOBJ:FastNoise--> '''Supported platforms:''' File:Platform android.pngFile:Platform ios.pngFile:Platform mac.pngFile:Platform pc.pngFile:Platform html5.pngFile:Platform winrt.pngFile:Platform win32.png<br/> '''Available since:''' Gideros 2019.12<br/> === Description === FastNoise is an open source noise generation library with a large collection of different noise algorithms. '''[https://github.com/Auburns/FastNoise FastNoise ho...")
- 22:01, 28 July 2025 MoKaLux talk contribs created page FastNoise Constants (Created page with "__NOTOC__ '''Available since:''' Gideros 2019.12<br/> '''Defined by:''' FastNoise<br/> === Constants === ==== Cellular data type ==== '''Noise.CELLULAR''': Cellular data...")
- 19:51, 27 July 2025 MoKaLux talk contribs deleted page Noise:getInterp() (content was: "#REDIRECT Noise:getInterp", and the only contributor was "MoKaLux" (talk))
- 19:36, 27 July 2025 MoKaLux talk contribs deleted page Noise.BILLOW (content was: "'''<translate>Available since</translate>:''' Gideros 2019.12<br/> '''<translate>Value</translate>:''' Noise.BILLOW<br/> '''<translate>Defined by</translate>:''' Noise<br/> === <translate>Description</translate> === Fractal data type {{Noise}}", and the only contributor was "MoKaLux" (talk))
- 19:36, 27 July 2025 MoKaLux talk contribs deleted page Noise.CELLULAR (content was: "'''<translate>Available since</translate>:''' Gideros 2019.12<br/> '''<translate>Value</translate>:''' Noise.CELLULAR<br/> '''<translate>Defined by</translate>:''' Noise<br/> === Description === Cellular data type {{Noise}}", and the only contributor was "MoKaLux" (talk))
- 19:36, 27 July 2025 MoKaLux talk contribs deleted page Noise.CELL VALUE (content was: "'''<translate>Available since</translate>:''' Gideros 2019.12<br/> '''<translate>Value</translate>:''' Noise.CELL_VALUE<br/> '''<translate>Defined by</translate>:''' Noise<br/> === Description === Noise data type {{Noise}}", and the only contributor was "MoKaLux" (talk))
- 19:36, 27 July 2025 MoKaLux talk contribs deleted page Noise.CUBIC (content was: "'''<translate>Available since</translate>:''' Gideros 2019.12<br/> '''<translate>Value</translate>:''' Noise.CUBIC<br/> '''<translate>Defined by</translate>:''' Noise<br/> === Description === Noise data type {{Noise}}", and the only contributor was "MoKaLux" (talk))
- 19:36, 27 July 2025 MoKaLux talk contribs deleted page Noise.CUBIC FRACTAL (content was: "'''<translate>Available since</translate>:''' Gideros 2019.12<br/> '''<translate>Value</translate>:''' Noise.CUBIC_FRACTAL<br/> '''<translate>Defined by</translate>:''' Noise<br/> === Description === Noise data type {{Noise}}", and the only contributor was "MoKaLux" (talk))
- 19:36, 27 July 2025 MoKaLux talk contribs deleted page Noise.DISTANCE (content was: "'''<translate>Available since</translate>:''' Gideros 2019.12<br/> '''<translate>Value</translate>:''' Noise.DISTANCE<br/> '''<translate>Defined by</translate>:''' Noise<br/> === Description === Noise data type {{Noise}}", and the only contributor was "MoKaLux" (talk))
- 19:35, 27 July 2025 MoKaLux talk contribs deleted page Noise.DISTANCE 2 (content was: "'''<translate>Available since</translate>:''' Gideros 2019.12<br/> '''<translate>Value</translate>:''' Noise.DISTANCE_2<br/> '''<translate>Defined by</translate>:''' Noise<br/> === Description === Noise data type {{Noise}}", and the only contributor was "MoKaLux" (talk))
- 19:35, 27 July 2025 MoKaLux talk contribs deleted page Noise.DISTANCE 2 ADD (content was: "'''<translate>Available since</translate>:''' Gideros 2019.12<br/> '''<translate>Value</translate>:''' Noise.DISTANCE_2_ADD<br/> '''<translate>Defined by</translate>:''' Noise<br/> === Description === Noise data type {{Noise}}", and the only contributor was "MoKaLux" (talk))