New pages
- 05:33, 13 May 2022 Vector (hist) [570 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2022.1.3<br/> '''Class:''' math<br/> === Description === Support to Luau vectors. <source lang="lua"> (table) = vector(c1,...) </...")
- 03:27, 11 May 2022 Latest Luau (hist) [127,523 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''from https://luau-lang.org/news/''' ---- Luau Recap: April 2022 May 2, 2022 Luau is our new language that you can read more about at https://luau-lang.org....")
- 00:05, 28 April 2022 Latest Release (hist) [25,978 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Gideros 2022.5 Latest''' -New features *[gfx] Sprites are now clonable, except MovieClip *[gfx] Support 3D Particles *[gfx] Partciles can be multitextured (thro...")
- 10:33, 26 April 2022 Sprite:clone (hist) [550 bytes] Hgy29 (talk | contribs) (Created page with "'''Available since:''' Gideros 2022.5<br/> '''Class:''' Sprite<br/> === Description === Returns a new copy of a sprite. All settings are retained in the copy, and...")
- 10:22, 26 April 2022 Application:enableDrawInfo (hist) [339 bytes] Hgy29 (talk | contribs) (Created page with "'''Available since:''' Gideros 2022.3<br/> '''Class:''' Application<br/> === Description === Show or hide Gideros info layer in the given color. <br /> <sour...")
- 10:20, 26 April 2022 Application:getDeviceName (hist) [318 bytes] Hgy29 (talk | contribs) (Created page with "'''Available since:''' Gideros 2017.11.3<br/> '''Class:''' Application<br/> === Description === Get the device name, eventually set by the user. <br /> <sour...")
- 19:21, 25 April 2022 B2.ParticleSystem.FLAG PARTICLE CONTACT FILTER (hist) [281 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> '''Value:''' x<br/> '''Defined by:''' b2.ParticleSystem<br/> === Description === Call '''b2ContactFilter''' when...")
- 19:20, 25 April 2022 B2.ParticleSystem.FLAG FIXTURE CONTACT FILTER (hist) [277 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> '''Value:''' x<br/> '''Defined by:''' b2.ParticleSystem<br/> === Description === Call '''b2ContactFilter''' when...")
- 19:19, 25 April 2022 B2.ParticleSystem.FLAG PARTICLE CONTACT LISTENER (hist) [467 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> '''Value:''' x<br/> '''Defined by:''' b2.ParticleSystem<br/> === Description === Call '''b2ContactListener''' whe...")
- 19:18, 25 April 2022 B2.ParticleSystem.FLAG FIXTURE CONTACT LISTENER (hist) [458 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> '''Value:''' x<br/> '''Defined by:''' b2.ParticleSystem<br/> === Description === Call '''b2ContactListener''' whe...")
- 19:16, 25 April 2022 B2.ParticleSystem.FLAG REPULSIVE (hist) [228 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> '''Value:''' x<br/> '''Defined by:''' b2.ParticleSystem<br/> === Description === With high repulsive force. Flag...")
- 19:15, 25 April 2022 B2.ParticleSystem.FLAG REACTIVE (hist) [245 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> '''Value:''' x<br/> '''Defined by:''' b2.ParticleSystem<br/> === Description === Makes pairs or triads with other...")
- 19:14, 25 April 2022 B2.ParticleSystem.FLAG STATIC PRESSURE (hist) [223 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> '''Value:''' x<br/> '''Defined by:''' b2.ParticleSystem<br/> === Description === Less compressibility. Flag defin...")
- 19:13, 25 April 2022 B2.ParticleSystem.FLAG BARRIER (hist) [240 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> '''Value:''' x<br/> '''Defined by:''' b2.ParticleSystem<br/> === Description === Prevents other particles from le...")
- 19:11, 25 April 2022 B2.ParticleSystem.FLAG DESTRUCTION LISTENER (hist) [247 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> '''Value:''' x<br/> '''Defined by:''' b2.ParticleSystem<br/> === Description === Call ''b2DestructionListener'' o...")
- 15:14, 25 April 2022 Particles:getDeadParticles (hist) [509 bytes] Hgy29 (talk | contribs) (Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2022.5<br/> '''<translate>Class</translate>:''' Particles<br/> =...")
- 15:12, 25 April 2022 Particles:setParticleAcceleration (hist) [596 bytes] Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2022.5<br/> '''Class:''' Particles<br/> === Description === Configures acceleration values for the given particle. <source lang="...")
- 15:10, 25 April 2022 Particles:getParticleAcceleration (hist) [927 bytes] Hgy29 (talk | contribs) (Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2022.5<br/> '''<translate>Class</translate>:''' Particles<br/> =...")
- 15:00, 25 April 2022 Particles:getParticleExtra (hist) [619 bytes] Hgy29 (talk | contribs) (Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2022.5<br/> '''<translate>Class</translate>:''' Particles<br/> =...")
- 14:58, 25 April 2022 Particles:setParticleExtra (hist) [554 bytes] Hgy29 (talk | contribs) (Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2022.5<br/> '''<translate>Class</translate>:''' Particles<br/> =...")
- 09:19, 24 March 2022 Luamidi:setQueueSizeLimit (hist) [208 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2018.12<br/> '''Class:''' Lua Midi<br/> === Description === xxx. <source lang="lua"> luamidi:setQueueSizeLimit() </source> {{Lua...")
- 09:19, 24 March 2022 Luamidi:base1 (hist) [169 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2018.12<br/> '''Class:''' Lua Midi<br/> === Description === xxx. <source lang="lua"> luamidi:base1() </source> {{LuaMidi}}")
- 09:19, 24 March 2022 Luamidi:base0 (hist) [169 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2018.12<br/> '''Class:''' Lua Midi<br/> === Description === xxx. <source lang="lua"> luamidi:base0() </source> {{LuaMidi}}")
- 09:18, 24 March 2022 Luamidi:getMessage (hist) [174 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2018.12<br/> '''Class:''' Lua Midi<br/> === Description === xxx. <source lang="lua"> luamidi:getMessage() </source> {{LuaMidi}}")
- 09:18, 24 March 2022 Luamidi:sendMessage (hist) [175 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2018.12<br/> '''Class:''' Lua Midi<br/> === Description === xxx. <source lang="lua"> luamidi:sendMessage() </source> {{LuaMidi}}")
- 09:18, 24 March 2022 Luamidi:noteOff (hist) [171 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2018.12<br/> '''Class:''' Lua Midi<br/> === Description === xxx. <source lang="lua"> luamidi:noteOff() </source> {{LuaMidi}}")
- 09:17, 24 March 2022 Luamidi:noteOn (hist) [170 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2018.12<br/> '''Class:''' Lua Midi<br/> === Description === xxx. <source lang="lua"> luamidi:noteOn() </source> {{LuaMidi}}")
- 09:17, 24 March 2022 Luamidi:openin (hist) [189 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2018.12<br/> '''Class:''' Lua Midi<br/> === Description === xxx. <source lang="lua"> luamidi:openin() </source> {{LuaMidi}}")
- 09:17, 24 March 2022 Luamidi:openout (hist) [191 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2018.12<br/> '''Class:''' Lua Midi<br/> === Description === xxx. <source lang="lua"> luamidi:openout() </source> {{LuaMidi}}")
- 09:16, 24 March 2022 Luamidi:getOutPortName (hist) [202 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2018.12<br/> '''Class:''' Lua Midi<br/> === Description === xxx. <source lang="lua"> luamidi:getOutPortName() </source> {{LuaMidi}}")
- 09:16, 24 March 2022 Luamidi:getInPortName (hist) [200 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2018.12<br/> '''Class:''' Lua Midi<br/> === Description === xxx. <source lang="lua"> luamidi:getInPortName() </source> {{LuaMidi}}")
- 09:15, 24 March 2022 Luamidi:enumerateinports (hist) [180 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2018.12<br/> '''Class:''' Lua Midi<br/> === Description === xxx. <source lang="lua"> luamidi:enumerateinports() </source> {{LuaM...")
- 09:15, 24 March 2022 Luamidi:enumerateoutports (hist) [181 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2018.12<br/> '''Class:''' Lua Midi<br/> === Description === xxx. <source lang="lua"> luamidi:enumerateoutports() </source> {{Lua...")
- 09:12, 24 March 2022 Luamidi:getoutportcount (hist) [209 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2018.12<br/> '''Class:''' Lua Midi<br/> === Description === Gets the number of Midi OUT ports. <source lang="lua"> luamidi:getout...")
- 09:09, 24 March 2022 Luamidi:getinportcount (hist) [207 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2018.12<br/> '''Class:''' Lua Midi<br/> === Description === Gets the number of Midi IN ports. <source lang="lua"> luamidi:getinpo...")
- 08:57, 24 March 2022 Lua Midi (hist) [2,037 bytes] MoKaLux (talk | contribs) (Created page with "__NOTOC__ <!-- GIDEROSOBJ:luamidi--> '''Supported platforms:''' File:Platform mac.pngFile:Platform pc.png<br/> '''Available since:''' Gideros 2018.12<br/> === Descrip...")