User contributions
From GiderosMobile
- 10:18, 22 July 2020 diff hist +759 N Share Created page with "__NOTOC__ <!-- GIDEROSOBJ:Share --> '''<translate>Supported platforms</translate>:''' File:Platform android.pngFile:Platform ios.png<br/> '''<translate>Available since..."
- 10:17, 22 July 2020 diff hist +40 N Category:Share Redirected page to Share current Tag: New redirect
- 09:54, 22 July 2020 diff hist +550 N Sprite:getDrawCount Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2020.7.1<br/> '''<translate>Class</translate>:''' Sprite<br/> === <..."
- 09:52, 22 July 2020 diff hist +281 Sprite →Methods
- 14:03, 3 July 2020 diff hist +1,005 KeyCode →Constants
- 13:58, 3 July 2020 diff hist +308 Sprite:setLayoutConstraints →Description
- 13:55, 3 July 2020 diff hist +476 Sprite:setLayoutParameters →Description
- 13:50, 3 July 2020 diff hist +299 Core.class
- 13:48, 3 July 2020 diff hist +105 TextField:setLayout
- 12:45, 6 May 2020 diff hist +133 File system
- 09:54, 24 February 2020 diff hist +170 2D Space Shooter Part 6: Enemies
- 09:50, 24 February 2020 diff hist +2 2D Space Shooter Part 6: Enemies
- 09:49, 24 February 2020 diff hist +4,034 N 2D Space Shooter Part 6: Enemies Created page with "This won't be a space shooter without enemies to shoot. Let's define our enemies. Again we will subclass our ship class for enemies. Create a new file named 'enemy.lua'. Thi..."
- 09:19, 24 February 2020 diff hist +309 2D Space Shooter Part 5: Firing
- 10:11, 7 February 2020 diff hist +6 Buffer:set
- 10:10, 7 February 2020 diff hist +5 Buffer:get
- 10:10, 7 February 2020 diff hist +118 N Template:Buffer Created page with " ---- {{Special:PrefixIndex/Buffer}} <br/> {{Gideros deco stars01}} Category:Buffer {{GIDEROS IMPORTANT LINKS}}"
- 10:08, 7 February 2020 diff hist +358 N Buffer:tell Created page with "'''Available since:''' Gideros 2020.2<br/> '''Class:''' Buffer<br/> === Description === Gets the position of the next file access in a [[Special:MyLanguage/Buffer|Buffer]..."
- 10:08, 7 February 2020 diff hist +472 N Buffer:seek Created page with "'''Available since:''' Gideros 2020.2<br/> '''Class:''' Buffer<br/> === Description === Sets the position of the next file access in a [[Special:MyLanguage/Buffer|Buffer]..."
- 10:05, 7 February 2020 diff hist +460 N Buffer:get Created page with "'''Available since:''' Gideros 2020.2<br/> '''Class:''' Buffer<br/> === Description === Gets data from a Buffer object. <source lang="lua">..."
- 10:02, 7 February 2020 diff hist +16 Buffer:set
- 10:01, 7 February 2020 diff hist +442 N Buffer:set Created page with "'''Available since:''' Gideros 2020.2<br/> '''Class:''' Buffer<br/> === Description === Sets data in a Buffer object, extending it if necess..."
- 09:59, 7 February 2020 diff hist +298 N Buffer:size Created page with "'''Available since:''' Gideros 2020.2<br/> '''Class:''' Buffer<br/> === Description === Returns the current size of a Buffer object. <source..."
- 09:58, 7 February 2020 diff hist +486 N Buffer:trim Created page with "'''Available since:''' Gideros 2020.2<br/> '''Class:''' Buffer<br/> === Description === Removes data from the head or tail of a Buffer objec..."
- 09:56, 7 February 2020 diff hist +1 Buffer:prepend
- 09:56, 7 February 2020 diff hist +363 N Buffer:prepend Created page with "'''Available since:''' Gideros 2020.2<br/> '''Class:''' Buffer<br/> === Description === Adds data at the beginning of a Buffer object. <sour..."
- 09:55, 7 February 2020 diff hist 0 Buffer:append
- 09:55, 7 February 2020 diff hist +357 N Buffer:append Created page with "'''Available since:''' Gideros 2020.2<br/> '''Class:''' Buffer<br/> === Description === Adds data at the end of a Buffer object. <source lan..."
- 09:49, 7 February 2020 diff hist +267 N Buffer.new Created page with "'''Available since:''' Gideros 2020.2<br/> '''Class:''' Buffer<br/> === Description === Creates a new Buffer object. <source lang="lua"> Buf..."
- 11:10, 3 February 2020 diff hist +2,814 N Buffer Created page with "__NOTOC__ <languages /> <!-- GIDEROSOBJ:Buffer --> '''<translate>Supported platforms</translate>:''' File:Platform android.pngFile:Platform ios.pngFile:Platform mac...."
- 10:52, 3 February 2020 diff hist +42 N Category:Buffer Redirected page to Buffer current Tag: New redirect
- 15:06, 3 January 2020 diff hist -65 2D Space Shooter Part 5: Firing →Cannons
- 14:34, 3 January 2020 diff hist -6 2D Space Shooter Part 3: Ships →Ships models
- 13:52, 3 January 2020 diff hist -1 2D Space Shooter Part 5: Firing →Testing
- 13:52, 3 January 2020 diff hist +1,055 2D Space Shooter Part 5: Firing →Bullets
- 13:38, 3 January 2020 diff hist +1 2D Space Shooter Part 5: Firing →Testing
- 13:38, 3 January 2020 diff hist +105 2D Space Shooter Part 5: Firing →Testing
- 13:36, 3 January 2020 diff hist +55 N File:2D Spaceshooter Laser.zip Weapons for the 2D Space shooter tutorial current
- 13:35, 3 January 2020 diff hist +61 2D Space Shooter Part 5: Firing →Testing
- 11:46, 3 January 2020 diff hist +337 2D Space Shooter Part 5: Firing
- 11:41, 3 January 2020 diff hist +3,503 N 2D Space Shooter Part 5: Firing Created page with "Last chapter was quick, this one will be longer. We will now deal with weapons! == Cannons == Remember how we defined cannons in our Ship class ? It is now time to implement..."
- 11:24, 3 January 2020 diff hist +2 2D Space Shooter Part 4: Player →Player control
- 11:24, 3 January 2020 diff hist 0 2D Space Shooter Part 4: Player
- 11:24, 3 January 2020 diff hist +116 2D Space Shooter Part 4: Player
- 11:23, 3 January 2020 diff hist +43 N File:SpaceShooter PL1.GApp 2D Space shooter tutorial WIP
- 11:22, 3 January 2020 diff hist +2,138 N 2D Space Shooter Part 4: Player Created page with "It is time to make our ship controllable. Since only the player's ship will be controllable, lets make a subclass of our generic Ship to handle that. We will call it 'PlayerSh..."
- 10:05, 3 January 2020 diff hist +233 2D Space Shooter Part 3: Ships →Ship code
- 09:48, 3 January 2020 diff hist +115 2D Space Shooter Part 3: Ships
- 09:46, 3 January 2020 diff hist +135 2D Space Shooter Part 3: Ships →Showing our ship
- 09:43, 3 January 2020 diff hist -1 File:2D Spaceshooter Ships.zip →Summary current